all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Replace with CR
Date: Sun, 05 Jul 2015 17:24:30 +0200	[thread overview]
Message-ID: <87615yvd8x.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: mnbflg$8te$1@speranza.aioe.org

Andrea Venturoli <ml.diespammer@netfence.it> writes:

> Hello.
>
> I'm using emacs on several FreeBSD boxes (text or X version).
> For several years I've been able to replace any character with a
> newline, by doing (e.g. with ';'):
> M-x replace-string(enter);(enter)^Q(enter)(enter)

Only, there's no such "enter" thing.  So you are a cold liar.

> The line
> a;b;c
> would become
> a
> b
> c
>
> Now the same procedure does not work anymore as the (enter)
> immediately after ^Q does not move to a newline, but enters ^M.
>
> I.e. what I get is "a^Mb^Mc".

There's a key labelled "Return" that enters a CARRIAGE RETURN ASCII
control code whose value is 13.  This value can also be obtained with
Control  and the 13th letter, M, hence the representation as ^M.  If you
don't like CR, then don't use the RET key.


> How can I restore the previous behavior, or, failing that, replace
> something with a newline?

On unix, newline is represented by the ASCII code LINE FEED, value 10,
which can be entered using Control and the 10th letter, J.   
Then type: C-q C-j


> I don't know when and why this stopped working.

It stopped working when you lost those neurons when you banged your head
on the floor.  Leave backflips to professionnal acrobats, not for your
youtube channel.

-- 
__Pascal Bourguignon__                 http://www.informatimago.com/
“The factory of the future will have only two employees, a man and a
dog. The man will be there to feed the dog. The dog will be there to
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk


  parent reply	other threads:[~2015-07-05 15:24 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-05 14:40 Replace with CR Andrea Venturoli
2015-07-05 15:22 ` tomas
2015-07-05 15:24 ` Pascal J. Bourguignon [this message]
2015-07-05 15:47   ` Óscar Fuentes
2015-07-06  8:41     ` Gian Uberto Lauri
     [not found]     ` <mailman.6422.1436172122.904.help-gnu-emacs@gnu.org>
2015-07-06 10:18       ` Pascal J. Bourguignon
2015-07-05 15:55   ` tomas
2015-07-05 17:03   ` Ian Zimmerman
     [not found]   ` <mailman.6379.1436115793.904.help-gnu-emacs@gnu.org>
2015-07-05 17:34     ` Pascal J. Bourguignon
2015-07-05 19:25       ` Barry Margolin
2015-07-05 20:01         ` Óscar Fuentes
2015-07-05 20:47         ` Pascal J. Bourguignon
2015-07-05 22:59           ` Richard Wordingham
2015-07-06 13:51           ` Barry Fishman
2015-07-06 16:04             ` Stefan Monnier
     [not found]   ` <mailman.6368.1436111238.904.help-gnu-emacs@gnu.org>
2015-07-06  9:49     ` Andrea Venturoli
2015-07-06 14:37       ` Barry Margolin
2015-07-06 15:33         ` Andrea Venturoli
2015-07-07  0:29         ` Robert Thorpe
     [not found] ` <mailman.6367.1436109760.904.help-gnu-emacs@gnu.org>
2015-07-05 15:36   ` Pascal J. Bourguignon
2015-07-05 16:30     ` Stefan Monnier
2015-07-05 16:39       ` Paul Smith
2015-07-06  8:49       ` Gian Uberto Lauri
     [not found]       ` <mailman.6423.1436172566.904.help-gnu-emacs@gnu.org>
2015-07-06 10:34         ` Pascal J. Bourguignon

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=87615yvd8x.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.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.