[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Math-mode key bindings in minibuffer?
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] Math-mode key bindings in minibuffer? |
Date: |
Mon, 17 Jul 2006 00:44:43 +0200 |
* Andreas Matthias (2006-07-13) writes:
> I like the key bindings of LaTeX-math-mode, but I am missing
> them in the minibuffer. Any change to get them working in
> the minibuffer as well?
(eval-after-load "latex"
'(define-key minibuffer-local-map (LaTeX-math-abbrev-prefix)
LaTeX-math-keymap))
This is somewhat sick because it is not limited to the case when the
minibuffer is activated from a LaTeX buffer.
--
Ralf