all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: help-gnu-emacs@gnu.org
Subject: Re: global-set-key doesnot seem to work
Date: Tue, 09 Aug 2005 02:16:24 +0200	[thread overview]
Message-ID: <42F7F5D8.6050407@student.lu.se> (raw)
In-Reply-To: <dd8rmk$t5p$1@newsx.cc.uic.edu>

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	other threads:[~2005-08-09  0:16 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 [this message]
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

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

  git send-email \
    --in-reply-to=42F7F5D8.6050407@student.lu.se \
    --to=lennart.borgman.073@student.lu.se \
    --cc=help-gnu-emacs@gnu.org \
    /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.