* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
@ 2016-11-11 16:20 Michael Heerdegen
2016-11-11 16:39 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Michael Heerdegen @ 2016-11-11 16:20 UTC (permalink / raw)
To: 24925
Hi,
Gotten attentive by a question in emacs-help, I want to suggest to
improve this paragraph:
In this kind of element, FACESPEC is an expression whose value
specifies the face to use for highlighting. In the simplest case,
FACESPEC is a Lisp variable (a symbol) whose value is a face name.
The first sentence is not good because an expression has no associated
value. Reading that sentence, the reader might get the false impression
that the expression must be constant or a constant (always evaluate to
the same value). While this interpretation is not suggesting to the
advanced reader, I think lots of Lisp newbies will rely on this part of
the documentation, and it's already confusing that faces use a separate
name space, but like variables are specified as symbols, so we should
try to be non-ambiguous.
The second sentence is also confusing: I think the simplest case is
actually a face name specified directly, i.e. a quoted symbol. We can
mention these both cases in one sentence of cause.
Thanks,
Michael.
In GNU Emacs 25.1.50.8 (x86_64-pc-linux-gnu, GTK+ Version 3.22.2)
of 2016-11-10 built on drachen
Repository revision: 78aece497ce9dc784d5e3d2707d76766eed2a174
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description: Debian GNU/Linux testing (stretch)
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY
LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11
Important settings:
value of $LC_ALL: de_DE.utf8
value of $LC_COLLATE: C
value of $LC_TIME: C
value of $LANG: de_DE.utf8
locale-coding-system: utf-8-unix
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
2016-11-11 16:20 bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification Michael Heerdegen
@ 2016-11-11 16:39 ` Eli Zaretskii
2016-11-11 17:06 ` Michael Heerdegen
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-11-11 16:39 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: 24925
> From: Michael Heerdegen <michael_heerdegen@web.de>
> Date: Fri, 11 Nov 2016 17:20:38 +0100
>
> In this kind of element, FACESPEC is an expression whose value
> specifies the face to use for highlighting. In the simplest case,
> FACESPEC is a Lisp variable (a symbol) whose value is a face name.
>
> The first sentence is not good because an expression has no associated
> value.
??? An expression certainly can have a value.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
2016-11-11 16:39 ` Eli Zaretskii
@ 2016-11-11 17:06 ` Michael Heerdegen
2016-11-11 17:57 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Michael Heerdegen @ 2016-11-11 17:06 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 24925
Eli Zaretskii <eliz@gnu.org> writes:
> > From: Michael Heerdegen <michael_heerdegen@web.de>
> > Date: Fri, 11 Nov 2016 17:20:38 +0100
> >
> > In this kind of element, FACESPEC is an expression whose value
> > specifies the face to use for highlighting. In the simplest case,
> > FACESPEC is a Lisp variable (a symbol) whose value is a face name.
> >
> > The first sentence is not good because an expression has no associated
> > value.
>
> ??? An expression certainly can have a value.
I really think that first sentence can be interpreted in different ways
when being read - see the rest of what I said. Let's be more specific:
say that the expression is evaluated dynamically, and that the according
return value at that time is used. In contrast to having "a" value; like
evaluating only one time when the spec is added, or expecting the
expression to be constant.
Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
2016-11-11 17:06 ` Michael Heerdegen
@ 2016-11-11 17:57 ` Eli Zaretskii
2016-11-11 18:25 ` Michael Heerdegen
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-11-11 17:57 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: 24925
> From: Michael Heerdegen <michael_heerdegen@web.de>
> Cc: 24925@debbugs.gnu.org
> Date: Fri, 11 Nov 2016 18:06:27 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > > From: Michael Heerdegen <michael_heerdegen@web.de>
> > > Date: Fri, 11 Nov 2016 17:20:38 +0100
> > >
> > > In this kind of element, FACESPEC is an expression whose value
> > > specifies the face to use for highlighting. In the simplest case,
> > > FACESPEC is a Lisp variable (a symbol) whose value is a face name.
> > >
> > > The first sentence is not good because an expression has no associated
> > > value.
> >
> > ??? An expression certainly can have a value.
>
> I really think that first sentence can be interpreted in different ways
> when being read - see the rest of what I said. Let's be more specific:
> say that the expression is evaluated dynamically, and that the according
> return value at that time is used. In contrast to having "a" value; like
> evaluating only one time when the spec is added, or expecting the
> expression to be constant.
I really don't understand what's bugging you in that text. IMO, it's
crystal clear. Perhaps I'm missing something.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
2016-11-11 17:57 ` Eli Zaretskii
@ 2016-11-11 18:25 ` Michael Heerdegen
2016-11-11 19:08 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Michael Heerdegen @ 2016-11-11 18:25 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 24925
Eli Zaretskii <eliz@gnu.org> writes:
> I really don't understand what's bugging you in that text. IMO, it's
> crystal clear. Perhaps I'm missing something.
What about the second sentence I had quoted (talking about "the simplest
case")?
Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
2016-11-11 18:25 ` Michael Heerdegen
@ 2016-11-11 19:08 ` Eli Zaretskii
2016-11-15 2:39 ` Michael Heerdegen
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-11-11 19:08 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: 24925
> From: Michael Heerdegen <michael_heerdegen@web.de>
> Cc: 24925@debbugs.gnu.org
> Date: Fri, 11 Nov 2016 19:25:41 +0100
>
> What about the second sentence I had quoted (talking about "the simplest
> case")?
I don't have any opinions on that, since I'm not experienced enough
with font-lock to say which use case is the simplest.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification
2016-11-11 19:08 ` Eli Zaretskii
@ 2016-11-15 2:39 ` Michael Heerdegen
0 siblings, 0 replies; 7+ messages in thread
From: Michael Heerdegen @ 2016-11-15 2:39 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 24925-done
Eli Zaretskii <eliz@gnu.org> writes:
> I don't have any opinions on that, since I'm not experienced enough
> with font-lock to say which use case is the simplest.
Ok, if it sounds ok to you so far, then don't let's get into
bikeshedding. Closing.
Thanks,
Michael.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-11-15 2:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11 16:20 bug#24925: 25.1.50; Suboptimal explanation of FACESPEC in (elisp) Search-based Fontification Michael Heerdegen
2016-11-11 16:39 ` Eli Zaretskii
2016-11-11 17:06 ` Michael Heerdegen
2016-11-11 17:57 ` Eli Zaretskii
2016-11-11 18:25 ` Michael Heerdegen
2016-11-11 19:08 ` Eli Zaretskii
2016-11-15 2:39 ` Michael Heerdegen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.