unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Matt Lundin <mdl@imapmail.org>, 20386@debbugs.gnu.org
Subject: bug#20386: 25.0.50; error when calling sgml-attributes and sgml-tag
Date: Mon, 20 Apr 2015 22:58:54 +0300	[thread overview]
Message-ID: <55355A7E.8050204@yandex.ru> (raw)
In-Reply-To: <87mw22k3wo.fsf@fastmail.fm>

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	other threads:[~2015-04-20 19:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20 19:15 bug#20386: 25.0.50; error when calling sgml-attributes and sgml-tag Matt Lundin
2015-04-20 19:58 ` Dmitry Gutov [this message]
2015-04-27  5:00   ` Stefan Monnier
2015-04-27 21:58     ` Dmitry Gutov
2015-04-27 22:55       ` Stefan Monnier
2015-07-23 16:28 ` Harald Hanche-Olsen
2015-07-24  1:31   ` Dmitry Gutov
2015-07-24  8:41     ` Harald Hanche-Olsen
2015-07-24 16:30       ` Dmitry Gutov
2015-07-24 16:55         ` Harald Hanche-Olsen
2015-07-24 18:28           ` Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55355A7E.8050204@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=20386@debbugs.gnu.org \
    --cc=mdl@imapmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).