From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Rogoff Newsgroups: gmane.emacs.help Subject: Re: remove all the whitespace characters from the cursor to the next symbol Date: Fri, 7 May 2010 11:52:31 -0700 Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com Message-ID: <4be4616f$0$30273$c32e2966@unlimited.newshosting.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1273266626 27805 80.91.229.12 (7 May 2010 21:10:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 21:10:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 23:10:25 2010 connect(): No such file or directory 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 1OAUoO-0007Gm-3q for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 23:10:20 +0200 Original-Received: from localhost ([127.0.0.1]:38565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAUoN-0002Zg-Cg for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 17:10:19 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!post01.iad!not-for-mail Original-Newsgroups: gnu.emacs.help Original-X-Complaints-To: abuse(at)newshosting.com User-Agent: Unison/2.0.5 Original-Lines: 24 Original-Xref: usenet.stanford.edu gnu.emacs.help:178042 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:73566 Archived-At: On 2010-05-07 09:18:13 -0700, Sivaram Neelakantan said: > On Fri, May 07 2010,Kevin Rodgers wrote: > > > [snipped 9 lines] > >>> texttexttext{cursor}___ >>> _ >>> ___text >>> >>> where '_' means space character, is it possible to press some known >>> key sequence to transform the given above to the following form: >>> >>> texttexttext{cursor}text >> > > [snipped 22 lines] > > There's also this > M-SPC runs the command just-one-space, which is an interactive Cooll - didn't know that one!