From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: unairy delimited at point (snippet) Date: Tue, 10 Aug 2010 11:27:39 +0200 Message-ID: <4C611B8B.50207@easy-emacs.de> References: <4C60ED77.1040109@online.de> <87wrryq261.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1281432737 31513 80.91.229.12 (10 Aug 2010 09:32:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 09:32:17 +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:32:13 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 1OilAZ-0004Vi-QJ for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Aug 2010 11:32:11 +0200 Original-Received: from localhost ([127.0.0.1]:37135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oil9L-0003ST-By for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Aug 2010 05:29:35 -0400 Original-Received: from [140.186.70.92] (port=46197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oil8l-0003R9-OM for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 05:29:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oil8d-0000TC-Uj for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 05:28:53 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:62685) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oil8d-0000SL-J6 for help-gnu-emacs@gnu.org; Tue, 10 Aug 2010 05:28:51 -0400 Original-Received: from [192.168.178.27] (brln-4db9cd99.pool.mediaWays.net [77.185.205.153]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LZjFg-1PCcmR3QDs-00lSuX; Tue, 10 Aug 2010 11:28:48 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 In-Reply-To: <87wrryq261.fsf@ambire.localdomain> X-Provags-ID: V02:K0:5q4pDZgp+rI934GafvF0YZ4VhbKphAwCvHn0zXXkMDc kt/b0M1zU37I11PiZSkddK6hjGAHuSUujApw6UnacPyoK6zQwm YWZovMX7E5d3DztmDp7eT2TLOePtkpkx4uOhvXnB6aRmCfLyRs Ez5hJmWnwmwzXOzV8hRWEfvh78jpQCc9ykhrdchrbTnBP8oj1R +ZyY6CiQbDYpVmQIMp7tip3XAVUVkBRJt2Tc+Po53E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:74519 Archived-At: Am 10.08.2010 10:53, schrieb Thien-Thi Nguyen: > () Andreas Röhler > () 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 ‘skip-chars-forward’ and ‘skip-chars-backward’. > > Thanks a lot. Thats much faster, isn't it? Andreas