unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: martin rudalics <rudalics@gmx.at>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Symbol's value as a variable is void: marker
Date: Thu, 28 May 2009 17:51:18 +0200	[thread overview]
Message-ID: <e01d8a50905280851q54ede9c6l5ade3c7fe3851e62@mail.gmail.com> (raw)
In-Reply-To: <4A1EAAB8.5070602@gmx.at>

On Thu, May 28, 2009 at 5:16 PM, martin rudalics <rudalics@gmx.at> 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	other threads:[~2009-05-28 15:51 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 [this message]
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
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=e01d8a50905280851q54ede9c6l5ade3c7fe3851e62@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --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).