]> code.delx.au - gnu-emacs/commitdiff
* jka-compr.el (jka-compr-verbose): New variable, and use throughout.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 13:25:29 +0000 (15:25 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 13:25:29 +0000 (15:25 +0200)
Fixes: debbugs:8971
lisp/ChangeLog
lisp/jka-compr.el

index d2bfdb90a403b0e6a7ad15a4323a4157fccd59bb..9518dad5ad6357aac3fdf95093842f4512ac7029 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * jka-compr.el (jka-compr-verbose): New variable, and use
+       throughout (bug#8971).
+
        * info.el (Info-find-file): Fall back on the installation
        directory if we can't find the info node anywhere else.
 
index 37c9d40ec65c3286c9feb838fb518ae2af0b2e53..1893e982bbb7eae2bd9ec832d3cc2c03920bc11f 100644 (file)
@@ -97,6 +97,11 @@ NOTE: Not used in MS-DOS and Windows systems."
   :type 'string
   :group 'jka-compr)
 
+(defcustom jka-compr-verbose t
+  "If non-nil, output messages whenever compressing or uncompressing files."
+  :type 'boolean
+  :group 'jka-compr)
+
 (defvar jka-compr-use-shell
   (not (memq system-type '(ms-dos windows-nt))))
 
@@ -309,6 +314,7 @@ There should be no more than seven characters after the final `/'."
 
          (and
           compress-message
+          jka-compr-verbose
           (message "%s %s..." compress-message base-name))
 
          (jka-compr-run-real-handler 'write-region
@@ -341,6 +347,7 @@ There should be no more than seven characters after the final `/'."
 
          (and
           compress-message
+          jka-compr-verbose
           (message "%s %s...done" compress-message base-name))
 
          (cond
@@ -404,6 +411,7 @@ There should be no more than seven characters after the final `/'."
 
               (and
                uncompress-message
+              jka-compr-verbose
                (message "%s %s..." uncompress-message base-name))
 
               (condition-case error-code
@@ -479,6 +487,7 @@ There should be no more than seven characters after the final `/'."
 
         (and
          uncompress-message
+        jka-compr-verbose
          (message "%s %s...done" uncompress-message base-name))
 
         (and
@@ -534,6 +543,7 @@ There should be no more than seven characters after the final `/'."
 
                (and
                 uncompress-message
+                jka-compr-verbose
                 (message "%s %s..." uncompress-message base-name))
 
                ;; Here we must read the output of uncompress program
@@ -554,6 +564,7 @@ There should be no more than seven characters after the final `/'."
 
                  (and
                   uncompress-message
+                  jka-compr-verbose
                   (message "%s %s...done" uncompress-message base-name))
 
                  (write-region