Murray Eisenberg <[EMAIL PROTECTED]> writes: > This is from two postings to comp.emacs.xemacs... > > I try to exit XEmacs 21.4.19 under Windows XP by either using the main > window close button or menu item File > Exit XEmacs. > The minibuffer shows message > > No such coding system: iso-2022-8 > > and XEmacs will not exit. (The only way I can exit is by using the > Windows Task Manager.) > > Any ideas? > > Here's [the relevant portion of] my init.el: > > ; AUCTeX for MiKeX > (require 'tex-mik) > ; make AUCTeX aware of style files and multi-file documents > (setq TeX-auto-save t) > (setq TeX-parse-self t) > (setq-default TeX-master nil) > > ; latex-preview for AUCTeX > ;(load "preview-latex.el" nil t t)
I doubt that is the relevant portion of your init.el. > By starting with a fresh install of XEmacs under Windows XP, I > believe I've pinpoint the source of the exit error described in my > original posting: It's after I install auctec (version 1.46), exit > XEmacs, and restart it. Then trying to exit XEmacs fails. Try C-h v kill-emacs-hook RET One of those functions will cause trouble. It should be easy to pinpoint by using M-x set-variable RET debug-on-error RET t RET > However, if I now uninstall auctex, exit (using Windows Task > Manager), and restart, I still cannot exit XEmacs normally: I get > the same "No such coding system" error message, and XEmacs refuses > to exit. This is even with all the auctex-specific lines in init.el > commented out. Probably you are using something like desktop.el, and you attempt loading or restoring a desktop created with a different XEmacs or even Emacs version. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
