emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugfixed] nntp-open-via-* don't work for the port "119"


From: Katsumi Yamaoka
Subject: [bugfixed] nntp-open-via-* don't work for the port "119"
Date: Fri, 18 Dec 2009 09:47:47 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.90 (gnu/linux)

`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  <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]