Re: [AUCTeX] Conflicts with ELPA

2014-12-31 Thread Mosè Giordano
2014-12-31 16:41 GMT+01:00 Andreas Matthias : > Mosè Giordano wrote: > >> 2014-12-27 15:46 GMT+01:00 Andreas Matthias : >> > Starting emacs and loading ELPA and AUCTeX such as: >> > >> ># cat foo.el >> >(require 'package) >> >(package-initialize) >> >(load "auctex.el" nil t t) >> >

Re: [AUCTeX] Conflicts with ELPA

2014-12-31 Thread Andreas Matthias
Mosè Giordano wrote: > 2014-12-27 15:46 GMT+01:00 Andreas Matthias : > > Starting emacs and loading ELPA and AUCTeX such as: > > > ># cat foo.el > >(require 'package) > >(package-initialize) > >(load "auctex.el" nil t t) > > > ># emacs24 --no-site-file --no-init-file -l foo.el

Re: [AUCTeX] Conflicts with ELPA

2014-12-31 Thread Mosè Giordano
Hi Andreas, 2014-12-27 15:46 GMT+01:00 Andreas Matthias : > Starting emacs and loading ELPA and AUCTeX such as: > ># cat foo.el >(require 'package) >(package-initialize) >(load "auctex.el" nil t t) > ># emacs24 --no-site-file --no-init-file -l foo.el > > yields this error messa