From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jochen Hein Newsgroups: gmane.emacs.devel Subject: Re: Time to move some .el files around? Date: Wed, 24 Feb 2016 07:18:50 +0100 Message-ID: <831t82vdf9.fsf@jochen.org> References: <8737sk5ejo.fsf@gnus.org> <8360xfv27q.fsf@jochen.org> <87k2luopfp.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456294838 4567 80.91.229.3 (24 Feb 2016 06:20:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2016 06:20:38 +0000 (UTC) Cc: John Wiegley , Emacs developers To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 24 07:20:38 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aYSoO-0005K6-UR for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2016 07:20:37 +0100 Original-Received: from localhost ([::1]:33804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYSoO-00086l-By for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2016 01:20:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYSoF-00086e-Ix for emacs-devel@gnu.org; Wed, 24 Feb 2016 01:20:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYSoB-0002Uq-Hp for emacs-devel@gnu.org; Wed, 24 Feb 2016 01:20:27 -0500 Original-Received: from smtp.dinoex.de ([2a01:4f8:100:6061::14]:18412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYSoB-0002Uj-8U for emacs-devel@gnu.org; Wed, 24 Feb 2016 01:20:23 -0500 Original-Received: from smtp.dinoex.de (uucp@smtp.dinoex.de [188.40.204.4]) by smtp.dinoex.de (8.15.2/8.15.1) with ESMTPS id u1O6K3Jh004290 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 24 Feb 2016 07:20:04 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: (from uucp@localhost) by smtp.dinoex.de (8.15.2/8.15.1/Submit) with UUCP id u1O6K3Eq004289; Wed, 24 Feb 2016 07:20:03 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: from echidna (echidna.jochen.org [IPv6:fd23:e163:19f7:1234:222:4dff:fe7c:d76a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by jupiter.jochen.org (Postfix) with ESMTPSA id 8EB27340; Wed, 24 Feb 2016 07:18:50 +0100 (CET) X-Message-Flag: This space is intentionally left blank In-Reply-To: <87k2luopfp.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 24 Feb 2016 12:41:14 +1100") User-Agent: Gnus/5.130015 (Ma Gnus v0.15) Emacs/25.1.50 (gnu/linux) X-Milter: Spamilter (Reciever: smtp.dinoex.de; Sender-ip: 188.40.204.4; Sender-helo: smtp.dinoex.de; ) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (smtp.dinoex.de [188.40.204.4]); Wed, 24 Feb 2016 07:20:05 +0100 (CET) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:4f8:100:6061::14 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:200598 Archived-At: Lars Ingebrigtsen writes: > Jochen Hein writes: > >> I suggested that file, but after my changes on the file and research >> into sasl*.el I see that gssapi.el is only relevant for IMAP. For >> example we can't use gssapi.el for sieve. >> >> So it might be ok to leave the file where it is. > > It's still a general, low-level networking library, so it doesn't make > sense that it lives in the Gnus directory. Something else that wants to > talk IMAP may need it one day... Yes. And I tried to use gsasl with SMTP, which seems to work. So I'll probably work on getting gssapi.el working for SMTP as well - so no real objection to move the file around. It's just not as generally useful as I had hoped... Jochen -- The only problem with troubleshooting is that the trouble shoots back.