From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: last-non-white-space-on-line Date: Mon, 05 Jun 2006 08:53:49 +0200 Message-ID: <4483D4FD.20806@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1149490527 419 80.91.229.2 (5 Jun 2006 06:55:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 06:55:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 05 08:55:27 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fn8zk-0004gC-Kz for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jun 2006 08:55:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn8zk-0001ao-AB for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jun 2006 02:55:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fn8zA-0001H2-Mc for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 02:54:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fn8z8-0001F0-Q7 for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 02:54:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn8z8-0001Eq-Jk for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 02:54:46 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1Fn96E-0002lx-0p for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 03:02:06 -0400 Original-Received: (qmail invoked by alias); 05 Jun 2006 06:54:45 -0000 Original-Received: from N776P014.adsl.highway.telekom.at (EHLO [62.47.40.238]) [62.47.40.238] by mail.gmx.net (mp025) with SMTP; 05 Jun 2006 08:54:45 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: andreas.roehler@online.de, help-gnu-emacs@gnu.org X-Y-GMX-Trusted: 0 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:35329 Archived-At: > (skip-chars-backward "[ \t]")) I'd suggest (skip-chars-backward " \t")) instead.