Re: I can't use emacs's help system! Pls help me.
> I guess that your help system is not disabled, but maybe
> you have changed the key binding of help-for-help
> command. You can invoke help by typing
>
> M-x help-for-help
>
> If you like to do that by hitting C-h, find the lines like
>
> (global-unset-key "\^h")
> (global-set-key "\^h" 'delete-backward-char)
>
> in your .emacs, and delete them both.
GNU Emacs 21, right. Then
(if (fboundp 'normal-erase-is-backspace-mode)
(normal-erase-is-backspace-mode 0)
)
will help.
========================================================================
(Mr.) IIJIMA Hiromitsu, mailto:delmonta@ht.sakura.ne.jp
aka Delmonta http://www.ht.sakura.ne.jp/~delmonta/
Fnews-brouse 1.9(20180406) -- by Mizuno, MWE <mwe@ccsf.jp>
GnuPG Key ID = ECC8A735
GnuPG Key fingerprint = 9BE6 B9E9 55A5 A499 CD51 946E 9BDC 7870 ECC8 A735