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

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

Re: customize buffer not working in Carbon emacs


From: Andrew Choi
Subject: Re: customize buffer not working in Carbon emacs
Date: Mon, 14 Apr 2003 11:22:01 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

William McCallum <address@hidden> writes:

> I started Carbon Emacs from the finder, typed M-x customize, then used
> the mouse to select an option from the Confirm Kill Emacs dropdown
> menue in the customize buffer (just as an example). I set this option
> to a different value, then chose Save for Future Sessions from the
> state dropdown menu. Emacs froze until I typed C-g, and then the
> .emacs file (which is my customize) had not been altered.  [...]

Turns out Emacs didn't freeze; it was taking extremely long to complete
the operation, ever since they added support for themes to customize!
The problem has to do with polling too often for the `quit' character in
a tight `eval' loop.  The following patch, already checked in to the CVS
repository, fixes it:

2003-04-14  Andrew Choi  <address@hidden>

        * macterm.c (mac_check_for_quit_char): Don't check more often than
        once a second.





reply via email to

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