help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Key bindings


From: Tassilo Horn
Subject: Re: Key bindings
Date: Thu, 29 Mar 2007 22:22:10 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

SteveFKI <stephen.brown@eu.fkilogistex.com> writes:

Hi Stephen,

> I tried this, and I get the same problem. However, when I type C-h k
> <home>, it emacs tells me that
>
> "<find> runs the command search-forward
>  (search-forward STRING &optional BOUND NOERROR COUNT)
>       which is an interactive built-in function.

Huh? What's <find> for a key? Do you use exotic hardware, xmodmap or a
special xkb layout?

> Sounds like I am trying to override a function, which cannot be
> overriden.

No no. The problem is that your <home> key is a <find> key for any
reason.

So bind

  (global-set-key (kbd "<find>") 'beginning-of-line)
  (global-set-key (kbd "<C-find>") 'beginning-of-line)

and you'll be fine.

Bye,
Tassilo
-- 
No person,  no idea, and no  religion deserves to be  illegal to insult,
not even the Church of Emacs. (Richard M. Stallman)


reply via email to

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