Path: utzoo!attcan!uunet!lll-winken!lll-lcc!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!hplabs!hp-pcd!hpcvlx!squires From: squires@hpcvlx.HP.COM (Matt Squires) Newsgroups: comp.emacs Subject: Re: GNU Emacs and TeX Message-ID: <340001@hpcvlx.HP.COM> Date: 1 Aug 88 21:32:32 GMT References: <3450@polya.Stanford.EDU> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 21 > / hpcvlx:comp.emacs / nejdl@polya.Stanford.EDU (wolfgang) / 11:05 pm Jul 29, 1988 / > Is there a way of setting TEXEDIT to something special, to get into > emacs again after giving the TeX command "e", when an error occurs? No promises... but have you tried setting your default editor ($EDITOR) to emacsclient? You can run one main GNUemacs, and call (server-start nil) in your .emacs file. Then every time you use the editor "emacsclient", your current emacs will get interrupted, and start editing this new file. C-x # will send this interrupting buffer back to the client. This is useful if you have job control, or beter yet, a windowing system (like screen or X). I've never actually tried using emacsclient from emacs shell mode, though, and the current implementation of emacs I use does not have emacsclient or emacsserver, or I could tell you for sure if this works. Good luck! > Thanks > Wolfgang mcs