all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steven Degutis <sbdegutis@gmail.com>
To: acomber <deedexy@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <Help-gnu-emacs@gnu.org>
Subject: Re: elisp how to insert text at end of each line
Date: Wed, 10 Apr 2013 12:36:12 -0500	[thread overview]
Message-ID: <CACeWA3gok4cUC+C_deZf6Zh+fCLzZ5wN=YxMjfCcsTt5BwCcCw@mail.gmail.com> (raw)
In-Reply-To: <1365614909301-283410.post@n5.nabble.com>

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

If you want to do it interactively as a user, I would use
multiple-cursors.el (in MELPA,
https://github.com/magnars/multiple-cursors.el/).

Otherwise, don't know.

-Steven


On Wed, Apr 10, 2013 at 12:28 PM, acomber <deedexy@gmail.com> wrote:

> 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.
>
>

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

  reply	other threads:[~2013-04-10 17:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-10 17:28 elisp how to insert text at end of each line acomber
2013-04-10 17:36 ` Steven Degutis [this message]
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACeWA3gok4cUC+C_deZf6Zh+fCLzZ5wN=YxMjfCcsTt5BwCcCw@mail.gmail.com' \
    --to=sbdegutis@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=deedexy@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.