Hi Achim,
On 23 April 2013 18:56, Achim Gratz wrote:
> Please put quotes around the definition of prefix:
> prefix = "/Users/bernd.haug/Library/Application Support/Aquamacs Emacs"
Yes, with quoting the prefix a fresh clone installed cleanly.
>> thanks, but don't bother about supporting me.
> Hu
Please put quotes around the definition of prefix:
prefix = "/Users/bernd.haug/Library/Application Support/Aquamacs Emacs"
(or individually quote each definition if you don't use prefix) which
should then produce the following output from "make config":
> = Emacs executable and Installa
Hi Achim,
On 22 April 2013 17:47, Achim Gratz wrote:
> Bernd Haug writes:
>> Finally got to it; pulled up to current (cf shell output below),
>> appended your snippet to local.mk and did a clean install:
>
> You don't need to add this anymore (unless you copied the old definition
> from default.m
Bernd Haug writes:
> Finally got to it; pulled up to current (cf shell output below),
> appended your snippet to local.mk and did a clean install:
You don't need to add this anymore (unless you copied the old definition
from default.mk), it is already in mainline Org. But you do need to
quote the
Hello Achim!
Finally got to it; pulled up to current (cf shell output below),
appended your snippet to local.mk and did a clean install:
On 14 March 2013 07:49, Achim Gratz wrote:
>> BS-Quoting and Doublequote-ing were the first things I tried:
> […]
>
> Yes I see, that is due to inadvertent dou
[please reply to the list]
> BS-Quoting and Doublequote-ing were the first things I tried:
[…]
Yes I see, that is due to inadvertent double quoting. Try this
definition in local.mk (not the extra two single quotes around
$(datadir)):
--8<---cut here---start-
Bernd Haug writes:
> I have encountered problems installing to paths including spaces. This
> is annoying for Aquamacs on OS X, where the normal installation
> location for a custom mode etc. is a directory in
> ~/Library/Application Support/Aquamacs Emacs. Minimal path quoting
> changes to the inf
Hi Bernd,
Bernd Haug writes:
> I have encountered problems installing to paths including spaces. This
> is annoying for Aquamacs on OS X, where the normal installation
> location for a custom mode etc. is a directory in
> ~/Library/Application Support/Aquamacs Emacs. Minimal path quoting
> chang
I have encountered problems installing to paths including spaces. This
is annoying for Aquamacs on OS X, where the normal installation
location for a custom mode etc. is a directory in
~/Library/Application Support/Aquamacs Emacs. Minimal path quoting
changes to the inferior Makefiles made the inst