auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] New error parsing


From: Tassilo Horn
Subject: Re: [AUCTeX-devel] New error parsing
Date: Tue, 29 Mar 2016 18:21:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)

Mosè Giordano <address@hidden> writes:

Hi Mosè,

> is there a particular reason why you used `memql' in
> `TeX-format-filter', file tex-buf.el line 1766 in current git HEAD?
> XEmacs doesn't have it and I think that both memq and member would
> work (with the former probably being a bit faster than the latter).

I wasn't sure if two integers of the same value are always identical.
Probably they are or at least they'll compare correctly with `eq` so
`memq` is fine.

Bye,
Tassilo



reply via email to

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