Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Key bindings for AUXTEX
@ 2002-09-12  5:23 Wael Abd-Almageed
  0 siblings, 0 replies; only message in thread
From: Wael Abd-Almageed @ 2002-09-12  5:23 UTC (permalink / raw)



I'm new to Emacs and Lisp. I was wondering if someone would please tell me
how to bind keys to the "Command" menu of the emacs in the LaTeX major
mode.

This is what I have in the "tex-site.el" file:

(defvar TeX-command-list
  (list(list "LaTeX" "latex \\nonstopmode\\input{%t}" 'TeX-run-LaTeX nil
t)
       (list "View" "yap %d" 'TeX-run-command nil t)
       (list "dviPS" "dvips %d -o %f" 'TeX-run-command nil t)
       (list "Ghostview" "c:\\tools\\GhostView\\gsview\\gsview32.exe %f"
'TeX-run-command nil t)
       (list "BibTeX" "bibtex %s" 'TeX-run-BibTeX nil nil)
       (list "Index" "makeindex %s" 'TeX-run-command nil t)
       (list "Check" "lacheck %s" 'TeX-run-compile nil t)
       (list "Other" "" 'TeX-run-command t t)))


Thanks

Wael


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-12  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12  5:23 Key bindings for AUXTEX Wael Abd-Almageed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).