auctex-devel
[Top][All Lists]
Advanced

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

Re: master 6b5f00bf: Unquote lambdas in font-latex.el & tex-bar.el; add


From: Tassilo Horn
Subject: Re: master 6b5f00bf: Unquote lambdas in font-latex.el & tex-bar.el; add some FIXMEs
Date: Tue, 30 Aug 2022 15:12:01 +0200
User-agent: mu4e 1.9.0; emacs 29.0.50

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> That's this :help function in LaTeX-symbols-toolbar-switch-contents:
>>
>> --8<---------------cut here---------------start------------->8---
>>        :help ,(lambda (&rest _ignore)
>>                 (concat "Turn "
>>                         (if LaTeX-symbols-toolbar-visible-flag "off " "on ")
>>                         "the toolbar of LaTeX symbols (current class: "
>>                         (nth (1- LaTeX-symbols-active-menuitem)
>>                              (quote ,list-strings))
>>                         ")")))
>> --8<---------------cut here---------------end--------------->8---
>
> Sorry, the
>
>     (quote ,list-strings)
>
> should be just
>
>     list-strings

Yeah, David found that out as well and it works.  Thanks!

Bye,
Tassilo




reply via email to

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