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

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

bug#30288: 25.3; crashes on "add-to-list orgmode.org/elpa"


From: Eli Zaretskii
Subject: bug#30288: 25.3; crashes on "add-to-list orgmode.org/elpa"
Date: Sat, 03 Feb 2018 10:21:51 +0200

> From: Ihar Suvorau <ihar.suvorau@gmail.com>
> Date: Fri, 2 Feb 2018 22:53:31 +0300
> Cc: 30288@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?





reply via email to

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