Gnus development mailing list
 help / color / mirror / Atom feed
* [bugfixed] nntp-open-via-* don't work for the port "119"
@ 2009-12-18  0:47 Katsumi Yamaoka
  0 siblings, 0 replies; only message in thread
From: Katsumi Yamaoka @ 2009-12-18  0:47 UTC (permalink / raw)
  To: emacs-devel, ding

`nntp-open-telnet-stream' and `nntp-open-netcat-stream' don't, too.
Because `nntp-service-to-port' those functions use compares the value
of `nntp-port-number' with "\\`[[:digit:]]\\'" (w/o "+").
In addition, XEmacs doesn't support the char classes like that.

2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>

	* nntp.el (nntp-service-to-port): Work for port expressed with numeric
	string; replace [:digit:] with [0-9] for XEmacs.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-18  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-18  0:47 [bugfixed] nntp-open-via-* don't work for the port "119" Katsumi Yamaoka

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