From: acomber <deedexy@gmail.com>
To: Help-gnu-emacs@gnu.org
Subject: elisp how to insert text at end of each line
Date: Wed, 10 Apr 2013 10:28:29 -0700 (PDT) [thread overview]
Message-ID: <1365614909301-283410.post@n5.nabble.com> (raw)
I tried:
(while (search-forward "\n")
(insert "My text to insert")
)
and tried using $ symbol.
Neither worked.
Is there a way to do this in elisp?
--
View this message in context: http://emacs.1067599.n5.nabble.com/elisp-how-to-insert-text-at-end-of-each-line-tp283410.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
next reply other threads:[~2013-04-10 17:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 17:28 acomber [this message]
2013-04-10 17:36 ` elisp how to insert text at end of each line Steven Degutis
2013-04-10 17:39 ` Teemu Likonen
2013-04-10 17:42 ` Teemu Likonen
2013-04-10 18:13 ` Thorsten Jolitz
2013-04-11 10:23 ` acomber
2013-04-11 10:50 ` Andreas Röhler
2013-04-11 11:01 ` Andreas Röhler
2013-04-11 11:32 ` Thorsten Jolitz
2013-04-11 14:02 ` acomber
[not found] <mailman.23893.1365614915.855.help-gnu-emacs@gnu.org>
2013-04-10 18:07 ` Michael Heerdegen
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365614909301-283410.post@n5.nabble.com \
--to=deedexy@gmail.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.
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).