emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29721: closed (26.0; doc string of `invisible-p')


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29721: closed (26.0; doc string of `invisible-p')
Date: Sat, 16 Dec 2017 10:23:01 +0000

Your message dated Sat, 16 Dec 2017 12:22:00 +0200
with message-id <address@hidden>
and subject line Re: bug#29721: 26.0; doc string of `invisible-p'
has caused the debbugs.gnu.org bug report #29721,
regarding 26.0; doc string of `invisible-p'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29721: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29721
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0; doc string of `invisible-p' Date: Fri, 15 Dec 2017 09:41:55 -0800 (PST)
The doc string is unclear.

  "(invisible-p POS-OR-PROP)

   Non-nil if the property makes the text invisible."

What property?  What text?

  "The non-nil value returned can be t for truly invisible text or
   something else if the text is replaced by an ellipsis."

Huh?  What is "truly invisible"?  What "something else"?  Does
"something else" include `nil'?  What does it mean for "the text" to be
replaced by an ellipsis?  What does the (unspecified!) value signify in
the case of "the text" (?) being "replaced by an ellipsis"?

It's really not clear what this doc is trying to say.

This text was introduced in Emacs 23.  Prior to that the text was clear:
"Return non-nil if the character after POS is currently invisible."


In GNU Emacs 26.0.90 (build 3, x86_64-w64-mingw32)
 of 2017-10-13
Repository revision: 906224eba147bdfc0514090064e8e8f53160f1d4
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''



--- End Message ---
--- Begin Message --- Subject: Re: bug#29721: 26.0; doc string of `invisible-p' Date: Sat, 16 Dec 2017 12:22:00 +0200
> Date: Fri, 15 Dec 2017 09:41:55 -0800 (PST)
> From: Drew Adams <address@hidden>
> 
> The doc string is unclear.
> 
>   "(invisible-p POS-OR-PROP)
> 
>    Non-nil if the property makes the text invisible."
> 
> What property?  What text?

Thanks, fixed.

>   "The non-nil value returned can be t for truly invisible text or
>    something else if the text is replaced by an ellipsis."
> 
> Huh?  What is "truly invisible"?

"Truly" because text with 'invisible' property could be still visible,
depending on buffer-invisibility-spec.  I added the reference to that.

> What "something else"?  Does "something else" include `nil'?  [...]
> What does the (unspecified!) value signify in the case of "the text"
> (?) being "replaced by an ellipsis"?

The value itself is of no significance, besides the fact that it's not
nil and not t, so I see no reason to document what it is, exactly.  If
you are really interested, you can read the code, or try calling that
function on invisible text replaced with an ellipsis, then you will
see that the value is truly of no importance.

> What does it mean for "the text" to be replaced by an ellipsis?

That is a well-known feature, see (elisp)Invisible Text.  I hope a
reference to buffer-invisibility-spec makes it even more clear.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]