emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; Still font problems


From: Kenichi Handa
Subject: Re: 23.0.60; Still font problems
Date: Fri, 16 May 2008 09:41:42 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Stephen Berman <address@hidden> writes:

> I have now managed to step through till the point of failure.  Since I
> determined by trial and error that it was over 27000 steps after the
> break point, I used `s 27000' and then single stepped.  Here's the
> output of the latter; if it's not useful, I don't know what else to do
> -- I can't take the time to single step through 27000 lines of code.

The command to step one line by one is `n(ext)'.  The
command `s(tep)' should be used only when you want to step
into a function called at the current line.  The `fin(ish)'
command is also useful to execute until the current function
returns.  You can also check the type/value of a
Lisp_Object.  See etc/DEBUG for the detail.

---
Kenichi Handa
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]