From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Symbol's value as a variable is void: marker Date: Thu, 28 May 2009 19:10:28 +0200 Message-ID: <4A1EC584.5040601@gmx.at> References: <4A1EAAB8.5070602@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243530658 30227 80.91.229.12 (28 May 2009 17:10:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2009 17:10:58 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 28 19:10:54 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M9j7y-0006uo-Hs for ged-emacs-devel@m.gmane.org; Thu, 28 May 2009 19:10:50 +0200 Original-Received: from localhost ([127.0.0.1]:60980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9j7x-0002cV-W7 for ged-emacs-devel@m.gmane.org; Thu, 28 May 2009 13:10:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9j7n-0002Yy-6A for emacs-devel@gnu.org; Thu, 28 May 2009 13:10:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9j7i-0002Y4-M1 for emacs-devel@gnu.org; Thu, 28 May 2009 13:10:38 -0400 Original-Received: from [199.232.76.173] (port=57671 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9j7i-0002Y1-GM for emacs-devel@gnu.org; Thu, 28 May 2009 13:10:34 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:42693) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M9j7h-0004dj-LM for emacs-devel@gnu.org; Thu, 28 May 2009 13:10:34 -0400 Original-Received: (qmail invoked by alias); 28 May 2009 17:10:31 -0000 Original-Received: from 88-117-40-185.adsl.highway.telekom.at (EHLO [88.117.40.185]) [88.117.40.185] by mail.gmx.net (mp069) with SMTP; 28 May 2009 19:10:31 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+/8jpLUvS/mtH4SotO/qwvs/se1uwy18CYNABWjq ijWfGaNY7GcTs7 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111152 Archived-At: > 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? What is "marker"? A buffer position? martin