"David Vanderschel" <[EMAIL PROTECTED]> writes:
> quickly be pointed
> in the right direction
any answer you get in less than two years is "quick", sonny! two
to twenty years, "forthcoming". twenty to two-hundred, "off-hand"
[insert yet-uncapped flying-over-palm monkey story here], more
than th
"Mathias Dahl" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> "David Vanderschel" <[EMAIL PROTECTED]> writes:
> > Could someone please point me to a mechanism that would allow me to
> > temporarily hide from display certain lines in a file based on a
> > matching regular expression?
"David Vanderschel" <[EMAIL PROTECTED]> writes:
> Could someone please point me to a mechanism that would allow me to
> temporarily hide from display certain lines in a file based on a
> matching regular expression? There is somewhat similar
> functionality with hide-ifdef-mode. However, I want
"David Vanderschel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Could someone please point me to a mechanism that
> would allow me to temporarily hide from display
> certain lines in a file based on a matching regular
> expression? ...
Well, no one did. Although it is difficult
Travis Spencer <[EMAIL PROTECTED]> writes:
> hs-hide-block combined w/ a macro might just work.
hideshow never hides the block completely -- the first
line is always shown -- so maybe it doesn't fit the OP's
requirements. on the other hand, if the debugging output
code is isolated in a code bloc
On 5/27/05, David Vanderschel <[EMAIL PROTECTED]> wrote:
> What I have in mind is to suppress lines I have
> inserted into a program for debugging purpose, but
> which lines can make examining the code more
> difficult. For example, when coding in java, there
> are times when I would like to hide
"Pascal Bourguignon" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> If the parts you want to hide are at the beginning or at the end of a
> buffer, you could use narrow-to-region (and then widden).
This is a silly suggestion. Clearly anything at
either end of the buffer is not
"David Vanderschel" <[EMAIL PROTECTED]> writes:
> Could someone please point me to a mechanism that
> would allow me to temporarily hide from display
> certain lines in a file based on a matching regular
> expression? There is somewhat similar functionality
> with hide-ifdef-mode. However, I wan
Could someone please point me to a mechanism that
would allow me to temporarily hide from display
certain lines in a file based on a matching regular
expression? There is somewhat similar functionality
with hide-ifdef-mode. However, I want something less
clever and more general.
What I have in m