unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Noam Postavsky <npostavs@gmail.com>
Cc: Bastien <bzg@gnu.org>, 16493@debbugs.gnu.org
Subject: bug#16493: 24.3.50; (setq search-invisible t) is useless, let's allow to turn visible-mode temporarily on
Date: Tue, 30 Apr 2019 08:45:54 -0400	[thread overview]
Message-ID: <jwvpnp3pt6u.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <87sgtzof4s.fsf@gmail.com> (Noam Postavsky's message of "Tue, 30 Apr 2019 08:24:03 -0400")

>> You can do
>>
>>     (overlay-put OVERLAY 'invisible 'visible)
>>
>> to get the same result without far-reaching changes to the C code.
>
> Um, no, that gives the opposite effect.
>
> (let ((p (point))
>       overlay)
>   (insert "(" (propertize "invisible" 'invisible t) ")")
>   (setq overlay (make-overlay p (point)))
>   ;; All text, including parens, becomes invisible.
>   (overlay-put overlay 'invisible 'visible))

You need to use `add-to-invisibility-spec` before that works.  E.g.: 

    (add-to-invisibility-spec 'dummy)
    
that's because of a quirk of the way we treat `invisible` and the
`buffer-invisibility-spec`.


        Stefan
        

PS: To fix this quirk, we should change buffer-invisibility-spec's
default value to nil (or `(t)`, maybe) instead of t.





  reply	other threads:[~2019-04-30 12:45 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-19 14:55 bug#16493: 24.3.50; (setq search-invisible t) is useless, let's allow to turn visible-mode temporarily on Bastien Guerry
2014-01-21  7:57 ` Juri Linkov
2014-01-21 11:15   ` Bastien
2014-01-21 11:19     ` Bastien
2014-01-21 13:54     ` Stefan Monnier
2014-01-21 14:20       ` Bastien
2014-11-05 15:30         ` Stefan Monnier
2014-11-09 19:30           ` Juri Linkov
2014-11-18 10:41             ` Bastien
2014-11-18 16:48               ` Stefan Monnier
2014-11-19  8:53                 ` Bastien
2018-04-28 14:28                   ` Bastien
2018-04-28 18:11                     ` Stefan Monnier
2018-04-29  9:50                       ` Bastien
2019-04-30  4:34                         ` Noam Postavsky
2019-04-30  5:06                           ` Eli Zaretskii
2019-04-30 11:15                             ` Noam Postavsky
2019-04-30 12:13                           ` Stefan Monnier
2019-04-30 12:24                             ` Noam Postavsky
2019-04-30 12:45                               ` Stefan Monnier [this message]
2019-04-30 15:21                                 ` Eli Zaretskii
2019-05-01 11:40                                   ` Noam Postavsky
2019-05-01 17:02                                     ` Eli Zaretskii
2019-05-01 17:29                                       ` Stefan Monnier
2019-05-11 15:27                                       ` Noam Postavsky
2019-05-11 15:50                                         ` Eli Zaretskii
2019-05-11 20:06                                           ` Stefan Monnier
2019-05-12  4:23                                             ` Eli Zaretskii
2019-05-12 15:35                                               ` Stefan Monnier
2019-05-12 15:59                                                 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvpnp3pt6u.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=16493@debbugs.gnu.org \
    --cc=bzg@gnu.org \
    --cc=npostavs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).