From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mirko Newsgroups: gmane.emacs.help Subject: Re: elispQ: How can I extract text from #("text" ... ) Date: Fri, 4 Apr 2008 18:16:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <1d8f705b-b39a-44cd-bcfc-cb39d13e5087@a22g2000hsc.googlegroups.com> <9f668e22-39c7-4135-a95a-479c6ac93e71@y21g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207359646 8401 80.91.229.12 (5 Apr 2008 01:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2008 01:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 05 03:41:19 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JhxPB-0006sU-6v for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Apr 2008 03:41:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhxOY-0003Ew-Bo for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Apr 2008 21:40:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m44g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 74.76.172.207 Original-X-Trace: posting.google.com 1207358188 6233 127.0.0.1 (5 Apr 2008 01:16:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 5 Apr 2008 01:16:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m44g2000hsc.googlegroups.com; posting-host=74.76.172.207; posting-account=yS7ZzQoAAACbDncxMo9UeCyhsLtcDWPM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:157698 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53065 Archived-At: On Apr 4, 2:28 pm, "Drew Adams" wrote: > > Out of curiosity, do you know where is the #( syntax described? I > > could not find it in the manual. > > Elisp manual, node Text Props and Strings. > > BTW, how did you look for it? `C-s #' finds it pretty quickly. > > Perhaps Eli will add an index entry to the manual for this (there are other > entries for #, but not this one). I was looking for #( in the index. I also browsed through several sections including the onw for substring-no-properties, but did not see the #( mentioned -- might have overlooked it.