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

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

RE: Bad defcustom in speedbar, or non-interactive message in locate-libr


From: Drew Adams
Subject: RE: Bad defcustom in speedbar, or non-interactive message in locate-library (was: How to suppress messages?)
Date: Thu, 27 Jan 2005 15:50:16 -0800

    BTW, wrapping the defcustom that calls locate-library with a
    non-nil binding of executing-kbd-macro solves the Emacs 20 pb,
    as indicated.

    But wrapping the call to defined-colors in
    widget-color-complete does not solve the "Defining colors..."
    message bug in Emacs 21.

Sorry, false route. The Emacs 21 bug comes from a call to `x-defined-colors'
in `face-valid-attribute-values'. When I wrap that call in a non-nil binding
of `executing-kbd-macro', the pb disappears. (The true fix remains to remove
the call to `message' in `defined-colors', however.)





reply via email to

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