unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49332: No mention in manual of how to make text blink
@ 2021-07-02  4:39 積丹尼 Dan Jacobson
  2021-07-04 13:58 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-07-02  4:39 UTC (permalink / raw)
  To: 49332

In the emacs manual there is plenty of mention of how to make the cursor blink.
Alas, e.g.,
(info "(emacs) Face Customization") and (info "(emacs) Faces")
neglect mentioning how to make text blink.
I recall even a VT100 could be made to make text blink.





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

* bug#49332: No mention in manual of how to make text blink
  2021-07-02  4:39 bug#49332: No mention in manual of how to make text blink 積丹尼 Dan Jacobson
@ 2021-07-04 13:58 ` Lars Ingebrigtsen
  2021-07-06 16:57   ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-04 13:58 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 49332

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> In the emacs manual there is plenty of mention of how to make the cursor blink.
> Alas, e.g.,
> (info "(emacs) Face Customization") and (info "(emacs) Faces")
> neglect mentioning how to make text blink.
> I recall even a VT100 could be made to make text blink.

There are VT codes for blinking text, but documenting that would be out
of scope for the Emacs manual.  In Emacs, if you want to make text
blink, you have to write code to blink the text (with timers and stuff),
and that's also out of scope for this manual entry.

So I'm closing this bug report.

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





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

* bug#49332: No mention in manual of how to make text blink
  2021-07-04 13:58 ` Lars Ingebrigtsen
@ 2021-07-06 16:57   ` 積丹尼 Dan Jacobson
  2021-07-07  2:25     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-07-06 16:57 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 49332

LI> In Emacs, if you want to make text
LI> blink, you have to write code to blink the text (with timers and stuff),

Actually all that is needed is the face for the cursor mentioned in
frame.el just needs to be shared with the rest of Emacs.

  You can also set the text cursor color, for all frames, by
  customizing the `cursor' face."

I.e., if other faces could also use the cursor's blinking face,
then I could even add blinking in addition to just
(custom-set-faces'(message-header-cc((t(:foreground "white" :bold t :background "tomato")))))
(custom-set-faces'(gnus-header-cc((t(:foreground "white" :bold t :background "tomato")))))
in an extra effort to make it clear that I was about to send a mail to
more people than I might have thought I was.
And more people were reading the message I was reading too.





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

* bug#49332: No mention in manual of how to make text blink
  2021-07-06 16:57   ` 積丹尼 Dan Jacobson
@ 2021-07-07  2:25     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2021-07-07  2:25 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 49332, larsi

> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Wed, 07 Jul 2021 00:57:07 +0800
> Cc: 49332@debbugs.gnu.org
> 
> LI> In Emacs, if you want to make text
> LI> blink, you have to write code to blink the text (with timers and stuff),
> 
> Actually all that is needed is the face for the cursor mentioned in
> frame.el just needs to be shared with the rest of Emacs.

No, because the way Emacs makes the cursor blink has nothing to do
with faces.  See blink-cursor-mode, which is a separate feature,
orthogonal with faces.

> I.e., if other faces could also use the cursor's blinking face,
> then I could even add blinking in addition to just

There's no such thing as "cursor's blinking face" in Emacs.





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

end of thread, other threads:[~2021-07-07  2:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02  4:39 bug#49332: No mention in manual of how to make text blink 積丹尼 Dan Jacobson
2021-07-04 13:58 ` Lars Ingebrigtsen
2021-07-06 16:57   ` 積丹尼 Dan Jacobson
2021-07-07  2:25     ` Eli Zaretskii

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