emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#16494: closed (24.3.50; $EMACSLOADPATH stopped wor


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16494: closed (24.3.50; $EMACSLOADPATH stopped working)
Date: Mon, 20 Jan 2014 08:00:04 +0000

Your message dated Sun, 19 Jan 2014 23:59:31 -0800
with message-id <address@hidden>
and subject line Re: bug#16494: 24.3.50; $EMACSLOADPATH stopped working
has caused the debbugs.gnu.org bug report #16494,
regarding 24.3.50; $EMACSLOADPATH stopped working
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16494: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16494
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; $EMACSLOADPATH stopped working Date: Sun, 19 Jan 2014 16:33:55 +0100
In Emacs 24.3.50, $EMACSLOADPATH stopped working.

To reproduce, save the following code as `load-path-test.el':

(defun print-path-list (paths)
  (dolist (path paths)
    (princ (concat "  " path))
    (terpri)))

(defun main ()
  (princ "load-path:")
  (terpri)
  (print-path-list load-path)
  (princ "$EMACSLOADPATH")
  (terpri)
  (print-path-list (split-string (getenv "EMACSLOADPATH")
                                 (regexp-quote path-separator))))

Then run it with `EMACSLOADPATH=$HOME:/tmp emacs -Q --batch -l
load-path-test -f main'.  I see the following output:

load-path:
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/vc
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/url
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/textmodes
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/progmodes
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/play
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/org
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/nxml
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/net
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/mh-e
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/mail
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/leim
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/language
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/international
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/gnus
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/eshell
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/erc
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/emulation
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/emacs-lisp
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/cedet
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/calendar
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/calc
  /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/obsolete
$EMACSLOADPATH
  /Users/swiesner
  /tmp

As you can see, `load-path' is not initialized with the value of
$EMACSLOADPATH, even though the variable is properly exported and known
to the Emacs process.

What am I doing wrong?



--- End Message ---
--- Begin Message --- Subject: Re: bug#16494: 24.3.50; $EMACSLOADPATH stopped working Date: Sun, 19 Jan 2014 23:59:31 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 Thanks for pointing out this problem. I think I've fixed it in Emacs trunk bzr 116077 and am marking this as done. If the fix doesn't work for you we can reopen the bug report.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]