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

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

Re: need progress message for customize-apropos (enhancement request)


From: Richard Stallman
Subject: Re: need progress message for customize-apropos (enhancement request)
Date: Sat, 19 Feb 2005 15:55:36 -0500

    Try customize-apropos . RET

    This will obviously take a while, as it opens a custom buffer with all
    options.

    After the message "Creating customization items..." is finished, the rest of
    the wait is much longer than the period in which that message is displayed.
    However, no message is displayed during this period

Does this do the job?

*** cus-edit.el 11 Feb 2005 10:29:26 -0500      1.212
--- cus-edit.el 19 Feb 2005 12:01:50 -0500      
***************
*** 1474,1481 ****
--- 1474,1483 ----
    (unless (eq (preceding-char) ?\n)
      (widget-insert "\n"))
    (message "Creating customization items ...done")
+   (message "Resetting customization items...")
    (unless (eq custom-buffer-style 'tree)
      (mapc 'custom-magic-reset custom-options))
+   (message "Resetting customization items...done")
    (message "Creating customization setup...")
    (widget-setup)
    (buffer-enable-undo)

Per, why does the code work this way?
Can't the widgets be created in the proper state initially?





reply via email to

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