all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: "Vincent Belaïche" <vincent.belaiche@gmail.com>
Cc: 3726@emacsbugs.donarmstrong.com
Subject: bug#3726: Accessing texinfo-start-menu-description when AucTeX is installed
Date: Tue, 30 Jun 2009 21:51:05 -0400	[thread overview]
Message-ID: <t8r5x1188m.fsf@fencepost.gnu.org> (raw)
In-Reply-To: 4A498F47.40607@gmail.com

reassign 3726 notemacs
stop

Vincent Belaïche wrote:

> 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 ... ).

AUCTeX defines its own Texinfo-mode, with its own keymap. It does not
inherit any keys from the standard texinfo-mode-map. The change you
propose would have no effect.

If you want to add a keybinding, you must either do it in your .emacs,
or ask the AUCTeX people to do it.





  reply	other threads:[~2009-07-01  1:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-30  4:06 bug#3726: Accessing texinfo-start-menu-description when AucTeX is installed Vincent Belaïche
2009-07-01  1:51 ` Glenn Morris [this message]
2009-07-01  1:55   ` Processed: " Emacs bug Tracking System

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=t8r5x1188m.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=3726@emacsbugs.donarmstrong.com \
    --cc=vincent.belaiche@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.