Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Wael Abd-Almageed <wamageed@eece.unm.edu>
Subject: Key bindings for AUXTEX
Date: Wed, 11 Sep 2002 23:23:07 -0600	[thread overview]
Message-ID: <Pine.GSO.4.44.0209112321080.13265-100000@viento.eece.unm.edu> (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


                 reply	other threads:[~2002-09-12  5:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.44.0209112321080.13265-100000@viento.eece.unm.edu \
    --to=wamageed@eece.unm.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).