auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] About commonly used and "expert" macros/environments


From: Tassilo Horn
Subject: Re: [AUCTeX-devel] About commonly used and "expert" macros/environments
Date: Sat, 09 Nov 2013 10:27:45 +0100
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> I've now implemented a better approach.  Style file authors can now
> mark macros and environments as expert commands using
>
>   (TeX-declare-expert-macros
>     '("command1" . "mystyle")
>     '("command2" . "mystyle")
>     ...)
>   (LaTeX-declare-expert-environments
>     '("env1"     . "mystyle")
>     '("env1"     . "mystyle")
>     ...)

I must have been stoned to come up with that inconvenient interface.
Now these two functions are used like this,

  (TeX-declare-expert-macros "mystyle" "macro1" "macro2" ...)
  (LaTeX-declare-expert-environments "mystyle" "env1" "env2" ...)

e.g., first comes the style declaring them, the &rest is a sequence of
macro or environment names.

Bye,
Tassilo



reply via email to

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