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: Pascal Bourguignon
Subject: Re: global-set-key doesnot seem to work
Date: Tue, 09 Aug 2005 02:27:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Shashank Khanvilkar <shashank@mia.ece.uic.edu> writes:

> 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)
There is an error here: -------------------^

> (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--

To debug errors in ~/.emacs, launch emacs with: emacs --debug-init
> However none of these mapped keys work. Am i forgetting to do something?
> All help appreciated.

Check the key binding, type: C-h k DEL  then: C-h k F12

> Also where can i see error logs that emacs might spit out.

In the buffer: *Message*

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Wanna go outside.
Oh, no! Help! I got outside!
Let me back inside!


reply via email to

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