Re: [O] Paths including spaces fail the installation: Patch

2013-04-25 Thread Bernd Haug
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

Re: [O] Paths including spaces fail the installation: Patch

2013-04-23 Thread Achim Gratz
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

Re: [O] Paths including spaces fail the installation: Patch

2013-04-22 Thread Bernd Haug
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

Re: [O] Paths including spaces fail the installation: Patch

2013-04-22 Thread Achim Gratz
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

Re: [O] Paths including spaces fail the installation: Patch

2013-04-22 Thread Bernd Haug
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

Re: [O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Achim Gratz
[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-

Re: [O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Achim Gratz
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

Re: [O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Bastien
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

[O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Bernd Haug
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