unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* overlay (combine) lines
@ 2007-10-02 18:53 ry2ngh
  2007-10-20  6:20 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: ry2ngh @ 2007-10-02 18:53 UTC (permalink / raw)
  To: help-gnu-emacs

I am trying to figure out how to overlay lines of code.

For example, if I have the following two lines, how can i combine the
non blanks into one line.

-----before overlay--------------
  one           three
          two             four

-------after overlay--------------
  one   two  three   four

In the past on a mainframe I was able to do this using a primative
line editor by typing an M and O on the line numbers as follows:

00M001  one           three
00O002          two             four

resulting in only one line:
0000001 one   two   three  four


Thanks in advance,

-Ryan

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

end of thread, other threads:[~2007-10-20  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02 18:53 overlay (combine) lines ry2ngh
2007-10-20  6:20 ` Kevin Rodgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).