auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] [PATCH] A fix for longtable and a new style


From: Mosè Giordano
Subject: Re: [AUCTeX-devel] [PATCH] A fix for longtable and a new style
Date: Sun, 27 Sep 2015 17:54:33 +0200

Hi Arash,

2015-09-27 10:24 GMT+02:00 Arash Esbati <address@hidden>:
> Hi all,
>
> please find attached 2 patches:
>
> * style/newfloat.el: New file.
>
> * style/longtable.el ("longtable"): Make package lengths available
> through `LaTeX-add-lengths' and not `TeX-add-symbol'.
>
> Any comments welcome.

Only a minor nitpicking: I think it's better to append entries to
`LaTeX-label-alist', because it's a customizable variable and if you
prepend elements to it you'll override possible custom settings.
`pushnew' can't append to variables, but my understanding is that it's
safer than `add-to-list' when it comes to let-bound variables (can
someone please confirm this?), but this isn't the case, so you could
safely use `add-to-list' with t `append' argument.

Bye,
Mosè



reply via email to

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