GNU bug report logs - #20386
25.0.50; error when calling sgml-attributes and sgml-tag

Previous Next

Package: emacs;

Reported by: Matt Lundin <mdl <at> imapmail.org>

Date: Mon, 20 Apr 2015 19:16:02 UTC

Severity: normal

Tags: patch

Merged with 20895

Found in version 25.0.50

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 20386 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Matt Lundin <mdl <at> imapmail.org>, 20386 <at> debbugs.gnu.org
Subject: Re: bug#20386: 25.0.50;
 error when calling sgml-attributes and sgml-tag
Date: Mon, 20 Apr 2015 22:58:54 +0300
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.





This bug report was last modified 9 years and 309 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.