[w3m-dev 01269] Re: SCM_NNTP

From: $B2,ED (okada@furuno.co.jp)
Date: Thu Oct 26 2000 - 02:48:14 CDT

  • Next message: NOKUBI Takatsugu: "[w3m-dev 01270] Re: SCM_NNTP"

    $B2,ED$G$9!#(B

    [w3m-dev 1258] $B$G:dK\$5$s$,;XE&$5$l$F$$$?$H$3$m$r=$@5$7$F$_$^$7$?!#%Q%C(B
    $B%A$rE:IU$7$^$9!#;d$N4D6-$G$O!"$3$N=$@5$r$7$J$$$H(B news:<Message-ID> $B$,(B
    $BF0$-$^$;$s$G$7$?!#(B

    From: knok@daionet.gr.jp (NOKUBI Takatsugu)
    Subject: [w3m-dev 01264] Re: SCM_NNTP
    Date: Thu, 26 Oct 2000 10:26:21 JST

    > $B;d$N$H$3$m$G$OMn$A$O$7$J$$$N$G$9$,!"(BCtrl-C $B$r2!$9$^$G5"$C$F$-$^$;$s!#(B
    > $B$G!"(BCtrl-C $B$r2!$7$?;~$K=PNO$5$l$kFbMF$r8+$k$H!":G8e$N(B ".\r\n" $B$^$GI=<((B
    > $B$5$l$k$N$G!"$3$NJU$N=*C<$rG'<1$7$F$$$J$$$N$+$J$!!"$H$$$&$h$&$J5$$,$7$F(B
    > $B$^$9!#(B

    $B3NG'$5$;$F$$$?$@$-$?$$$N$G$9$,!"(B
    nntp://>:<port>/<newsgroup-name>/<article-number> $B$N7A<0$G!"%K%e!<(B
    $B%9$N5-;v$,=PNO$5$l$k$H$$$&$3$H$G$7$g$&$+!)(B

    -- 
    Tsutomu Okada <okada@furuno.co.jp>
    

    --- url.c.dist Thu Oct 26 16:13:23 2000 +++ url.c Thu Oct 26 16:13:28 2000 @@ -888,9 +888,11 @@ } } #ifdef __EMX__ - if (pu->file == NULL || (pu->file[0] != '/' && pu->file[1] != ':')) + if (pu->scheme != SCM_NEWS && + (pu->file == NULL || (pu->file[0] != '/' && pu->file[1] != ':'))) #else - if (pu->file == NULL || pu->file[0] != '/') + if (pu->scheme != SCM_NEWS && + (pu->file == NULL || pu->file[0] != '/')) #endif Strcat_char(tmp, '/'); Strcat_charp(tmp, pu->file);



    This archive was generated by hypermail 2b29 : Thu Oct 26 2000 - 03:10:25 CDT