all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: adt2@speakeasy.org (A. Tsakiris)
Subject: Re: inserting date and time at the cursor location
Date: 13 Oct 2002 10:25:19 -0400	[thread overview]
Message-ID: <ur8eu5sc0.fsf@speakeasy.org> (raw)
In-Reply-To: 65wkkzdz.fsf@ID-23066.news.dfncis.de

> (defun jh-insert-current-time ()
>   (interactive)
>   (insert (current-time-string)))
> 
> Then do `M-x jh-insert-current-time' or bind it to some key sequence.

  > ok, how do i bind this to a key?
  > 

Try

(global-set-key (kbd "C-c d") 'jh-insert-current-date)

in your .emacs file.  This will bind the function to the key
sequence C-c d.

-- 
A. Tsakiris

  parent reply	other threads:[~2002-10-13 14:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02 13:03 inserting date and time at the cursor location Guy-Armand Kamendje
2002-10-02 15:30 ` Jesper Harder
2002-10-02 15:37   ` David Kastrup
2002-10-03  2:52     ` Clemens Fischer
2002-10-03  4:13       ` ftrw
2002-10-03 10:44       ` Reiner Steib
2002-10-11 12:14       ` Mario Lang
2002-10-13 14:25       ` A. Tsakiris [this message]
2002-10-02 15:45 ` kgold
2002-10-04  4:46 ` ken

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=ur8eu5sc0.fsf@speakeasy.org \
    --to=adt2@speakeasy.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.