Xref: utzoo comp.windows.x:36718 comp.emacs:10755 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!princeton!njin!uupsi!sunic!dkuug!iesd!iesd.auc.dk!abraham From: abraham@iesd.auc.dk (Per Abrahamsen) Newsgroups: comp.windows.x,comp.emacs Subject: Re: xdvi in emacs Message-ID: Date: 22 May 91 21:56:45 GMT References: <1991May16.152416.17303@unibi.uni-bielefeld.de> <14471@will.ntt.JP> Sender: news@iesd.auc.dk Followup-To: comp.emacs Organization: HUGIN Expert A/S Lines: 24 In-reply-to: kitagawa@will.ntt.jp's message of 21 May 91 12:33:48 GMT [ Followup redirected to comp.emacs, as this is getting less X specific ] >>>>> On 21 May 91 12:33:48 GMT, kitagawa@will.ntt.jp (Masahiro >>>>> Kitagawa) said: Masahiro> cmutex.el already has both. Namely, Masahiro> (define-key keymap "\C-c\C-p" 'tex-print) Masahiro> (define-key keymap "\C-cP" 'tex-view-file) cmutex.el should not use keybinding which are reserved for the user, such as `C-c P'. AUC (La)TeX also has both, namely C-c ! TeX-print C-c C-p TeX-preview AUC (La)TeX also automatically choose the best of pageview, xtex, and dvitty. AUC TeX is available through anonymous ftp from iesd.auc.dk in the file "pub/emacs-lisp/auc-tex.shar".