[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple major modes
From: |
Richard Stallman |
Subject: |
Re: Multiple major modes |
Date: |
Mon, 09 Jul 2007 13:21:38 -0400 |
When you step through a function, you can either step into or step
across function calls. By analogy, when you are stepping through an
advised function, it should be technically possible to step across any
advice code or infrastructure to the point of the (ad-do-it) call.
To pretend that the advice is not there is counterproductive.
That would only exacerbate the problem caused by advice -- which is
that it runs and you don't notice.
When you do know about the advice, you might sometimes want to run
across it in the debugger without stopping. A command to do that
could be useful on those special occasions, so I would be happy to
have it installed for that purpose.
- Re: Multiple major modes, (continued)
- Re: Multiple major modes, Stephen J. Turnbull, 2007/07/07
- Re: Multiple major modes, Stefan Monnier, 2007/07/06
- RE: Multiple major modes, Drew Adams, 2007/07/06
- Re: Multiple major modes, Richard Stallman, 2007/07/07
- Re: Multiple major modes, Stephen J. Turnbull, 2007/07/07
- Re: Multiple major modes, Richard Stallman, 2007/07/08
- Re: Multiple major modes, Stephen J. Turnbull, 2007/07/09
- Re: Multiple major modes,
Richard Stallman <=
- Re: Multiple major modes, Johan Bockgård, 2007/07/06
Re[2]: Multiple major modes, Eric M. Ludlam, 2007/07/04
Re: Multiple major modes, Richard Stallman, 2007/07/01