From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: unairy delimited at point (snippet) Date: Tue, 10 Aug 2010 10:53:26 +0200 Message-ID: <87wrryq261.fsf@ambire.localdomain> References: <4C60ED77.1040109@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281431572 26990 80.91.229.12 (10 Aug 2010 09:12:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 09:12:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 10 11:12:46 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 1Oikt2-0006iF-NM for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Aug 2010 11:12:44 +0200 Original-Received: from localhost ([127.0.0.1]:45822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OikeL-0001W4-Q8 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Aug 2010 04:57:33 -0400 Original-Received: from [140.186.70.92] (port=53486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OikdT-0001TR-Av for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 04:56:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OikdP-0002TW-DL for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 04:56:39 -0400 Original-Received: from smtp207.alice.it ([82.57.200.103]:39578) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OikdP-0002SW-8P for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 04:56:35 -0400 Original-Received: from ambire.localdomain (95.244.64.16) by smtp207.alice.it (8.5.124.08) id 4C1A26CF03452F50 for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 10:56:32 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OikaN-0002da-7d for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 10:53:27 +0200 In-Reply-To: <4C60ED77.1040109@online.de> ("Andreas =?utf-8?Q?R=C3=B6hler?= =?utf-8?Q?=22's?= message of "Tue, 10 Aug 2010 08:11:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:74517 Archived-At: () Andreas R=C3=B6hler () Tue, 10 Aug 2010 08:11:03 +0200 comments welcome. (char (char-to-string char)) (beg (search-backward char nil t 1)) (search-forward char nil t 1))) See also =E2=80=98skip-chars-forward=E2=80=99 and =E2=80=98skip-chars-backw= ard=E2=80=99.