Gnus development mailing list
 help / color / mirror / Atom feed
* patch to gnus-art.el
@ 2001-07-21 17:04 Jon Allen Boone
  2001-07-21 20:20 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Allen Boone @ 2001-07-21 17:04 UTC (permalink / raw)



Folks,

  I updated from the CVS repository this morning and noticed the
following three instances in gnus-art.el where read-coding-system was
called with too many arguments.

  I think that this patch will fix the problem and also still work
correctly.

-jon
------------------
Jon Allen Boone
tex@delamancha.org

*** gnus-art.el	2001/07/16 20:05:31	6.90
--- gnus-art.el	2001/07/21 17:06:27
***************
*** 1755,1761 ****
  	      (if (stringp charset)
  		  (setq charset (intern (downcase charset)))))))
        (if read-charset
! 	  (setq charset (read-coding-system "Charset: " charset)))
        (unless charset
  	(setq charset gnus-newsgroup-charset))
        (when (or force
--- 1755,1761 ----
  	      (if (stringp charset)
  		  (setq charset (intern (downcase charset)))))))
        (if read-charset
! 	  (setq charset (read-coding-system "Charset: ")))
        (unless charset
  	(setq charset gnus-newsgroup-charset))
        (when (or force
***************
*** 1785,1791 ****
  	      (if (stringp charset)
  		  (setq charset (intern (downcase charset)))))))
        (if read-charset
! 	  (setq charset (read-coding-system "Charset: " charset)))
        (unless charset
  	(setq charset gnus-newsgroup-charset))
        (when (or force
--- 1785,1791 ----
  	      (if (stringp charset)
  		  (setq charset (intern (downcase charset)))))))
        (if read-charset
! 	  (setq charset (read-coding-system "Charset: ")))
        (unless charset
  	(setq charset gnus-newsgroup-charset))
        (when (or force
***************
*** 1827,1833 ****
  	      (if (stringp charset)
  		  (setq charset (intern (downcase charset)))))))
        (if read-charset
! 	  (setq charset (read-coding-system "Charset: " charset)))
        (unless charset
  	(setq charset gnus-newsgroup-charset))
        (article-goto-body)
--- 1827,1833 ----
  	      (if (stringp charset)
  		  (setq charset (intern (downcase charset)))))))
        (if read-charset
! 	  (setq charset (read-coding-system "Charset: ")))
        (unless charset
  	(setq charset gnus-newsgroup-charset))
        (article-goto-body)




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

* Re: patch to gnus-art.el
  2001-07-21 17:04 patch to gnus-art.el Jon Allen Boone
@ 2001-07-21 20:20 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2001-07-21 20:20 UTC (permalink / raw)


Jon Allen Boone <tex@delamancha.org> writes:

> Folks,
> 
>   I updated from the CVS repository this morning and noticed the
> following three instances in gnus-art.el where read-coding-system was
> called with too many arguments.
> 
>   I think that this patch will fix the problem and also still work
> correctly.

Thanks for your report.  But read-coding-system in Emacs 20+ and
XEmacs 21.4 takes two arguments. So I patch it in another way.

ShengHuo


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

end of thread, other threads:[~2001-07-21 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-21 17:04 patch to gnus-art.el Jon Allen Boone
2001-07-21 20:20 ` ShengHuo ZHU

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 NNTP newsgroup(s).