emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs for pure Gtk3


From: Thien-Thi Nguyen
Subject: Re: emacs for pure Gtk3
Date: Sun, 10 Jan 2021 21:59:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

() Dmitry Gutov <dgutov@yandex.ru>
() Mon, 11 Jan 2021 04:52:39 +0200

   Another thing that seems a bit irritating: the C-g ding
   causes a full-frame flash. Any chance to have that similar to
   X11 Emacs (at least as an option)?  Only the first line of
   the frame flashes there.

Hmm, w/ emacs -Q and visible-bell t on X11 Emacs, i see both
first and last line flashing.  Tangent: I wonder if something
like this:

 (defun flash-mode-line ()
   "Invert ‘mode-line’ face fg/bg; wait a moment; invert back.
 This function is intended to be the value of ‘ring-bell-function’."
   (interactive)
   (invert-face 'mode-line)
   (sit-for 0.042)
   (invert-face 'mode-line))

has already made it into Emacs proper...

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2021) Software Libero
   (pcase (context query)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

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