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

Re: Hyperlatex default emacs key bindings for Debian



Roland Stigge <stigge@antcom.de> writes:

> Does the following look reasonable?

Sorry, but no, the point of eval-after-load is avoiding the
conditional:

(eval-after-load "latex"
  '(define-key LaTeX-mode-map (kbd "...") 'hyperlatex-format-buffer))

As for the actual binding: "C-c C-c h" is out, because "C-c C-c" is
already bound (quite usefully) to TeX-command-master and therefore
unavailable as a prefix.  Perhaps "C-c <"?  (Mnemonic: HTML tags start
with "<")

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger amu@monk.mit.edu (NOT a valid e-mail address) for more info.



Reply to: