all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pascal Bourguignon <spam@mouse-potato.com>
Subject: Re: global-set-key doesnot seem to work
Date: Tue, 09 Aug 2005 02:27:23 +0200	[thread overview]
Message-ID: <87mznsosyc.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: dd8rmk$t5p$1@newsx.cc.uic.edu

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!

      parent reply	other threads:[~2005-08-09  0:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mznsosyc.fsf@thalassa.informatimago.com \
    --to=spam@mouse-potato.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.