From: Fredrik Bulow <kaliumfredrik@gmail.com>
Subject: Re: replacing endline
Date: Thu, 20 Apr 2006 11:56:44 +1000 [thread overview]
Message-ID: <87lku1t3fn.fsf@gmail.com> (raw)
In-Reply-To: 1145492327.354125.133060@j33g2000cwa.googlegroups.com
sarah.dzion@gmail.com writes:
> 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.
>
> Appreciate the help!
> Thanks!
> -A
Ok, this is my third article on this.
writing something like
(query-replace "\n" "#")
and then pressing C-x C-e after it does the trick! However, calling
the same function interactively and providing the arguments \n and #
doesn't do the trick at all. I have no idea why though. Perhaps
someone who know a bit more about lisp can shed some light on this?
I don't see why this behavior shouldn't be labeled as a bug.
/Fredrik
next prev parent reply other threads:[~2006-04-20 1:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-20 0:18 replacing endline sarah.dzion
2006-04-20 1:15 ` Katsumi Yamaoka
2006-04-20 1:17 ` Ye Wenbin
2006-04-20 1:22 ` Fredrik Bulow
2006-04-20 1:44 ` Fredrik Bulow
2006-04-20 1:56 ` Fredrik Bulow [this message]
2006-04-20 6:32 ` Thien-Thi Nguyen
2006-04-20 14:43 ` Fredrik Bulow
2006-04-20 16:11 ` Lennart Borgman
2006-04-20 18:16 ` Eli Zaretskii
[not found] ` <mailman.650.1145549499.9609.help-gnu-emacs@gnu.org>
2006-04-20 19:25 ` Harald Hanche-Olsen
2006-04-20 22:19 ` Lennart Borgman
2006-04-21 7:38 ` Eli Zaretskii
[not found] ` <mailman.671.1145571606.9609.help-gnu-emacs@gnu.org>
2006-04-21 6:52 ` Harald Hanche-Olsen
2006-04-21 0:53 ` Thien-Thi Nguyen
2006-04-20 23:38 ` B. T. Raven
2006-04-20 10:21 ` Peter Dyballa
2006-04-20 18:54 ` kgold
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=87lku1t3fn.fsf@gmail.com \
--to=kaliumfredrik@gmail.com \
/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.