unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: martin rudalics <rudalics@gmx.at>,
	Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Symbol's value as a variable is void: marker
Date: Thu, 28 May 2009 21:02:12 +0200	[thread overview]
Message-ID: <e01d8a50905281202s5f1e45d4gbdedef7a40a3e4ee@mail.gmail.com> (raw)
In-Reply-To: <jwvljohnl7p.fsf-monnier+emacs@gnu.org>

On Thu, May 28, 2009 at 8:20 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
>> rx is a macro and I maybe should do something else on the line above,
>> but what?
>
> C-h f rx RET says:
>
>   [...]
>   Note that `rx' is a Lisp macro; when used in a Lisp program being
>    compiled, the translation is performed by the compiler.
>   See `rx-to-string' for how to do such a translation at run-time.
>   [...]

Thanks, I see - or I hope I do. Is this what I should do:

           ;;(pattern (rx bol (0+ blank) (eval marker) blank))
           (pattern (rx-to-string (list 'and 'bol (list '0+ 'blank)
marker 'blank) t))




  reply	other threads:[~2009-05-28 19:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-28 13:56 Symbol's value as a variable is void: marker Lennart Borgman
2009-05-28 15:16 ` martin rudalics
2009-05-28 15:51   ` Lennart Borgman
2009-05-28 17:10     ` martin rudalics
2009-05-28 17:11       ` Lennart Borgman
2009-05-28 18:20     ` Stefan Monnier
2009-05-28 19:02       ` Lennart Borgman [this message]
2009-05-28 22:30         ` Andreas Schwab
2009-05-28 22:32           ` Lennart Borgman
2009-05-29  0:54             ` Stephen J. Turnbull
2009-05-29  0:52               ` Lennart Borgman
2009-05-29  5:03                 ` Stephen J. Turnbull
2009-05-29 10:50                   ` Lennart Borgman

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=e01d8a50905281202s5f1e45d4gbdedef7a40a3e4ee@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rudalics@gmx.at \
    /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).