auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] Implementing TeX-update


From: Arash Esbati
Subject: Re: [AUCTeX-devel] Implementing TeX-update
Date: Thu, 03 Sep 2015 22:27:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5

Mosè Giordano <address@hidden> writes:

> 2015-09-02 7:58 GMT+02:00 Tassilo Horn <address@hidden>:
>>
>> I'm not sure which name is best, though.  `TeX-command-all' has the nice
>> property that then all processing commands have the TeX-command prefix.
>> So maybe `TeX-command-compile-all' would be best compromise
>> wrt. discoverability, descriptiveness, and mnemonics.
>
> I like `TeX-command-compile-all' and above all C-c C-a key binding,
> it's much easier than C-c C-u on QWERTY-based layouts ;-)

Is `TeX-command-run-all' an option?  Rational: `TeX-command-list' mostly
uses `run'.  +1 for C-c C-a.

While we are at it: `TeX-command-list' has:

    ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file")
    ("Xindy" "texindy %s" TeX-run-command nil t
     :help "Run xindy to create index file")

Should the first entry be changed to:

    ("Index" "makeindex %s" TeX-run-command nil t
     :help "Run makeindex to create index file")

Best, Arash




reply via email to

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