Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-30 Thread Salome =?iso-8859-1?Q?S=F6dergran
Hi The problem is solved, finally! Am 28.5.2014 schrieb Tassilo Horn: > Anyway, I've just tried again with a test user account and no ~/.emacs > and ~/.emacs.d/, and Emacs 24.3. > > 1. Start emacs > 2. `M-x list-packages' > 3. `i' on auctex 11.87.5 followed by `x' > 4. `C-x C-f ~/foo.tex RET' >

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-30 Thread Salome =?iso-8859-1?Q?S=F6dergran
Hi Mosè Am 28.5.2014 schrieb Mosè Giordano: > What exactly does C-c C-s in your case? Normally, I can set a section with C-c C-s, now it tries to end an open environment. > In the menu bar is there only > "TeX" or also "Command"? In the former case you're using the TeX mode > bundled with Emacs

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-28 Thread g...@scheiberspace.ch
Am Di 27 Mai 2014 08:49:56 CEST schrieb Tassilo Horn: "Salome Södergran" writes: For debugging I have a minimal init-file containing the following lines (setq debug-on-error t) (require 'package) (package-initialize) (add-hook 'LaTeX-mode-hook 'turn-on-auctex) As said by Mo

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-28 Thread g...@scheiberspace.ch
Am Mo 26 Mai 2014 23:20:04 CEST schrieb Mosè Giordano: Hi Salome, 2014-05-26 11:30 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran : With this minimal init-file everything works fine: (setq debug-on-error t) (add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.87.5") (require 'tex-site)

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-28 Thread David Kastrup
Tassilo Horn writes: > "g...@scheiberspace.ch" writes: > > Hi! > >> Removing the 'turn-on-auctex line doesn't make a difference. Thanks >> anyway for the hint that the function does not exist (anymore?? I >> can't remember where I got it from). > > It has never existed in AUCTeX itself, but of

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-28 Thread Tassilo Horn
"g...@scheiberspace.ch" writes: Hi! > Removing the 'turn-on-auctex line doesn't make a difference. Thanks > anyway for the hint that the function does not exist (anymore?? I > can't remember where I got it from). It has never existed in AUCTeX itself, but of course it might be that you've def

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-28 Thread Mosè Giordano
Hi Salome, 2014-05-28 9:52 GMT+02:00 g...@scheiberspace.ch : > I do not insist on it, I'd rather not use it if I don't need to. But with an > empty '.emacs' or emacs -q, AUCTeX seems not to be loaded here. Or maybe it > is but something else is missing? How can I know if AUCTeX is loaded? > When I

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-26 Thread Tassilo Horn
"Salome Södergran" writes: > For debugging I have a minimal init-file containing the following > lines > > (setq debug-on-error t) > (require 'package) > (package-initialize) > (add-hook 'LaTeX-mode-hook 'turn-on-auctex) As said by Mosè, you shouldn't need to require anything. >

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-26 Thread Mosè Giordano
Hi Salome, 2014-05-26 11:30 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran : > With this minimal init-file everything works fine: > >(setq debug-on-error t) >(add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.87.5") >(require 'tex-site) >(require 'package) >(package-initialize) >

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-26 Thread Salome =?iso-8859-1?Q?S=F6dergran
Am 25.5.2014 schrieb Mosè Giordano: > Hi Salome, > > 2014-05-24 16:06 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran > : > > With lots of try-and-error I managed to solve my problem with: > >> Error: (error "Recursive `require' for feature `tex-site'") > > . > > I think the two decisive things were

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-26 Thread Salome =?iso-8859-1?Q?S=F6dergran
Hi Mosè (The other post went off too early, sorry!) Am 25.5.2014 schrieb Mosè Giordano: > Hi Salome, > > 2014-05-24 16:06 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran > : > > With lots of try-and-error I managed to solve my problem with: > >> Error: (error "Recursive `require' for feature `tex-s

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-26 Thread Salome =?iso-8859-1?Q?S=F6dergran
Hi Mosè Am 25.5.2014 schrieb Mosè Giordano: > Hi Salome, > > 2014-05-24 16:06 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran > : > > With lots of try-and-error I managed to solve my problem with: > >> Error: (error "Recursive `require' for feature `tex-site'") > > . > > I think the two decisive thi

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-25 Thread Mosè Giordano
Hi Salome, 2014-05-24 16:06 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran : > With lots of try-and-error I managed to solve my problem with: >> Error: (error "Recursive `require' for feature `tex-site'") > . > I think the two decisive things were the following: > > 1st, adding the auctex-path expli

[Bug-AUCTeX] [SOLVED] recursive require

2014-05-24 Thread Salome =?iso-8859-1?Q?S=F6dergran
With lots of try-and-error I managed to solve my problem with: > Error: (error "Recursive `require' for feature `tex-site'") . I think the two decisive things were the following: 1st, adding the auctex-path explicitly to the load path: (add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.87.5")