From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: alex_sv Newsgroups: gmane.emacs.help Subject: remove all the whitespace characters from the cursor to the next symbol Date: Mon, 15 Mar 2010 07:43:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273054815 22647 80.91.229.12 (5 May 2010 10:20:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 10:20:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 12:20:14 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 1O9bi9-0005K6-Mz for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 12:20:13 +0200 Original-Received: from localhost ([127.0.0.1]:58858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9bi8-0007p5-50 for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 06:20:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!e7g2000yqf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 94.25.210.15 Original-X-Trace: posting.google.com 1268664232 20676 127.0.0.1 (15 Mar 2010 14:43:52 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 15 Mar 2010 14:43:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e7g2000yqf.googlegroups.com; posting-host=94.25.210.15; posting-account=RvPXvAoAAAC66COmfkq16Km7mmTRje1Z User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5,gzip(gfe),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177472 X-Mailman-Approved-At: Tue, 04 May 2010 16:46:52 -0400 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:73350 Archived-At: Hi all! Could you please clarify - is it possible to remove all the whitespace characters including newline from the current cursor position to the next meaningful symbol using one command? I mean if our buffer's content is as follows: 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 Thanks in advance!