all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Leo Alekseyev <dnquark@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: C-h f strange behavior with 24.1.50 snapshot
Date: Thu, 5 Jul 2012 11:02:51 +0200	[thread overview]
Message-ID: <B118255F-6E47-4BB6-9A41-49A74A355123@Web.DE> (raw)
In-Reply-To: <CADzxs1m+7AvkbvU0544e44_mDKZ2ToLj2xo-__KK+Kc5FNzwfw@mail.gmail.com>


Am 05.07.2012 um 09:43 schrieb Leo Alekseyev:

> In general, how does one go about getting more information about such
> errors?  Can one enable a more detailed traceback, like one provided
> by --debug-init, but something that would get triggered by errors such
> as the one above?

What I can suggest is to use this to make GNU Emacs list in *Messages* all Elisp files it loads and compare these lists and then the Elisp files in unusual places:

	(defadvice load (before debug-log activate)
	  (message "(Tipp von Kai G) Lade jetzt: %s" (ad-get-arg 0)))

--
Greetings

  Pete

"Klingon function calls do not have 'parameters' - they have 'arguments' - and they ALWAYS WIN THEM."




  reply	other threads:[~2012-07-05  9:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05  7:43 C-h f strange behavior with 24.1.50 snapshot Leo Alekseyev
2012-07-05  9:02 ` Peter Dyballa [this message]
2012-07-05 18:14   ` Leo Alekseyev

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=B118255F-6E47-4BB6-9A41-49A74A355123@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=dnquark@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.