Gnus development mailing list
 help / color / mirror / Atom feed
* rfc2045-encode-string: should signal an error on non-ASCII strings
@ 2008-01-08  9:49 Ivan Shmakov
  2008-01-08 22:05 ` Miles Bader
  2008-01-08 23:04 ` rfc2045-encode-string: should signal an error on non-ASCII strings Katsumi Yamaoka
  0 siblings, 2 replies; 6+ messages in thread
From: Ivan Shmakov @ 2008-01-08  9:49 UTC (permalink / raw)
  To: ding; +Cc: Ivan Shmakov

	Shouldn't `rfc2045-encode-string' signal an error in case either
	PARAM or VALUE contain non-ASCII characters?

	BTW, [1] specifies CVS as the mean of obtaining the development
	sources for Gnus.  However, looking at [2] makes me think that
	it's GNU Arch that is used to hold the sources nowadays.  Can
	the appropriate GNU Arch archive be mentioned on [1] as well?

[1] http://gnus.org/distribution.html
[2] http://quimby.gnus.org/cgi-bin/cvsweb.cgi/gnus/lisp/rfc2045.el?rev=7.8&content-type=text/x-cvsweb-markup




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

* Re: rfc2045-encode-string: should signal an error on non-ASCII strings
  2008-01-08  9:49 rfc2045-encode-string: should signal an error on non-ASCII strings Ivan Shmakov
@ 2008-01-08 22:05 ` Miles Bader
  2008-01-11 18:01   ` Ivan Shmakov
  2008-01-08 23:04 ` rfc2045-encode-string: should signal an error on non-ASCII strings Katsumi Yamaoka
  1 sibling, 1 reply; 6+ messages in thread
From: Miles Bader @ 2008-01-08 22:05 UTC (permalink / raw)
  To: Ivan Shmakov; +Cc: ding

Ivan Shmakov <ivan@theory.asu.ru> writes:
> 	BTW, [1] specifies CVS as the mean of obtaining the development
> 	sources for Gnus.  However, looking at [2] makes me think that
> 	it's GNU Arch that is used to hold the sources nowadays.

The "canonical" sources are still in CVS, but there are arch (and git)
repositories that are synced with the CVS repository.

-Miles

-- 
Occam's razor split hairs so well, I bought the whole argument!



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

* Re: rfc2045-encode-string: should signal an error on non-ASCII strings
  2008-01-08  9:49 rfc2045-encode-string: should signal an error on non-ASCII strings Ivan Shmakov
  2008-01-08 22:05 ` Miles Bader
@ 2008-01-08 23:04 ` Katsumi Yamaoka
  2008-01-11 18:07   ` Ivan Shmakov
  1 sibling, 1 reply; 6+ messages in thread
From: Katsumi Yamaoka @ 2008-01-08 23:04 UTC (permalink / raw)
  To: Ivan Shmakov; +Cc: ding

>>>>> Ivan Shmakov wrote:
> 	Shouldn't `rfc2045-encode-string' signal an error in case either
> 	PARAM or VALUE contain non-ASCII characters?

Gnus doesn't use `rfc2045-encode-string' for non-ASCII characters.
I didn't find no Lisp module that uses it for non-ASCII characters
in the Emacs trunk either.



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

* Re: rfc2045-encode-string: should signal an error on non-ASCII strings
  2008-01-08 22:05 ` Miles Bader
@ 2008-01-11 18:01   ` Ivan Shmakov
  2008-01-11 18:28     ` Arch repository for Gnus (was: rfc2045-encode-string: should signal an error on non-ASCII strings) Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan Shmakov @ 2008-01-11 18:01 UTC (permalink / raw)
  To: ding; +Cc: Ivan Shmakov

>>>>> Miles Bader <miles@gnu.org> writes:

 >> BTW, [1] specifies CVS as the mean of obtaining the development
 >> sources for Gnus.  However, looking at [2] makes me think that it's
 >> GNU Arch that is used to hold the sources nowadays.

 > The "canonical" sources are still in CVS, but there are arch (and
 > git) repositories that are synced with the CVS repository.

	Are these repositories public?  And if yes, how could they be
	reached?




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

* Re: rfc2045-encode-string: should signal an error on non-ASCII strings
  2008-01-08 23:04 ` rfc2045-encode-string: should signal an error on non-ASCII strings Katsumi Yamaoka
@ 2008-01-11 18:07   ` Ivan Shmakov
  0 siblings, 0 replies; 6+ messages in thread
From: Ivan Shmakov @ 2008-01-11 18:07 UTC (permalink / raw)
  To: ding; +Cc: Ivan Shmakov

>>>>> Katsumi Yamaoka <yamaoka@jpl.org> writes:
>>>>> Ivan Shmakov wrote:

 >> Shouldn't `rfc2045-encode-string' signal an error in case either
 >> PARAM or VALUE contain non-ASCII characters?

 > Gnus doesn't use `rfc2045-encode-string' for non-ASCII characters.  I
 > didn't find no Lisp module that uses it for non-ASCII characters in
 > the Emacs trunk either.

	Yes.  Indeed, it was my old Emacs 21.4.1 to use it that way and
	produce the MIME output damaged quite badly as a consequence.

	However, shouldn't the error be signalled, so that some useful
	diagnostics be shown instead of producing garbage on output (on
	this certain garbage on input)?  I guess, it's quite likely this
	library may get used by some other, not necessarily correct,
	code.

	(A wishlist priority item.)




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

* Arch repository for Gnus (was: rfc2045-encode-string: should signal an error on non-ASCII strings)
  2008-01-11 18:01   ` Ivan Shmakov
@ 2008-01-11 18:28     ` Reiner Steib
  0 siblings, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2008-01-11 18:28 UTC (permalink / raw)
  To: ding

On Fri, Jan 11 2008, Ivan Shmakov wrote:

>>>>>> Miles Bader <miles@gnu.org> writes:
>  > The "canonical" sources are still in CVS, but there are arch (and
>  > git) repositories that are synced with the CVS repository.
>
> 	Are these repositories public?  And if yes, how could they be
> 	reached?

Miles will surely tell you the location (he posted it on the list, but
I don't know it off hand).

As for <http://gnus.org/distribution.html>, you should mail your
suggestion to Lars, as only he can change this page (AFAIK).  The text
should maybe include minimal instructions as for cvs.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

end of thread, other threads:[~2008-01-11 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-08  9:49 rfc2045-encode-string: should signal an error on non-ASCII strings Ivan Shmakov
2008-01-08 22:05 ` Miles Bader
2008-01-11 18:01   ` Ivan Shmakov
2008-01-11 18:28     ` Arch repository for Gnus (was: rfc2045-encode-string: should signal an error on non-ASCII strings) Reiner Steib
2008-01-08 23:04 ` rfc2045-encode-string: should signal an error on non-ASCII strings Katsumi Yamaoka
2008-01-11 18:07   ` Ivan Shmakov

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).