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

Lennart Borgman <lennart.borgman@gmail.com> writes:

> 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))

Or even:

           (pattern (rx-to-string `(and bol (0+ blank) ,marker blank) t))

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




  reply	other threads:[~2009-05-28 22:30 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
2009-05-28 22:30         ` Andreas Schwab [this message]
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=m2iqjk97yn.fsf@linux-m68k.org \
    --to=schwab@linux-m68k.org \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    --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).