emacs-devel
[Top][All Lists]
Advanced

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

Re: Merge issues in `tls.el' (EMACS_22_BASE vs. trunk)


From: Katsumi Yamaoka
Subject: Re: Merge issues in `tls.el' (EMACS_22_BASE vs. trunk)
Date: Tue, 11 Mar 2008 08:28:52 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

>>>>> Reiner Steib wrote:
> On Mon, Mar 10 2008, Katsumi Yamaoka wrote:

>> In the Gnus v5-10 branch, which is being synch'd with the Emacs
>> EMACS_22_BASE branch, the version of tls.el that uses rx has been
>> merged yesterday.  And tls.el came not to be able to byte compile
>> with XEmacs, because rx.el is not available in XEmacs.  Could it
>> be rewritten not using rx.el?

> Yes, the version in Emacs trunk and Gnus trunk, the defcustom of
> `tls-end-of-info' has been rewritten not to use rx.  Please use this
> in v5-10.

Thanks.  I've imported the following change made in the Emacs trunk
(i.e., rdiff -r1.20 -r1.21) to the Gnus v5-10 branch.

2007-11-04  Glenn Morris  <address@hidden>

        * net/tls.el: Don't require rx when compiling.
        (tls-end-of-info): Rewrite without using rx.
        (open-tls-stream): Use with-current-buffer.

Regards,




reply via email to

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