From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: Init error message
Date: Wed, 12 Mar 2003 15:36:46 +0100 [thread overview]
Message-ID: <843clsbqip.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: BTuba.52827$sf5.34923@rwcrnsc52.ops.asp.att.net
Kevin Reeder <avail@uponrequest.org> writes:
> Went there and that's better than what I'd come up with on my own.
> However, I need to get grounded in working with this .emacs file. The
> syntax is a mystery and I just want to use the editor! Probably a common
> whine. Is the only option to learn enough of LISP to hack it profitably
> without having to cry for help over every little init error msg?
It seems that your errors come from copying and pasting things you
don't understand. If you start slow and don't just snarf gobs of
Lisp code, it will be easier.
If you have a question, it's best to show the problematic Lisp code.
For example, I'm guessing that you had (require 'auto-save) in your
~/.emacs file for a reason -- maybe some additional lines that need
it?
Emacs does not have auto-save.el -- was the code from an XEmacs user?
For key bindings, I always recommend to use the kbd syntax. It has
the advantage that C-h c, C-h k, and C-h l print out exactly the
syntax you need. It works like this:
(global-set-key (kbd "<f4>") 'forward-char)
Instead of <f4> you can just put there whatever C-h k or C-h c or C-h
l tells you. So after hitting Shift-F4 Ctrl-Meta-SPC, C-h l tells you
<S-f4> C-M-SPC
and this is ready for use.
--
A preposition is not a good thing to end a sentence with.
next prev parent reply other threads:[~2003-03-12 14:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-11 7:29 Init error message Kevin Reeder
2003-03-11 8:44 ` John Paul Wallington
2003-03-12 0:08 ` Kevin Reeder
2003-03-12 2:19 ` Kevin Rodgers
2003-03-12 14:36 ` Kai Großjohann [this message]
2003-03-13 14:21 ` kgold
2003-03-11 14:27 ` LLeweLLyn
2003-03-12 21:58 ` Kevin Reeder
2003-03-13 2:14 ` Unknown
2003-03-13 7:53 ` Kevin Reeder
2003-03-13 12:06 ` Unknown
2003-03-13 12:44 ` David Kastrup
2003-03-13 13:00 ` John Paul Wallington
2003-03-13 14:03 ` David Kastrup
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=843clsbqip.fsf@lucy.is.informatik.uni-duisburg.de \
--to=kai.grossjohann@uni-duisburg.de \
/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.