On Tue, Jan 20, 2004 at 11:13:10PM +0200, Aaron spake thus:
*snip*
> >C-h b runs the command describe-bindings
>
> When I run c-h b I get nothing....
C-h b refers to the default binding for describe-bindings, but it is
entirely possible that the upstream source of your emacs has changed the
bindings to be different from the defaults.
To get the information, type
M-x d e s c r i b e - b i n d i n g s RET
If it turns out that 'describe-bindings' does not have a binding, you
can make a keybinding for this (in this case C-c b) by putting something
like the following in your .emacs file.
(global-set-key [?\C-c ?b] 'describe-bindings)
> > Thanks though, maybe I am doing something wrong?
I don't think so. I think your emacs key bindings are just different
from the defaults.
> Or could someone just send me a list of the keybindings?
Since your bindings sound like they are different from the defaults,
this probably won't do you much good.
-Al
--
a l a n d. s a l e w s k i salewski@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------
We envision a well-received commercial grade client/server system.
--------------------------------------------------------------------
Generated from WWW Marketing Phrase gizmo: www.lyra.org/phrase.cgi
pgpc4gMTpENnn.pgp
Description: PGP signature
|