unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* global-set-key doesnot seem to work
@ 2005-08-09  0:01 Shashank Khanvilkar
  2005-08-09  0:16 ` Lennart Borgman
  2005-08-09  0:27 ` Pascal Bourguignon
  0 siblings, 2 replies; 3+ messages in thread
From: Shashank Khanvilkar @ 2005-08-09  0:01 UTC (permalink / raw)


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.
Shank

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-09  0:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09  0:01 global-set-key doesnot seem to work Shashank Khanvilkar
2005-08-09  0:16 ` Lennart Borgman
2005-08-09  0:27 ` Pascal Bourguignon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).