From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Does word under cursor match pattern? Date: Mon, 23 Aug 2010 13:56:00 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1282564625 8775 80.91.229.12 (23 Aug 2010 11:57:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2010 11:57:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Paulo J. Matos" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 23 13:57:04 2010 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.69) (envelope-from ) id 1OnVe8-0002YE-KW for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Aug 2010 13:57:00 +0200 Original-Received: from localhost ([127.0.0.1]:58834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnVe8-00020w-Ec for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Aug 2010 07:57:00 -0400 Original-Received: from [140.186.70.92] (port=34286 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnVdW-0001zS-Sa for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 07:56:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OnVdV-00020O-Ay for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 07:56:22 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:54101) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OnVdV-00020E-8s for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 07:56:21 -0400 Original-Received: by qwk4 with SMTP id 4so5508192qwk.0 for ; Mon, 23 Aug 2010 04:56:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=GCk8jo0C8dvEpGvGDsbk2s7LAuD56PdtnMm7fN+hIN0=; b=MNFJ/Gjv6S5eOye73MYvDilrsaoj8i06NJA7HtQOhEN3+dHtaB253hm04dVveC50fR ipVlB7SgQuk2T2aT0GoyYDymNNWu83KcvyPyVM77ZA/X6UNMJAW/6JwnPm++GG3Myqrm WJ7608G1XZUVyQfn5DIZbumWq4RR71d93ldwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=nff8O/qC/3NnmVN6dn9v3G8C9QBOEAAlhN9ymHIF1nBnSYeo942rf3JStKLhIDBD3Q GBFe6z2bqQVZLAKHZj2cCzEZinPWdK/edbtVWlOTbyT69v+PmHneoPxDHd108XbjXEUe VZRS53dxlMdc0lUb9dOXzexe7TYt3B1+l5Fy0= Original-Received: by 10.224.10.197 with SMTP id q5mr3276286qaq.129.1282564580177; Mon, 23 Aug 2010 04:56:20 -0700 (PDT) Original-Received: by 10.229.20.139 with HTTP; Mon, 23 Aug 2010 04:56:00 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:74771 Archived-At: On Mon, Aug 23, 2010 at 1:18 PM, Paulo J. Matos wrote: > > This has one problem: I can't seem to find a function to transform a > region into a string. buffer-substring-no-properties?