From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Symbol's value as a variable is void: marker Date: Fri, 29 May 2009 02:52:47 +0200 Message-ID: References: <4A1EAAB8.5070602@gmx.at> <87k540d8zh.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243558381 12424 80.91.229.12 (29 May 2009 00:53:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2009 00:53:01 +0000 (UTC) Cc: martin rudalics , Andreas Schwab , Stefan Monnier , Emacs-Devel devel To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 29 02:52:58 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 1M9qLB-00065h-T3 for ged-emacs-devel@m.gmane.org; Fri, 29 May 2009 02:52:58 +0200 Original-Received: from localhost ([127.0.0.1]:46129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9qLB-0000Kx-B7 for ged-emacs-devel@m.gmane.org; Thu, 28 May 2009 20:52:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9qL7-0000Ks-TJ for emacs-devel@gnu.org; Thu, 28 May 2009 20:52:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9qL3-0000J7-6W for emacs-devel@gnu.org; Thu, 28 May 2009 20:52:53 -0400 Original-Received: from [199.232.76.173] (port=43184 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9qL3-0000Iy-2z for emacs-devel@gnu.org; Thu, 28 May 2009 20:52:49 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:55439) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9qL2-0007Yb-M1 for emacs-devel@gnu.org; Thu, 28 May 2009 20:52:48 -0400 Original-Received: by bwz5 with SMTP id 5so6281403bwz.42 for ; Thu, 28 May 2009 17:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5Oovlr4yfr5YnNQ27SANaC8NzWTobbEI5FQFdsbtlxg=; b=Mf57IrCbVa4XPCkcC9YVwsrb9RUSOE8+I3TwhGMSCUGW6UKP6fce0Efn49vLNZ2eHJ n6HrjJmerGeol8TXpp3Mv2/ep90gIXUaWb+rm7YH7om0RwBt535eI+7WrKhGt9nBHW9Y Zmki+JCnM4o8rMg7OyYKkoGamTtZA07U3A318= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XjIlfT+UQnzEOZGrMTOkWOHEGeOhY60hmqqawzXg2sMKb8SUSTxZDA49QLk6SGWzlt LFqbSaqhXnvLWolFOZiZuc/a6/9o9Gqo4WlmxyKMJsmOwJriD/IL+wyTNtCrYQ+Wrjby YDntNNucNoDItHeditbygzbtxnbkMz/e5rgFs= Original-Received: by 10.239.135.208 with SMTP id e16mr176360hbe.37.1243558367559; Thu, 28 May 2009 17:52:47 -0700 (PDT) In-Reply-To: <87k540d8zh.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111170 Archived-At: On Fri, May 29, 2009 at 2:54 AM, Stephen J. Turnbull w= rote: > Lennart Borgman writes: > > =C2=A0> BTW is that syntax really documented and explained in the manual?= I do > =C2=A0> not mean for rx-to-string, but more generally. I thnk I found out > =C2=A0> about it when reading some code, but I never saw it in the manual= . > > Try searching for "backquote". Thanks, yes, but the node (info "(elisp) Backquote") gives me the impression that this only works in macros, because the node is located under macros.