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

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

Re: global-set-key doesnot seem to work


From: Lennart Borgman
Subject: Re: global-set-key doesnot seem to work
Date: Tue, 09 Aug 2005 02:16:24 +0200
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Shashank Khanvilkar wrote:

Hi,
I have defined the following in my .emacs file
$>cat .emacs
--Snip--
(global-set-key [delete] 'delete-char)
(global-set-key [kp-delete] 'delete-char)global-set-key [f1] 'dired)
(global-set-key [f2] 'dired-omit-toggle)
(global-set-key [f3] 'shell)
(global-set-key [f4] 'find-file)
(global-set-key [f5] 'compile)
(global-set-key [f6] 'visit-tags-table)
(global-set-key [f8] 'add-change-log-entry-other-window)
(global-set-key [f12] 'make-frame)
--Snip--

However none of these mapped keys work. Am i forgetting to do something?
All help appreciated.
Also where can i see error logs that emacs might spit out.

Try

 C-x C-f ~/.emacs RET

in Emacs to open your .emacs. Is it the file above that is opened?




reply via email to

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