From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Emacs support for Heimdal vs MIT Kerberos (patch included) Date: Tue, 05 Aug 2008 14:08:20 -0400 Message-ID: <87k5evl4h7.fsf@stupidchicken.com> References: <18584.28864.366705.285809@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217959692 11402 80.91.229.12 (5 Aug 2008 18:08:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2008 18:08:12 +0000 (UTC) Cc: mueli@gentoo.org, emacs@gentoo.org, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 05 20:09:01 2008 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 1KQQxw-0002TK-53 for ged-emacs-devel@m.gmane.org; Tue, 05 Aug 2008 20:09:00 +0200 Original-Received: from localhost ([127.0.0.1]:57779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQQx0-0004rP-Ro for ged-emacs-devel@m.gmane.org; Tue, 05 Aug 2008 14:08:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQQwv-0004r8-Op for emacs-devel@gnu.org; Tue, 05 Aug 2008 14:07:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQQwt-0004qG-Cm for emacs-devel@gnu.org; Tue, 05 Aug 2008 14:07:56 -0400 Original-Received: from [199.232.76.173] (port=38931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQQwt-0004q7-4D for emacs-devel@gnu.org; Tue, 05 Aug 2008 14:07:55 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:34474 helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQQws-00024p-N2 for emacs-devel@gnu.org; Tue, 05 Aug 2008 14:07:54 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 4ED5157E338; Tue, 5 Aug 2008 14:08:20 -0400 (EDT) In-Reply-To: <18584.28864.366705.285809@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Tue, 5 Aug 2008 17:24:48 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:102098 Archived-At: Ulrich Mueller writes: > [I had sent this patch already in April, but the message was lost or > ignored.] Sorry about that, this must have slipped under the radar. > From Gentoo Bug 215558, > : Emacs 22.2 (or rather > movemail / pop.c) can only be build with MIT Kerberos but not with > Heimdal. > > Attached patch will make pop.c properly compile/link with the Heimdal > headers and library. > > For the MIT-Kerberos case the resulting code is equivalent, so I think > that this should be included into the Emacs 22 branch. Certainly looks safe enough. I've checked it into the branch, thanks. Could you also generate a patch for the Emacs 23 trunk?