unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec'
@ 2011-11-07  1:33 Drew Adams
  2012-09-17  0:23 ` Drew Adams
  2014-02-09  5:53 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Drew Adams @ 2011-11-07  1:33 UTC (permalink / raw)
  To: 9981

(elisp) Invisible Text says this for a list value:
 
 Each element of the list specifies a criterion for
 invisibility; if a character's `invisible' property fits any
 one of these criteria, the character is invisible.  The list
 can have two kinds of elements:
 
 `ATOM'
   A character is invisible if its `invisible' property
   value is ATOM or if it is a list with ATOM as a member.
 
 `(ATOM . t)'
   A character is invisible if its `invisible' property
   value is ATOM or if it is a list with ATOM as a member.
   Moreover, a sequence of such characters displays as an
   ellipsis.
  
But the doc string says this:
 
 "a text character is invisible if its `invisible' property is an
  element in that list (or is a list with members in common)."
 
That's not the same thing.  The doc string does not speak to the second case for
the spec, (ATOM . t).  A char with `invisible' property of `foo' is neither a
member of the invisibility spec `((foo . t))' nor is it a list with the element
(foo . t).  Similarly for a char with `invisible' property of (foo).

According to the doc string, to be invisible with that spec, a char would have
to either be (foo . t) or be a list with (foo . t) as an element.

What's more, the doc string does not state that the form of the list elements is
in fact prescribed: ATOM or (ATOM . t).
 

In GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600) of 2011-10-30 on MARVIN
 Windowing system distributor `Microsoft Corp.', version 5.1.2600
 configured using `configure --with-gcc (4.6) --no-opt --cflags
 -I"D:/devel/emacs/libs/libXpm-3.5.8/include"
 -I"D:/devel/emacs/libs/libXpm-3.5.8/src"
 -I"D:/devel/emacs/libs/libpng-dev_1.4.3-1/include"
 -I"D:/devel/emacs/libs/zlib-dev_1.2.5-2/include"
 -I"D:/devel/emacs/libs/giflib-4.1.4-1/include"
 -I"D:/devel/emacs/libs/jpeg-6b-4/include"
 -I"D:/devel/emacs/libs/tiff-3.8.2-1/include"
 -I"D:/devel/emacs/libs/gnutls-2.10.1/include" --ldflags
 -L"D:/devel/emacs/libs/gnutls-2.10.1/lib"'
 






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

* bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec'
  2011-11-07  1:33 bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec' Drew Adams
@ 2012-09-17  0:23 ` Drew Adams
  2014-02-09  5:53 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Drew Adams @ 2012-09-17  0:23 UTC (permalink / raw)
  To: 9981

ping






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

* bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec'
  2011-11-07  1:33 bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec' Drew Adams
  2012-09-17  0:23 ` Drew Adams
@ 2014-02-09  5:53 ` Lars Ingebrigtsen
  2014-02-11 15:14   ` Drew Adams
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-09  5:53 UTC (permalink / raw)
  To: Drew Adams; +Cc: 9981

"Drew Adams" <drew.adams@oracle.com> writes:

> But the doc string says this:
>
>  "a text character is invisible if its `invisible' property is an
>   element in that list (or is a list with members in common)."

That symbol no longer seems to exist.  Closing.  If this is still
relevant for some other symbol, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec'
  2014-02-09  5:53 ` Lars Ingebrigtsen
@ 2014-02-11 15:14   ` Drew Adams
  2014-02-12  1:07     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2014-02-11 15:14 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 9981

> > But the doc string says this:
> >
> >  "a text character is invisible if its `invisible' property is an
> >   element in that list (or is a list with members in common)."
> 
> That symbol no longer seems to exist.

There is a typo in the subject line.  It is `buffer-invisibility-spec'.
                                                    ^^

> Closing.  If this is still
> relevant for some other symbol, please reopen.

Sorry.  Glenn has apparently blocked me from reopening bugs.





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

* bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec'
  2014-02-11 15:14   ` Drew Adams
@ 2014-02-12  1:07     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-12  1:07 UTC (permalink / raw)
  To: Drew Adams; +Cc: 9981

Drew Adams <drew.adams@oracle.com> writes:

>> >  "a text character is invisible if its `invisible' property is an
>> >   element in that list (or is a list with members in common)."
>> 
>> That symbol no longer seems to exist.
>
> There is a typo in the subject line.  It is `buffer-invisibility-spec'.

Right.  Fixed on trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

end of thread, other threads:[~2014-02-12  1:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07  1:33 bug#9981: 24.0.91; mismatch in doc for `buffer-visibility-spec' Drew Adams
2012-09-17  0:23 ` Drew Adams
2014-02-09  5:53 ` Lars Ingebrigtsen
2014-02-11 15:14   ` Drew Adams
2014-02-12  1:07     ` Lars Ingebrigtsen

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).