emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Symbol's value as a variable is void: marker


From: Lennart Borgman
Subject: Re: Symbol's value as a variable is void: marker
Date: Thu, 28 May 2009 21:02:12 +0200

On Thu, May 28, 2009 at 8:20 PM, Stefan Monnier
<address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]