all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* I can't use emacs's help system! Pls help me.
@ 2003-11-20  9:49 Jason
  2003-11-21 16:56 ` sebyte
  0 siblings, 1 reply; 3+ messages in thread
From: Jason @ 2003-11-20  9:49 UTC (permalink / raw)


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!

Jason.Wong

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I can't use emacs's help system! Pls help me.
  2003-11-20  9:49 I can't use emacs's help system! Pls help me Jason
@ 2003-11-21 16:56 ` sebyte
  2003-11-26  0:45   ` Jason
  0 siblings, 1 reply; 3+ messages in thread
From: sebyte @ 2003-11-21 16:56 UTC (permalink / raw)


Jason,

It's not so long ago that I was struggling with the basics too.  The
learning curve is steep but it's well worth it believe me, and I
haven't even begun to scratch the surface really.  I simply haven't
got the time.  Anyway, I know enough to help you with your question.

Each time you start emacs it looks for and reads your 'init file' if
it finds it.  'init' is short for 'initialisation'.  This must be
called '.emacs', ('dot emacs'),  and it must also be located in your
home directory.  You won't have one unless you've customised emacs in
some way, (using the customisation buffers, 'Esc-x customize <RET>' ),
or you've found this out and written one yourself already, i.e., emacs
does not create a default dot emacs automatically.

So start up a text editor, emacs itself will do if you've sussed out
how to write and save text files, and write this one line, exactly as
it appears, and then save it as '.emacs' in your home directory.  Then
quit emacs and start it up again and you should be flying...

	(define-key global-map "\C-h" 'help-command)

Basically, C-h, (Control-h), is historically the key sequence for
'backspace delete'.   A lot of people do the opposite to what your
doing and define C-h as 'backspace delete', because they are used to
it, (it also 'fits in' with the other emacs cursor navigation key
sequences), and define another key sequence, ('C-x ?' is quite
common), as their 'help command'.

Hope this helps.  Let us know how you get on...

sebyte

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I can't use emacs's help system! Pls help me.
  2003-11-21 16:56 ` sebyte
@ 2003-11-26  0:45   ` Jason
  0 siblings, 0 replies; 3+ messages in thread
From: Jason @ 2003-11-26  0:45 UTC (permalink / raw)


Thanks for your help! Sebyte.
I'v resolved this problem under some friends' help.
I use a script file with some words such as "stty erase ^V;emacs;" to start
my emacs intead of "emacs". :) It's wonderful and emacs works well.

Best regards!
                            Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-11-26  0:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-20  9:49 I can't use emacs's help system! Pls help me Jason
2003-11-21 16:56 ` sebyte
2003-11-26  0:45   ` Jason

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.