all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Using a newline character in the newstring in M-x replace-regexp
Date: Wed, 10 Sep 2008 23:12:59 -0600	[thread overview]
Message-ID: <gaa9cs$k42$1@ger.gmane.org> (raw)
In-Reply-To: <ga9tln$mn2$1@reader1.panix.com>

David Combs wrote:
> In article <804f53f5-8387-4b20-a4d5-2a2b4708d529@k30g2000hse.googlegroups.com>,
> harven  <harven@free.fr> wrote:
>>> It works for me and should work in any emacs 22. For interactive use,
>>> i think C-q C-j is actually the only way to insert newlines.
>> C-o   or   C-012 RET   also work for a query-replace.
>> C-o does not work by default for an incremental search.
>> The following code adds this shortcut to the incremental commands.
>>
>> (define-key isearch-mode-map "\C-o"
>>           (lambda () (interactive)
>>             (isearch-process-search-char ?\n)))
> 
> Looks nifty -- but what does it do?
> 
> 1: what's the purpose of defining C-o?

It's shorter and perhaps easier to remember than C-q C-j.

> 2: what does that function/lambda-expr actually *do*
>    when it gets called>
> (like, how does it get a newline inserted?)
> 
> Unfortunately:
> 
> | isearch-process-search-char is a compiled Lisp function in `isearch'.
> | (isearch-process-search-char CHAR)
> | 
> | Not documented.
> | 
> | [back]

If you follow the link to isearch, you'll see its definition, which has
this comment:

   ;; Append the char to the search string, update the message and 
re-search.

-- 
Kevin Rodgers
Denver, Colorado, USA





  reply	other threads:[~2008-09-11  5:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.16702.1218742268.18990.help-gnu-emacs@gnu.org>
2008-08-14 20:35 ` Using a newline character in the newstring in M-x replace-regexp Xah
2008-08-16 14:00   ` harven
2008-09-11  1:52     ` David Combs
2008-09-11  5:12       ` Kevin Rodgers [this message]
2008-08-14 19:31 Corey Foote
2008-08-14 22:54 ` Peter Dyballa

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='gaa9cs$k42$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.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.