From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Anton V. Belyaev <anton.belyaev@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Error messages
Date: Tue, 11 Sep 2007 10:37:28 +0200 [thread overview]
Message-ID: <9065A528-7A8A-443F-AD27-D4CD7A2A3455@Web.DE> (raw)
In-Reply-To: <1189451235.732202.96150@r34g2000hsd.googlegroups.com>
Am 10.09.2007 um 21:07 schrieb Anton V. Belyaev:
> is there any way to get to debugger instead of this message, to be
> able to fix the error?
Launch GNU Emacs with the option --debug-init – still no debugger
(gdb or such) will launch, you'll get a bit more output, some
backtrace of Elisp calls and arguments, that led to the error. When
your lucky you might see a number where the error happened. Then use
the function goto-char!
You can prepare your user init file with (cond (= 23 emacs-major-
version) ... or (if (< 23 emacs-major-version) ...
--
Greetings
Pete
The problem with the French is that they don't have a word for
«entrepreneur». - George W. Bush
prev parent reply other threads:[~2007-09-11 8:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-10 19:07 Error messages Anton V. Belyaev
2007-09-10 20:31 ` Tassilo Horn
2007-09-11 8:14 ` Anton V. Belyaev
2007-09-11 8:14 ` Tim X
2007-09-11 8:37 ` Peter Dyballa [this message]
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=9065A528-7A8A-443F-AD27-D4CD7A2A3455@Web.DE \
--to=peter_dyballa@web.de \
--cc=anton.belyaev@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.