From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: inserting end-of-line in the minibuffer Date: Tue, 11 Mar 2003 23:11:15 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047421330 5043 80.91.224.249 (11 Mar 2003 22:22:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 22:22:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 23:22:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ss8M-0001It-00 for ; Tue, 11 Mar 2003 23:22:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ss6s-00083x-08 for gnu-help-gnu-emacs@m.gmane.org; Tue, 11 Mar 2003 17:20:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.telebyte.nl!newshub1.home.nl!home.nl!sunsite.dk!localhost.localdomain!nobody Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 0xc3d7e0d0.esnxr4.ras.tele.dk Original-X-Trace: sunsite.dk 1047420987 24331 195.215.224.208 (11 Mar 2003 22:16:27 GMT) Original-X-Complaints-To: staff@sunsite.dk Original-NNTP-Posting-Date: Tue, 11 Mar 2003 22:16:27 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7489 jean daniel browne writes: > I try to change the following > foo > bar > foo > bar > > into the following > foo$bar$foo$bar$ > > It could be done with a search and replace but I cannot type the > end-of-line character in the minibuffer. Can you ? You can type it with `C-q RET'. > Where did you find the info? Hmm, it's not mentioned under `query-replace' in the manual, but the section about incremental search [1] says that you can use `C-q' to search for control characters. [1] In isearch you can just do `C-j' to search for eol, though. Maybe it's a little inconsistent that it doesn't work in query-replace.