all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [REQ] An instructive example of trace-function and some example of  debugging
@ 2010-06-10 20:27 bolega
  2010-06-12 17:42 ` bolega
       [not found] ` <d48c2b9e-0853-448e-9992-d71e87fcccd0@j4g2000yqh.googlegroups.com>
  0 siblings, 2 replies; 5+ messages in thread
From: bolega @ 2010-06-10 20:27 UTC (permalink / raw)
  To: help-gnu-emacs

An instructive example of trace-function and some example of
debugging, for example, some of the error that pops up in lower window
of emacs and how to read/interpret it. Alternatively, a link to some
page or elisp manual but I am sure an expert here would have a
superior instruction as many replies here have shown.

Thanks
Bolega

trace-function is an interactive autoloaded Lisp function in `trace'.
[Arg list not available until function definition is loaded.]

Traces FUNCTION with trace output going to BUFFER.
For every call of FUNCTION Lisp-style trace messages that display
argument
and return values will be inserted into BUFFER. This function
generates the
trace advice for FUNCTION and activates it together with any other
advice
there might be!! The trace BUFFER will popup whenever FUNCTION is
called.
Do not use this to trace functions that switch buffers or do any other
display oriented stuff, use `trace-function-background' instead.



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

end of thread, other threads:[~2010-06-14  7:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 20:27 [REQ] An instructive example of trace-function and some example of debugging bolega
2010-06-12 17:42 ` bolega
     [not found] ` <d48c2b9e-0853-448e-9992-d71e87fcccd0@j4g2000yqh.googlegroups.com>
2010-06-13 15:07   ` Icarus Sparry
2010-06-13 20:31     ` bolega
2010-06-14  7:14       ` Icarus Sparry

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.