unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Verbosity patch for custom-load-symbol
@ 2006-04-21 14:17 David Reitter
  2006-04-22 12:03 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: David Reitter @ 2006-04-21 14:17 UTC (permalink / raw


Here is a little patch for custom.el which prevents it from  
displaying unnecessary messages that can be confusing at times (e.g.  
"loading battery" when a user selects "Save Options").


*** custom.el	20 Apr 2006 14:28:31 +0100	1.126
--- custom.el	21 Apr 2006 15:12:09 +0100	
***************
*** 608,614 ****
   	      ;; We are still loading it when we call this,
   	      ;; and it is not in load-history yet.
   	      ((equal load "cus-edit"))
! 	      (t (condition-case nil (load load) (error nil))))))))
   \f
   (defvar custom-local-buffer nil
     "Non-nil, in a Customization buffer, means customize a specific  
buffer.
--- 608,614 ----
   	      ;; We are still loading it when we call this,
   	      ;; and it is not in load-history yet.
   	      ((equal load "cus-edit"))
! 	      (t (condition-case nil (load load nil 'quiet) (error  
nil))))))))
   \f
   (defvar custom-local-buffer nil
     "Non-nil, in a Customization buffer, means customize a specific  
buffer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-23 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21 14:17 Verbosity patch for custom-load-symbol David Reitter
2006-04-22 12:03 ` Richard Stallman
2006-04-22 13:27   ` David Reitter
2006-04-23 12:42     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).