Re: .emacs setup question

1999-09-29 Thread Lance Hoffmeyer
Sorry, I assumed that someone had already set this up and would know what stupid thing I missed without me having to go into any extra details. In the console when I type Ctrl-C Ctrl-C (Default View) RET View Command: dvi2tty -q -w 132 foo In X Ctrl-C Ctrl-C (Default View) RET View Command:

Re: .emacs setup question

1999-09-29 Thread Ian Zimmerman
Lance> I am trying to get emacs to open dvi2tty in console and tkdvi Lance> in X. The syntax I saw was: (setq tex-dvi-view-command (if (eq window-system 'x) "tkdvi" "dvi2tty * ")) Lance> but this does not seem to work. How do I modify this so that Lance> different viewer will be used

.emacs setup question

1999-09-29 Thread Lance Hoffmeyer
I am trying to get emacs to open dvi2tty in console and tkdvi in X. The syntax I saw was: (setq tex-dvi-view-command (if (eq window-system 'x) "tkdvi" "dvi2tty * ")) but this does not seem to work. How do I modify this so that different viewer will be used depening on whether I am