From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: ldap support: eudc and ldap.el Date: Wed, 01 Jan 2014 21:17:13 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388629042 28097 80.91.229.3 (2 Jan 2014 02:17:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2014 02:17:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 02 03:17:29 2014 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 1VyXqi-0000S2-AD for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 03:17:28 +0100 Original-Received: from localhost ([::1]:43067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyXqh-0004Ou-KK for ged-emacs-devel@m.gmane.org; Wed, 01 Jan 2014 21:17:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyXqb-0004Nu-0n for emacs-devel@gnu.org; Wed, 01 Jan 2014 21:17:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyXqV-0001Hy-O7 for emacs-devel@gnu.org; Wed, 01 Jan 2014 21:17:20 -0500 Original-Received: from mail-ig0-f181.google.com ([209.85.213.181]:56968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyXqV-0001Hp-JC for emacs-devel@gnu.org; Wed, 01 Jan 2014 21:17:15 -0500 Original-Received: by mail-ig0-f181.google.com with SMTP id k19so32686876igc.2 for ; Wed, 01 Jan 2014 18:17:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=KONMtsZMwY7s9wi4IhUV7h8DgvXfONl9y2xt3+HoCV0=; b=m951E+4cRlWZfCOeqvPGlaPS+KmFLx4s/6RKTwf0QY9gcSTSYAPnH1O3qGYx6zvnHR 2orIjc5bQeWmpIrgwplx04gr5x8X8O2rJ6UsvON4edWriXyjH/XiVRqJfpWrqgLk464X oIiFw/tnZ1q0/7xWxCvsFeoQKIlDYUIHwGjcBs3zLxb5Rh38eK/7PikAWh1Y1tYULuLh 9b7gqF+2XsZPbe3h68+fPiA4QjUEgn9ZgMHuzF+mPdfR/2OrMJxTyvGZVyD2xCuOrIJP qT0Dmlbnq2ygNy6WQbd2lQkC1Bwhzq9tOId5U8ToUxkE3PM6EN4eJq15msqcqdpy6oyS MEiA== X-Gm-Message-State: ALoCoQnV3EldxIJAU6uZtB5McjVh5O+SSuOQ9qEwOum3O9gNcVHjJviQo3TY5xylv38+Q3s9TWaP X-Received: by 10.43.138.148 with SMTP id is20mr56758172icc.23.1388629034846; Wed, 01 Jan 2014 18:17:14 -0800 (PST) Original-Received: from localhost.localdomain (69-165-165-189.dsl.teksavvy.com. [69.165.165.189]) by mx.google.com with ESMTPSA id j16sm71632797igf.6.2014.01.01.18.17.14 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 01 Jan 2014 18:17:14 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Tue, 03 Dec 2013 12:59:02 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.213.181 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:167021 Archived-At: Stefan Monnier writes: >> I've got it working to my satisfaction now, but I consider most of the >> changes I made hacks. It would definitely be nice to see EUDC/ldap.el >> modernized. > > Patches welcome. You could post your hacks as patches included in > a bug-report. Even if it's not "good enough", it can be very useful > since someone else may be able to improve/clean it. I cleaned up the hacks and posted a set of patches for review: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16322 Thomas