From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Replacing New Lines Date: Wed, 06 Apr 2005 20:34:33 +0300 Message-ID: <01c53acf$Blat.v2.4$0a6a3120@zahav.net.il> References: <20050406153226.16897.qmail@web52904.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1112809696 2232 80.91.229.2 (6 Apr 2005 17:48:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2005 17:48:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 06 19:48:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DJEbx-0006OY-S1 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Apr 2005 19:46:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJEB6-0002q1-JO for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Apr 2005 13:18:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJE9D-0002JP-J1 for help-gnu-emacs@gnu.org; Wed, 06 Apr 2005 13:17:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJE9A-0002Eo-LW for help-gnu-emacs@gnu.org; Wed, 06 Apr 2005 13:16:57 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJEVM-0005Lk-L7 for help-gnu-emacs@gnu.org; Wed, 06 Apr 2005 13:39:52 -0400 Original-Received: from zaretski (IGLD-80-230-67-97.inter.net.il [80.230.67.97]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AXR05564 (AUTH halo1); Wed, 6 Apr 2005 20:39:03 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <20050406153226.16897.qmail@web52904.mail.yahoo.com> (message from exits funnel on Wed, 6 Apr 2005 08:32:26 -0700 (PDT)) 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:25435 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25435 > Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys > Date: Wed, 6 Apr 2005 08:32:26 -0700 (PDT) > From: exits funnel > > I'm trying: > > M-[SHIFT]-% C-q [ENTER] C-q [ENTER] [ENTER] C-q > [ENTER] [ENTER] > > Unfortunately, emacs replaces zero occurances so > obviously I'm doing something wrong. The LF character is Ctrl-J, whereas Enter is Ctrl-M. So you should use "C-q C-j" instead of "C-q [ENTER]", and the command will do what you want.