all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: elisp how to insert text at end of each line
Date: Thu, 11 Apr 2013 13:32:41 +0200	[thread overview]
Message-ID: <87vc7tcnfq.fsf@gmail.com> (raw)
In-Reply-To: 1365675809309-283460.post@n5.nabble.com

acomber <deedexy@gmail.com> writes:

> (defun insert-at-end-of-line (text) 
>   "convert word tbl to html tbl"
>   (interactive)
>   (goto-char (point-min)) 
>   (while (not (eobp)) 
>     (end-of-line) 
>     (insert text) 
>     (next-line)
>   )
> ) 
>
> But then in emacs how do I pass the text parameter?

Yes, sorry, I used it with (setq text "hello world") in the scratch
buffer and forgot to account for user input.

-- 
cheers,
Thorsten




  parent reply	other threads:[~2013-04-11 11:32 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
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 [this message]
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=87vc7tcnfq.fsf@gmail.com \
    --to=tjolitz@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.
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.