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 17:51:18 +0200

On Thu, May 28, 2009 at 5:16 PM, martin rudalics <address@hidden> wrote:
>> Why do I get the error from byte compiling
>>
>>    mumamo-fun.el:2011:52:Error: Symbol's value as variable is void: marker
>>
>> for this line
>>
>>    (defun mumamo-whole-line-chunk (pos min max marker mode)
>
> I suppose because somewhere in your code `marker' _is_ void but the
> byte-compiler
> finds this occurrence first when it builds the line-numbers.

Good guess, it comes from this

          let ( (pattern (rx bol (0+ blank) (eval marker) blank)))

rx is a macro and I maybe should do something else on the line above, but what?




reply via email to

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