--- Ettore Aldrovandi <[EMAIL PROTECTED]> a �crit�: > > What happens if you trigger a make-label from within > auctex? > Are you referring to that when you say that 'C-c > C-s' works? >
Yes, that's what I was referring to. I re-checked and it works (I mean, when I open a .tex file both auctex and reftex modes are active, and 'C-c =' / 'C-c C-s' do not make xemacs crash... and both do what they're supposed to do, of course). Sorry if I didn't make myself clear, I'm not a xemacs guru. > Downgraded to xemacs-21.4.9-1 from xemacs-21.5.9-1. > > It still crashes upon using reftex+auctex, both > with 'C-c C-s' and 'C-c =' Strange... could it be something like an interaction between auctex/reftex and another mode/whatever that you use/load & that I don't? (just a wild guess). I fink-installed the sumo tarball & customized a little the standard init.el file that came with a previous 21.4.* version. Don't know if this will be helpful, but anyway here's what my init.el does related to LaTeX: (require 'tex-site) (require 'font-latex) (add-hook 'LaTeX-mode-hook 'turn-on-reftex) (add-hook 'latex-mode-hook 'turn-on-reftex) (setq reftex-plug-into-AUCTeX t) (setq reftex-label-alist '(AMSTeX)) (autoload 'turn-on-bib-cite "bib-cite") (add-hook 'LaTeX-mode-hook 'turn-on-bib-cite) (setq bib-cite-use-reftex-view-crossref t) David. PS: one thing I didn't say before (dont't think it's relevant, but anyway) was that I had to download to /sw/src/ the xemacs-21.4.9.tar.gz file by hand --- curl complained with (30) or (10) errors in all the servers I tried. Then, 'fink install' complained by saying that "The checksum of the file xemacs-21.4.9.tar.gz of package xemacs-21.4.9-1 is incorrect. The most likely cause for this is a corrupted or incomplete download." (but the file was OK). ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
