[gnus git] branch master updated: m0-11-103-g1ef3856 =1= mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that lines don't get overlong when responding

Katsumi <[email protected]> Mon, 29 Dec 2014 14:07:38 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  1ef3856f4624d254d6491bf6b4d2bd158a04325a (commit)
      from  4731fcde9abbae525b64ac6b92a0393e6661b431 (commit)


- Log -----------------------------------------------------------------
commit 1ef3856f4624d254d6491bf6b4d2bd158a04325a
Author: Lars Ingebrigtsen <[email protected]>
Date:   Mon Dec 29 13:07:27 2014 +0000

    mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that lines don't get overlong when responding

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 786ee1b..d7ad893 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-29  Lars Ingebrigtsen  <[email protected]>
+
+	* mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
+	lines don't get overlong when responding.
+
 2014-12-20  Katsumi Yamaoka  <[email protected]>
 
 	* registry.el (cl-remf, cl-loop, cl-subseq):
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index f5b4d7c..3913ecc 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1814,6 +1814,7 @@ If RECURSIVE, search recursively."
   ;; Require since we bind its variables.
   (require 'shr)
   (let ((article-buffer (current-buffer))
+	(shr-width fill-column)
 	(shr-content-function (lambda (id)
 				(let ((handle (mm-get-content-id id)))
 				  (when handle

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog    |    5 +++++
 lisp/mm-decode.el |    1 +
 2 files changed, 6 insertions(+)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project