all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: acomber <deedexy@gmail.com>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: elisp how to insert text at end of each line
Date: Wed, 10 Apr 2013 20:42:56 +0300	[thread overview]
Message-ID: <874nfel1sv.fsf@mithlond.arda> (raw)
In-Reply-To: <878v4ql1y8.fsf@mithlond.arda> (Teemu Likonen's message of "Wed,  10 Apr 2013 20:39:43 +0300")

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

Teemu Likonen [2013-04-10 20:39:43 +03:00] wrote:

> Try this instead:
>
>     (while (re-search-forward "$" nil t)
>       (insert "foo")
>       (goto-char (1+ (point))))

Sorry, don't do that. It goes to infinite loop. I'll go studying it more
closely...

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2013-04-10 17:42 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
2013-04-10 17:39 ` Teemu Likonen
2013-04-10 17:42   ` Teemu Likonen [this message]
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=874nfel1sv.fsf@mithlond.arda \
    --to=tlikonen@iki.fi \
    --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.