From: Shashank Khanvilkar <shashank@mia.ece.uic.edu>
Subject: global-set-key doesnot seem to work
Date: Mon, 08 Aug 2005 19:01:56 -0500 [thread overview]
Message-ID: <dd8rmk$t5p$1@newsx.cc.uic.edu> (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
next reply other threads:[~2005-08-09 0:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-09 0:01 Shashank Khanvilkar [this message]
2005-08-09 0:16 ` global-set-key doesnot seem to work Lennart Borgman
2005-08-09 0:27 ` Pascal Bourguignon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='dd8rmk$t5p$1@newsx.cc.uic.edu' \
--to=shashank@mia.ece.uic.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).