pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46804: Emacs Load Path issues when using emacs-nox11 w/ other packages such as flim, semi, and skk



The following reply was made to PR pkg/46804; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/46804: Emacs Load Path issues when using emacs-nox11 w/ other
 packages such as flim, semi, and skk
Date: Wed, 22 Aug 2012 17:36:42 +0900

 On Wed, 22 Aug 2012 17:15:04 +0900, David Holland 
<dholland-pbugs%netbsd.org@localhost> wrote:
 
 >  That doesn't work with emacs20 :(
 > % emacs -q -batch -f eval '(print load-path)' --no-site-lisp
 >  Wrong number of arguments: #<subr eval>, 0
 >  %
 
 How about following instead?
   emacs -q -batch -eval '(print load-path)' --no-site-lisp
 
 >  Wouldn't a better solution to be to define EMACSLOADPATH when building
 >  emacs, add it to BUILD_DEFS so it's in +BUILD_INFO, and fetch it back
 >  with pkg_info -B?
 
 Packages don't know about default EMACSLOADPATH of built emacs.
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index