help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Output in Emacs


From: Johannes Quint
Subject: Re: Output in Emacs
Date: Mon, 3 Nov 2003 23:01:21 +0100


On Sonntag, November 2, 2003, at 08:26  Uhr, Edi Weitz wrote:

I think you're looking for 'insert':

  (defun foo ()
    (interactive)
    (let ((k 1))
      (insert (format "%d" k))))

You should adhere to the usual conventions for intending Lisp
code. This'll help other people to read it.

Edi.



and how to READ the contents of a buffer-line and then apply a function to it?
thanks for help
j.quint





reply via email to

[Prev in Thread] Current Thread [Next in Thread]