Re: Hiding lines based on a regexp

2005-05-31 Thread Thien-Thi Nguyen
"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

Re: Hiding lines based on a regexp

2005-05-30 Thread David Vanderschel
"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?

Re: Hiding lines based on a regexp

2005-05-30 Thread Mathias Dahl
"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

Re: Hiding lines based on a regexp

2005-05-29 Thread David Vanderschel
"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

Re: Hiding lines based on a regexp

2005-05-28 Thread Thien-Thi Nguyen
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

Re: Hiding lines based on a regexp

2005-05-27 Thread Travis Spencer
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

Re: Hiding lines based on a regexp

2005-05-27 Thread David Vanderschel
"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

Re: Hiding lines based on a regexp

2005-05-27 Thread Pascal Bourguignon
"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

Hiding lines based on a regexp

2005-05-27 Thread David Vanderschel
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