From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: Delete every other line Date: Sat, 26 Sep 2009 22:01:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1253995416 30506 80.91.229.12 (26 Sep 2009 20:03:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 20:03:36 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: James Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 26 22:03:29 2009 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.50) id 1MrdTO-0007C1-BN for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Sep 2009 22:02:26 +0200 Original-Received: from localhost ([127.0.0.1]:53657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrdTN-0005R8-Jf for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Sep 2009 16:02:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrdT1-0005PT-TU for help-gnu-emacs@gnu.org; Sat, 26 Sep 2009 16:02:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrdT1-0005P2-0z for Help-gnu-emacs@gnu.org; Sat, 26 Sep 2009 16:02:03 -0400 Original-Received: from [199.232.76.173] (port=33308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrdT0-0005Oz-Ur for Help-gnu-emacs@gnu.org; Sat, 26 Sep 2009 16:02:02 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:40814) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrdT0-0004tZ-Ea for Help-gnu-emacs@gnu.org; Sat, 26 Sep 2009 16:02:02 -0400 Original-Received: by fg-out-1718.google.com with SMTP id 22so1050073fge.12 for ; Sat, 26 Sep 2009 13:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=CPIs7BpEB/sdm8Z72ot2i33mdqTY0y3MfRH3n+mah4s=; b=PwBczVlM3rnLuG6/GOzoHLWagmgOhaEaq/mBTVYlNFB5JD3cVw0jzXEtf26dqJ0Bsv 5iA+cq1CW51dBI36Hf85y/fiX1zitKQlybfdTM3jahfq1OL0ds54nJfukIPvB7o97mYs Oqe/8G6AlwP08o7tojCNZLppLSiLh39//gFgk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=xJWRHx1nXH2fEj4wimdCImwQcotrNyURZ5EBdz0iU4/7ErcLFr1c4xIOtw3cHVFhNr BH1idcY30UuqwCNKQLZBXKj9KGrp1dSBc/f3mZY0xMAewhgqvsIL5uHEF6f0aWOhW5T9 +Xj6MzEMWIfkJ/AVP2PP/oDtJSZ3HdSaplZBI= Original-Received: by 10.239.163.208 with SMTP id q16mr147078hbd.102.1253995318141; Sat, 26 Sep 2009 13:01:58 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:68488 Archived-At: On Sat, Sep 26, 2009 at 14:39, James wrote: > Is there a way to deleting blank unnecessarily double spaced blank lines in > a buffer. "delete-blank-lines" doesn't do what I want. It is not clear what you want IMO, but perhaps flush-lines or replace-string will help. Could you give an example? Juanma