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

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

Re: key bindings


From: Kai Großjohann
Subject: Re: key bindings
Date: Fri, 13 Jun 2003 09:03:24 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

john doe <m0nkeyd0g2000@yahoo.com> writes:

> (global-set-key "." ".  ")

(defun john-insert-end-of-sentence ()
  (interactive)
  (insert ".  "))
(global-set-key (kbd ".") 'john-insert-end-of-sentence)

-- 
This line is not blank.


reply via email to

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