all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How can replace some word with a real new line in Emacs?
@ 2009-03-18 15:58 mgx0018
  2009-03-19  9:13 ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: mgx0018 @ 2009-03-18 15:58 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]


Hello,
        In Emacs, What command can replace some word or symbol with a real newline.
For example, I have a text file like this:

int a;int b;intc;

After I exec the command that replae the ";" with ";" and new line, the text will like this:

int a;
int b;
int c;

      What command can do this? Thanks very much!!


[-- Attachment #2: Type: text/html, Size: 689 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-19  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3544.1237440736.31690.help-gnu-emacs@gnu.org>
2009-03-19  6:19 ` How can replace some word with a real new line in Emacs? g.w
2009-03-18 15:58 mgx0018
2009-03-19  9:13 ` Peter Dyballa

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.