* Uwe Brauer (2010-06-27) writes: > Ralf Angeli wrote: >> >> Evaluating the file contents, loading circ.tex and typing `C-c =' brings >> up the table of contents without problems, using XEmacs 21.4.22 with the >> packaged RefTeX 4.21. Does this only happen with 4.33? (I'm not sure >> how you installed that, because the installation procedure does not >> support XEmacs.) >> > So you loaded the file I attached and put the function in > the kill-buffer-hook?
The code in the file does this already. > I did not check 4.21, since I have upgraded to 4.33 several > months ago (4.21 has some annoying bugs). > > What do you mean is not officially supported? There simply is no installation procedure for XEmacs. > One thing is that we can't have it in the package system and > neither auctex 11.85, because of GPL3 (not all files in > Xemacs are under GPL2+) :'(. > > INSTALLATION: > I changed in the make file > EMACS=/usr/bin/xemacs21-mule > run make > did not run make install Not really advisable. > but just added the path with the compiled lisp files in my > init files. > (push (expand-file-name "~/xemacs/site-lisp/packages/reftex-4.33/lisp/") > load-path) Then it should be easy for you to test if the problem also happens in 4.21. Simply comment that line. > That works with one sort of bug, when I first open a file > with the extension .tex the file is *not* in latex mode but > in fundamental mode I have to close it and to reopen it then > everything is fine and any other file I open is fine as > well, so I guess some autoloading does not work. It's hard to tell if this is related to RefTeX or something else. In any case, I would _not_ regard that as an indication for your setup being correct. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
