Path: ccsf.homeunix.org!ccsf.homeunix.org!news1.wakwak.com!nf1.xephion.ne.jp!onion.ish.org!yynet.tama.tokyo.jp!Q.T.Honey!ngate01.so-net.ne.jp!news01.so-net.ne.jp!news-post.so-net.ne.jp!not-for-mail
From: Taka Fukuda <fukuda@computer.org>
Newsgroups: alt.h.i.p.c.r.i.m.e.emacs.advocacy,alt.h0pcr0me.emacs.advocacy,alt.hipcrime.emacs.advocacy,comp.emacs,fj.editor.emacs,fj.editor.xemacs,gnu.emacs
Subject: Re: I can't use emacs's help system! Pls help me.
Date: Sat, 22 Nov 2003 20:01:15 +0900
Organization: Independent Sunday Pythoneer
Lines: 34
Message-ID: <8665hcoef8.wl%fukuda@computer.org>
References: <bpi1ij$1hk$1@news.wplus.net>
NNTP-Posting-Host: p293e64.tokynt01.ap.so-net.ne.jp
Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen")
Content-Type: text/plain; charset=US-ASCII
In-Reply-To: <bpi1ij$1hk$1@news.wplus.net>
User-Agent: Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i686-pc-linux)
X-Face: .f?B$YEKX}:7=pw+DnPXgn(q4=*s)p$4l)P$jFWT}^fOvsIccL}nM'lH`%M;Q~r3FkjhBS{
 :J8r@hc9OcnwsNVSGtx@qPT\]{?(M|L%Q80?$62AkQ6(d<NR'G7MhlgS7MDyp6J+Y<e_a|'Y-Sdqv`
 yl>VT*Id.0ZSC?6pfkX-uhL:vg#1$P|8VtS+%x]t=aib~Fc:^vsKv^EN.=O
Xref: ccsf.homeunix.org fj.editor.emacs:36 fj.editor.xemacs:3


    Hi Jason
    
At Thu, 20 Nov 2003 17:29:55 +0800,
Jason wrote:
> 
> I start my emacs(ver:21.3) now, but the help system is disabled! When I hit
> C-h, it just delete a character like "backspace". I installed emacs at
> /home/myname/emacs-21.3-installed, and manual pages were stored at
> /home/myname/emacs-21.3-installed/man.How can I enable emacs's help system?
> Thanks a lot!

    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.
    
    Best regards,
    
-- 
--                                               Taka Fukuda
--                                    fukuda at computer.org
    

    

