From: Noam Postavsky <npostavs@users.sourceforge.net>
To: bgoodr@gmail.com
Cc: 23795@debbugs.gnu.org
Subject: bug#23795: 24.5; rx eval on variable gives symbol error
Date: Sat, 18 Jun 2016 12:13:20 -0400 [thread overview]
Message-ID: <CAM-tV-_Agj0j9aUhqRwKyRzEvtvL0m9p7JsM6h04RhBtAvfe2g@mail.gmail.com> (raw)
In-Reply-To: <22373.28050.673856.847792@gargle.gargle.HOWL>
rx is a macro so it doesn't see runtime bindings, using
let-when-compile (new in Emacs 25) works:
(let-when-compile ((page-name "the page"))
(rx "[[" (eval page-name) "]]"))
Not sure if the plain let case can/should be fixed.
next prev parent reply other threads:[~2016-06-18 16:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-18 15:49 bug#23795: 24.5; rx eval on variable gives symbol error bgoodr
2016-06-18 16:13 ` Noam Postavsky [this message]
2016-06-18 16:15 ` Brent Goodrick
2016-06-18 16:19 ` Andreas Schwab
2016-06-18 16:21 ` Brent Goodrick
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=CAM-tV-_Agj0j9aUhqRwKyRzEvtvL0m9p7JsM6h04RhBtAvfe2g@mail.gmail.com \
--to=npostavs@users.sourceforge.net \
--cc=23795@debbugs.gnu.org \
--cc=bgoodr@gmail.com \
/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).