GNU bug report logs -
#30288
25.3; [emacsformacosx.com binary(?)] M-x list-packages crashes after "add-to-list orgmode.org/elpa"
Previous Next
Reported by: Ihar Suvorau <ihar.suvorau <at> gmail.com>
Date: Mon, 29 Jan 2018 23:22:01 UTC
Severity: normal
Tags: moreinfo, wontfix
Found in version 25.3
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 30288 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>
> Can you reproduce the crash with those file loads commented out? In
> that case we could ignore them.
>
Yes, we can ignore these included files. The crash is still here without
them.
Do you get a crash only when both of those statements are uncommented,
> or is it either one? Does M-x list-load-path-shadows RET give you any
> hits in ~/.emacs.d/lisp?
>
Well, that's funny, both these lines independently cause the crash.
This configuration crashes:
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")
t)
;(add-to-list 'load-path "~/.emacs.d/lisp/")
This config also crashes:
;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")
t)
(add-to-list 'load-path "~/.emacs.d/lisp/")
On Fri, Feb 2, 2018 at 3:42 AM, Noam Postavsky <
npostavs <at> users.sourceforge.net> wrote:
> Ihar Suvorau <ihar.suvorau <at> gmail.com> writes:
>
> > The rest of the init.el -- sure. Except init.el I have other files
> > which are included at the bottom.
>
> Can you reproduce the crash with those file loads commented out? In
> that case we could ignore them.
>
> > ;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")
> t) <-------------- commented out because of crashes
> > ;(add-to-list 'load-path "~/.emacs.d/lisp/")
> <-------------- commented
> out because of crashes
>
> Do you get a crash only when both of those statements are uncommented,
> or is it either one? Does M-x list-load-path-shadows RET give you any
> hits in ~/.emacs.d/lisp?
>
[Message part 2 (text/html, inline)]
This bug report was last modified 6 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.