all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Neon Absentius <absent@sdf.lonestar.org>
Subject: Re: regexp to collapse multiple blank lines into one
Date: Mon, 10 Oct 2005 19:06:37 +0000	[thread overview]
Message-ID: <20051010190637.GZ29712@SDF.LONESTAR.ORG> (raw)
In-Reply-To: <diec6g$hul$1@sea.gmane.org>

On Mon, Oct 10, 2005 at 12:33:50PM -0600, Kevin Rodgers wrote:

> 
> In any case, replacing \(^ C-q C-j \)+ with \1 is 10 key strokes, which
> is actually more typing than if you were to replace ^ C-q C-j + with C-q
> C-j (6 keys).
> 

Yes indeed.  I didn't think of it.  I just wrote the first think
that came to my mind and it worked.  About the keystrokes though I
think that C-q shoud count for more than 1 keystroke; perhaps not 2
keystrokes but 1.5 so your solution has really 8 keystrokes :).
Still my solution is not that bad because it is general: a simple
modification of it will work whenever one whishes to replace
multiple occurences of a regexp with a single occurence.

Also on most files using ^ C-q C-j \{2,\} will save you a lot a
keystrokes because one won't have to press all these "y".

-- 
 There is no national science just as there is no national
multiplication table; what is national is no longer science.
         -- Anton Checov

  reply	other threads:[~2005-10-10 19:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-09 12:27 repexp to collapse multiple blank lines into one B. T. Raven
2005-10-09 12:59 ` Friedrich Laher
2005-10-09 13:01 ` Peter Dyballa
2005-10-09 13:44 ` Neon Absentius
     [not found] ` <mailman.10556.1128865819.20277.help-gnu-emacs@gnu.org>
2005-10-09 18:36   ` regexp " B. T. Raven
2005-10-10 16:35     ` Kevin Rodgers
2005-10-10 17:28       ` Neon Absentius
2005-10-10 18:33         ` Kevin Rodgers
2005-10-10 19:06           ` Neon Absentius [this message]
     [not found]           ` <mailman.10719.1128971211.20277.help-gnu-emacs@gnu.org>
2005-10-11 22:21             ` Tim X
2005-10-12  1:14               ` Neon Absentius
2005-10-10 18:02       ` Peter Dyballa
2005-10-10 20:59 ` repexp " David Hansen
2005-10-11  2:09   ` Neon Absentius

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051010190637.GZ29712@SDF.LONESTAR.ORG \
    --to=absent@sdf.lonestar.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.