From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65565 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: New Emacs facilities from Gnus Date: Tue, 06 Nov 2007 19:45:06 +0100 Message-ID: References: <87zly3y4ru.fsf@catnip.gol.com> <87odejy30k.fsf@catnip.gol.com> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194378872 14857 80.91.229.12 (6 Nov 2007 19:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 19:54:32 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 20:54:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IpUVN-0002SZ-FN for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 20:54:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpUVC-00047Y-9x for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 14:54:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpUV6-00043y-S3 for emacs-devel@gnu.org; Tue, 06 Nov 2007 14:54:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpUV5-00042e-Uo for emacs-devel@gnu.org; Tue, 06 Nov 2007 14:54:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpUV5-00042O-R2 for emacs-devel@gnu.org; Tue, 06 Nov 2007 14:54:15 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpUV5-0001WC-4d for emacs-devel@gnu.org; Tue, 06 Nov 2007 14:54:15 -0500 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.1/8.14.1) with ESMTP id lA6Js5Wt001082; Tue, 6 Nov 2007 20:54:05 +0100 (MET) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 09ABB12C8D; Tue, 6 Nov 2007 20:54:05 +0100 (CET) X-Face: 1; h7XMU[7l}$T@J.D}5z*w8Tg'}B5ArAWc8>2X~otB; kOjKs8X%|hTC#dG:%Vpx")x7S/`v :VXU#fZW$X$zdhEU.RfVQ@<-m9IuN{Hm"fW{,5]6kR'M*vEs+{5Cj!L(JTRzA$(},?5J=sm; %Od, ding@gnus.org, emacs-devel@gnu.org In-Reply-To: (CHENG Gao's message of "Tue, 06 Nov 2007 19:33:14 +0800") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-DCC-INFN-TO-Metrics: poseidon 1233; Body=3 Fuz1=3 Fuz2=3 X-Virus-Scanned: by amavisd-new X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82673 gmane.emacs.gnus.general:65565 Archived-At: On Tue, Nov 06 2007, CHENG Gao wrote: > How about the following files: This thread was about new files from No Gnus. The files from your list have already been included in several years ago. Maybe they have already been discussed. Did you check the list archives (emacs-devel)? > binhex.el, to lisp/mail? > dig.el, dns.el, sha1.el, uudecode.el, maybe to lisp/net? > m4.el, I can't find any file m4.el. > utf7.el, See the recent thread in emacs-devel: > yenc.el Only useful for news, not for mail, AFAIK. > And there are tls.el and starttls.el. tls.el is already in Emacs. I > wonder why starttls.el exists along with tls.el. Why not merge them? I'd guess that `tls.el' is much more general than `starttls.el'. The latter is for IMAP, POP, etc. But Daiki Ueno or Simon surely can explain better. `starttls.el' could be move to the mail directory. ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS ;; This package implements a simple wrapper around "gnutls-cli" to ;; make Emacs support TLS/SSL. ;;; starttls.el --- STARTTLS functions ;; This module defines some utility functions for STARTTLS profiles. ;; [RFC 2595] "Using TLS with IMAP, POP3 and ACAP" ;; by Chris Newman (1999/06) ;; This file now contains a combination of the two previous ;; implementations both called "starttls.el". The first one is Daiki ;; Ueno's starttls.el which uses his own "starttls" command line tool, ;; and the second one is Simon Josefsson's starttls.el which uses ;; "gnutls-cli" from GNUTLS. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/