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

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

[h-e-w] Emacs 21.1: Ctrl-Home & Ctrl-End undefined


From: Raymond Zeitler
Subject: [h-e-w] Emacs 21.1: Ctrl-Home & Ctrl-End undefined
Date: Thu, 8 Nov 2001 10:50:20 -0500

With my new Emacs 21.1, the Ctrl-Home and Ctrl-End keys were
undefined, until I evaluated these two expressions:

(define-key function-key-map [C-kp-home] [?\M-<])
(define-key function-key-map [C-kp-end] [?\M->])

Has anyone else noticed this?

I had a similar problem with v20.7.  To get Del to delete backwards I
needed to add:

(define-key function-key-map [kp-delete] [?\C-d])

On an unrelated note, I'm unable to test the new Gnus.  After my
trusted ISP sold my account, the new ISP does not tolerate remote
access to its news server.  It's too bad there's no news.gnu.org.



reply via email to

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