Xref: utzoo gnu.emacs.help:903 comp.emacs:9904 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!magnus.ircc.ohio-state.edu!tut.cis.ohio-state.edu!HPLJL.HPL.HP.COM!laubsch From: laubsch@HPLJL.HPL.HP.COM (Joachim Laubsch) Newsgroups: gnu.emacs.help,comp.emacs Subject: TeX/GNU interface question Message-ID: <9101211938.AA09854@hpljl.hpl.hp.com> Date: 21 Jan 91 19:38:45 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 17 The Unix manual entry for TeX says: The e response to TeX's error prompt causes the vi editor to start up at the current line of the current file. There is an environment variable, TEXEDIT, that can be used to change the editor used. It should contain a string with "%s" indicating where the filename goes and "%d" indicating where the decimal linenumber (if any) goes. For example, a TEXEDIT string for (Gosling's) emacs can be set by: setenv TEXEDIT "/usr/local/bin/emacs -l/usr/lib/tex/tex- start -estartline %d %s" What would the corresponing setting of TEXEDIT be, if you wanted to continue GNU Emacs, editing in the appropriate TeX-buffer (assuming that you are using latex.el)? ; -*- Joachim (email: laubsch@hplabs.hp.com tel: 415-857-7695).