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

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

Re: [h-e-w] How to insert text at point?


From: Ken Goldman
Subject: Re: [h-e-w] How to insert text at point?
Date: Thu, 2 Oct 2003 09:03:25 -0400

I'm not an elisp programmer, but I think it's just 'insert'

For example:

(defun insert-date ()
  "Insert date at the current cursor position in the current buffer."
  (interactive)
  (insert (format-time-string "%d %B %Y ")))

> From: Denny =?ISO-8859-1?Q?L=F6fgren?= <address@hidden>
> Date: Thu, 2 Oct 2003 14:30:13 +0200
> 
> Is there a function that let´s me insert some text at point? I want to be
> able to do: "M-x insert-text-at-point TEXT".

-- 
Ken Goldman   address@hidden   914-784-7646




reply via email to

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