unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
Subject: Verbosity patch for custom-load-symbol
Date: Fri, 21 Apr 2006 15:17:10 +0100	[thread overview]
Message-ID: <B5181DC0-1904-4739-A1E0-9DBC1C233435@gmail.com> (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.

             reply	other threads:[~2006-04-21 14:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-21 14:17 David Reitter [this message]
2006-04-22 12:03 ` Verbosity patch for custom-load-symbol Richard Stallman
2006-04-22 13:27   ` David Reitter
2006-04-23 12:42     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B5181DC0-1904-4739-A1E0-9DBC1C233435@gmail.com \
    --to=david.reitter@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).