unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* TAGS-SEARCH and hideshow
@ 2007-03-12  9:56 A Soare
  2007-03-12 14:50 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: A Soare @ 2007-03-12  9:56 UTC (permalink / raw)
  To: Emacs   Dev  [emacs-devel]

When TAGS-SEARCH when finds a symbol into a hidden code (I mean hidden with hs-hide-block or hs-hide-all) does not show the hidden text.

However search-forward when finds a symbol into a hidden text shows it.

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

* Re: TAGS-SEARCH and hideshow
  2007-03-12  9:56 TAGS-SEARCH and hideshow A Soare
@ 2007-03-12 14:50 ` Stefan Monnier
  2007-03-13  2:44   ` Richard Stallman
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2007-03-12 14:50 UTC (permalink / raw)
  To: alinsoar; +Cc: Emacs Dev [emacs-devel]

> When TAGS-SEARCH when finds a symbol into a hidden code (I mean hidden
> with hs-hide-block or hs-hide-all) does not show the hidden text.
> However search-forward when finds a symbol into a hidden text shows it.

Try global-reveal-mode.


        Stefan

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

* Re: TAGS-SEARCH and hideshow
  2007-03-12 14:50 ` Stefan Monnier
@ 2007-03-13  2:44   ` Richard Stallman
  2007-03-13  3:41     ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Stallman @ 2007-03-13  2:44 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: alinsoar, emacs-devel

    Try global-reveal-mode.

Should that be enabled by default?

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

* Re: TAGS-SEARCH and hideshow
  2007-03-13  2:44   ` Richard Stallman
@ 2007-03-13  3:41     ` Stefan Monnier
  2007-03-14  3:23       ` Richard Stallman
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2007-03-13  3:41 UTC (permalink / raw)
  To: rms; +Cc: alinsoar, emacs-devel

>     Try global-reveal-mode.
> Should that be enabled by default?

For Emacs-22, absolutely not.


        Stefan

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

* Re: TAGS-SEARCH and hideshow
  2007-03-13  3:41     ` Stefan Monnier
@ 2007-03-14  3:23       ` Richard Stallman
  2007-03-14  6:07         ` Stefan Monnier
                           ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Richard Stallman @ 2007-03-14  3:23 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: alinsoar, emacs-devel

    >     Try global-reveal-mode.
    > Should that be enabled by default?

    For Emacs-22, absolutely not.

Why not?  Is it not reliable yet?

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

* Re: TAGS-SEARCH and hideshow
  2007-03-14  3:23       ` Richard Stallman
@ 2007-03-14  6:07         ` Stefan Monnier
  2007-03-14  7:08         ` David Kastrup
  2007-03-14 10:02         ` Kim F. Storm
  2 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2007-03-14  6:07 UTC (permalink / raw)
  To: rms; +Cc: alinsoar, emacs-devel

>> Try global-reveal-mode.
>> Should that be enabled by default?

>     For Emacs-22, absolutely not.

> Why not?  Is it not reliable yet?

I use it extensively, but I haven't heard from anybody else using it, so
I don't think it's been heavily tested.  And I'm not 100% sure that it can't
occasionally end up accumulating "large" numbers of overlays which end up
slowing down editing noticeably.


        Stefan

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

* Re: TAGS-SEARCH and hideshow
  2007-03-14  3:23       ` Richard Stallman
  2007-03-14  6:07         ` Stefan Monnier
@ 2007-03-14  7:08         ` David Kastrup
  2007-03-14 10:02         ` Kim F. Storm
  2 siblings, 0 replies; 8+ messages in thread
From: David Kastrup @ 2007-03-14  7:08 UTC (permalink / raw)
  To: rms; +Cc: alinsoar, Stefan Monnier, emacs-devel

Richard Stallman <rms@gnu.org> writes:

>     >     Try global-reveal-mode.
>     > Should that be enabled by default?
>
>     For Emacs-22, absolutely not.
>
> Why not?  Is it not reliable yet?

It is likely to interact with modes that do folding of their own.

-- 
David Kastrup

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

* Re: TAGS-SEARCH and hideshow
  2007-03-14  3:23       ` Richard Stallman
  2007-03-14  6:07         ` Stefan Monnier
  2007-03-14  7:08         ` David Kastrup
@ 2007-03-14 10:02         ` Kim F. Storm
  2 siblings, 0 replies; 8+ messages in thread
From: Kim F. Storm @ 2007-03-14 10:02 UTC (permalink / raw)
  To: rms; +Cc: alinsoar, Stefan Monnier, emacs-devel

Richard Stallman <rms@gnu.org> writes:

>     >     Try global-reveal-mode.
>     > Should that be enabled by default?
>
>     For Emacs-22, absolutely not.
>
> Why not?

Because we want to make a release.

>   Is it not reliable yet?

Don't know -- I've never used it.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

end of thread, other threads:[~2007-03-14 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12  9:56 TAGS-SEARCH and hideshow A Soare
2007-03-12 14:50 ` Stefan Monnier
2007-03-13  2:44   ` Richard Stallman
2007-03-13  3:41     ` Stefan Monnier
2007-03-14  3:23       ` Richard Stallman
2007-03-14  6:07         ` Stefan Monnier
2007-03-14  7:08         ` David Kastrup
2007-03-14 10:02         ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).