From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Symbol's value as a variable is void: marker Date: Fri, 29 May 2009 00:30:08 +0200 Message-ID: References: <4A1EAAB8.5070602@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243549956 27368 80.91.229.12 (28 May 2009 22:32:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2009 22:32:36 +0000 (UTC) Cc: martin rudalics , Stefan Monnier , Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 29 00:32:32 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 1M9o9I-0003Yr-8h for ged-emacs-devel@m.gmane.org; Fri, 29 May 2009 00:32:32 +0200 Original-Received: from localhost ([127.0.0.1]:44046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9o9H-0007nR-Hj for ged-emacs-devel@m.gmane.org; Thu, 28 May 2009 18:32:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9o71-0004nb-Bf for emacs-devel@gnu.org; Thu, 28 May 2009 18:30:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9o6v-0004hZ-HO for emacs-devel@gnu.org; Thu, 28 May 2009 18:30:09 -0400 Original-Received: from [199.232.76.173] (port=36186 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9o6v-0004hN-8I for emacs-devel@gnu.org; Thu, 28 May 2009 18:30:05 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:36117) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9o6u-00030y-RQ for emacs-devel@gnu.org; Thu, 28 May 2009 18:30:05 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id D2E981C00116; Fri, 29 May 2009 00:30:00 +0200 (CEST) X-Auth-Info: Tr+JTb0cGx5QrWCOyPO5xMKNBIHsr0L0NaZkFy0KdSM= Original-Received: from whitebox.home (DSL01.83.171.163.129.ip-pool.NEFkom.net [83.171.163.129]) by mail.mnet-online.de (Postfix) with ESMTP id B687F92185; Fri, 29 May 2009 00:30:00 +0200 (CEST) Original-Received: by whitebox.home (Postfix, from userid 501) id 3D3E21E53E8; Fri, 29 May 2009 00:30:09 +0200 (CEST) X-Yow: Yow! Legally-imposed CULTURE-reduction is CABBAGE-BRAINED! In-Reply-To: (Lennart Borgman's message of "Thu, 28 May 2009 21:02:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111162 Archived-At: Lennart Borgman 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."