From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.help Subject: Re: replacing endline Date: Thu, 20 Apr 2006 10:15:43 +0900 Organization: Emacsen advocacy group Message-ID: References: <1145492327.354125.133060@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145497317 8654 80.91.229.2 (20 Apr 2006 01:41:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 01:41:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 20 03:41:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWOAz-0002HA-OH for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 03:41:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWOAz-00077e-7n for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Apr 2006 21:41:45 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-X-Trace: individual.net qdMukSY1TlpOC9BT5FYskQCAZpCigvsVZl95xpt7YgpHUp9ic= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:t1ifhL+yERB4OZ9eBJjnYFlxOww= Original-Xref: shelby.stanford.edu gnu.emacs.help:138877 Original-To: help-gnu-emacs@gnu.org 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:34496 Archived-At: >>>>> In <1145492327.354125.133060@j33g2000cwa.googlegroups.com> >>>>> sarah.dzion@gmail.com wrote: > Hi I want to convert : > 72 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > to > 72#17#18#19#20#21#22#23#24#25 > how do I do this using replace-string (or something else in emacs)? > basically I do not know how to specify endline in emacs. You can enter the newline (endline) character in the minibuffer using C-q and then C-j.