Trovo un errore in un pacchetto .sty, la compilazione
si blocca. Premo e e si apre correttamente
lo shall editor. Trovo un errore in un file .tex, ripeto
la medesima operazione ma lo shell editor non si apre.
Cosa devo configurare ancora ?
Questa è la parte rilevante della manpage di TeX:
The e response to TeX’s error prompt causes the system default editor to start up at the current line of the current file. The environment variable TEXEDIT can be used to change the editor used. It may contain a string with “%s” indicating where the filename goes and “%d” indicating where the decimal line number (if any) goes. For example, a TEXEDIT string for emacs can be set with the sh command
TEXEDIT=”emacs +%d %s”; export TEXEDIT
Poi devi consultare la documentazione del tuo shell-editor per vedere come trasformare correttamente l’esempio.
Ciao
Enrico