auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. e2b24137ddfcda625


From: Mosè Giordano
Subject: Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. e2b24137ddfcda625264d513da6de3bb0b5270b3
Date: Fri, 4 Sep 2015 13:40:31 +0200

Hi Tassilo,

2015-09-04 13:33 GMT+02:00 Tassilo Horn <address@hidden>:
> Mosè Giordano <address@hidden> writes:
>
> Hi!
>
>>     * tex-buf.el (TeX-command-run-all): Use `universal-argument' to
>>     reference C-u.
>
> Do you know why \\[universal-argument] expands to `C-u' in
> `TeX-command-run-all's docstring but \\[TeX-command-run-all] expands to
> `M-x TeX-command-run-all' instead of `C-c C-a'?

Probably depends on the map in effect when you read the docstring: if
you're in an elisp buffer you'll see `M-x TeX-command-run-all', if
you're in a TeX buffer you'll get it expanded to C-c C-a.  A
\\<TeX-mode-map> before \\[TeX-command-run-all] fixes this.

Bye,
Mosè



reply via email to

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