all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sdt@smolny.plus.com (sebyte)
Subject: Re: I can't use emacs's help system! Pls help me.
Date: 21 Nov 2003 08:56:30 -0800	[thread overview]
Message-ID: <f7b54bdc.0311210856.109f62da@posting.google.com> (raw)
In-Reply-To: bpi2nk$71l$1@news.wplus.net

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

  reply	other threads:[~2003-11-21 16:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-20  9:49 I can't use emacs's help system! Pls help me Jason
2003-11-21 16:56 ` sebyte [this message]
2003-11-26  0:45   ` Jason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7b54bdc.0311210856.109f62da@posting.google.com \
    --to=sdt@smolny.plus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.