bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20386: 25.0.50; error when calling sgml-attributes and sgml-tag


From: Dmitry Gutov
Subject: bug#20386: 25.0.50; error when calling sgml-attributes and sgml-tag
Date: Mon, 20 Apr 2015 22:58:54 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0

On 04/20/2015 10:15 PM, Matt Lundin wrote:

As far as I can tell, this error began with commit
84e0b7dad6f1a8e53261f9b96f5a9080fea681a4.

Yep, it's a fallout from making the file use lexical binding.

There are a lot forms like

  (skeleton-read '(completing-read
                   "Attribute: "
                   alist))

I wonder if using a backtick and a comma in each:

  (skeleton-read `(completing-read
                   "Attribute: "
                   ',alist))

is the right thing to do.






reply via email to

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