[gnus git] branch master updated: m0-7-161-gdeafb4b =1= Make copying of read-only HTML text renderings work

Lars Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  deafb4b2ed69a0a26950f6e825694201fef7a277 (commit)
      from  1a7870e6bc6575cc0bcfc3419494f2fde579639a (commit)


- Log -----------------------------------------------------------------
commit deafb4b2ed69a0a26950f6e825694201fef7a277
Author: Lars Ingebrigtsen <[email protected]>
Date:   Sat Jul 6 19:20:10 2013 +0200

    Make copying of read-only HTML text renderings work
    
    * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
    gotten read-only text properties, ensure that those aren't heeded when
    copying stuff over (bug#13434).

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55c1671..ecbaeb0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
 2013-07-06  Lars Ingebrigtsen  <[email protected]>
 
+	* gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
+	gotten read-only text properties, ensure that those aren't heeded when
+	copying stuff over (bug#13434).
+
 	* mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
 	(bug#13762).
 
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index fce9a36..e3f1866 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -920,6 +920,7 @@ header line with the old Message-ID."
       (with-current-buffer article-buffer
 	(let ((gnus-newsgroup-charset (or gnus-article-charset
 					  gnus-newsgroup-charset))
+	      (inhibit-read-only t)
 	      (gnus-newsgroup-ignored-charsets
 	       (or gnus-article-ignored-charsets
 		   gnus-newsgroup-ignored-charsets)))

-----------------------------------------------------------------------
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   |    4 ++++
 lisp/gnus-msg.el |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.