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

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

bug#31205: 26.1; Some text commands don't work properly in customize buf


From: Lars Ingebrigtsen
Subject: bug#31205: 26.1; Some text commands don't work properly in customize buffers
Date: Mon, 24 Jun 2019 20:22:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

MichaƂ Kondraciuk <k.michal@zoho.com> writes:

> 1. emacs -Q
> 2. M-x customize-face RET default RET
> 3. Navigate to first character in input field for 'Font Family'
> 4. M-u
> 5. The first word in 'Font Family' is not upcased. Point is now at
> line with "State" button. The line with "State" button says:
>
> State : EDITED, shown value does not take effect until you seT OR Save it.
>
> Attached patch fixes this behavior for me.

I'm also seeing this, and your patch fixes the problem here, too.  But:

-      (custom-magic-reset widget)
+      (run-with-idle-timer 0.0 nil #'custom-magic-reset widget)

I wonder if anybody more familiar with the custom machinery can weigh in
and say whether this looks safe...

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





reply via email to

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