help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs Key Bindings for AUCTEX


From: Wael Abd-Almageed
Subject: Emacs Key Bindings for AUCTEX
Date: Wed, 11 Sep 2002 23:28:52 -0600

I'm new to Emacs and Lisp. I was wondering if someone would please tell me
how to bind key to the "Command" menu items of the AUCTEX major mode.

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

(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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]