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
View this message in rfc822 format
> From: Ihar Suvorau <ihar.suvorau <at> gmail.com>
> Date: Fri, 2 Feb 2018 22:53:31 +0300
> Cc: 30288 <at> debbugs.gnu.org
>
> 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/")
Which probably means some file(s) in your "~/.emacs.d/lisp/" is/are
involved?
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.