Re: [PATCH] When computing lispdir, don't load emacs site wide init file.

2014-12-19 Thread Stefano Lattarini
On 07/30/2014 06:41 PM, Andrew Burgess wrote: I ran into an issue recently where a ./configure on autoconf failed at this stage 'checking where .elc files should go...'. I investigated a little and found the problem was that this shell command: emacs -batch -q -eval '(while load-path (princ (

[PATCH] When computing lispdir, don't load emacs site wide init file.

2014-07-30 Thread Andrew Burgess
I ran into an issue recently where a ./configure on autoconf failed at this stage 'checking where .elc files should go...'. I investigated a little and found the problem was that this shell command: emacs -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq l