From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Thu, 11 Mar 2010 17:02:14 +0100 Message-ID: <87eijqc0e1.fsf@gmx.de> References: <87zl2g24xy.fsf@stupidchicken.com> <87mxyfq3bz.fsf@gmx.de> <87sk87h49a.fsf@gmx.de> <87ljdzaq2m.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268323353 1269 80.91.229.12 (11 Mar 2010 16:02:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2010 16:02:33 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 11 17:02:29 2010 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.69) (envelope-from ) id 1NpkqC-0005MS-6I for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 17:02:28 +0100 Original-Received: from localhost ([127.0.0.1]:40511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpkqB-0004yt-MX for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 11:02:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npkq6-0004wz-10 for emacs-devel@gnu.org; Thu, 11 Mar 2010 11:02:22 -0500 Original-Received: from [140.186.70.92] (port=59384 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npkq5-0004vH-2H for emacs-devel@gnu.org; Thu, 11 Mar 2010 11:02:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Npkq3-00045R-LA for emacs-devel@gnu.org; Thu, 11 Mar 2010 11:02:20 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:36632) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Npkq3-00045E-8u for emacs-devel@gnu.org; Thu, 11 Mar 2010 11:02:19 -0500 Original-Received: (qmail invoked by alias); 11 Mar 2010 16:02:16 -0000 Original-Received: from p4FC00B54.dip0.t-ipconnect.de (EHLO LKG29808F.local) [79.192.11.84] by mail.gmx.net (mp060) with SMTP; 11 Mar 2010 17:02:16 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/dCIMnhzHdTG5LIdGfAzOEn4zLA7qSSnDicN8BHA /HO/xrPAtAuRuA User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.70999999999999996 X-detected-operating-system: by eggs.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:121818 Archived-At: Stefan Monnier writes: >> D'accord. D-Bus is designed for inter process communication, like >> Corba. Maybe we could introduce a subdirectory "lisp/ipc". > > Can you find enough .el files to put in there to justify the creation of > this directory? battery.el, comint.el, proced.el, server.el, net/dbus.el, net/socks.el, net/xesam.el, net/zeroconf.el. Maybe also epa*.el, epg*.el, pgg*.el, talk.el, net/imap.el, net/ldap.el. I would also like to see password-cache.el and gnus/auth-sorce.el there, but they don't fit any of the selection criteria ... I plan soap.el, but this could also go into lisp/net when it is ready. > Maybe we should look in a different direction, tho I'm not sure what > that should be. But if it's something that could accomodate several of > the lisp/*.el files that would be good. > > > Stefan Best regards, Michael.