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

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

bug#3726: Accessing texinfo-start-menu-description when AucTeX is instal


From: Vincent Belaïche
Subject: bug#3726: Accessing texinfo-start-menu-description when AucTeX is installed
Date: Tue, 30 Jun 2009 06:06:31 +0200
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

When aucTeX is installed the TeXinfo keybind `C-c C-c C-d' used to access command texinfo-start-menu-description is no longer available, because `C-c C-c' is used by AucTeX to launch external commands.

However it is still practical to access some of the native TeXinfo while using AucTeX. I propose to add:

        (define-key map "\C-c\C-u\C-d"   'texinfo-start-menu-description)

   in texinfo.el within (defvar texinfo-mode-map ... ).

BR,
  Vincent.









reply via email to

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