From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: imap-hash.el (for inclusion in Emacs) and tramp-imap.el Date: Sun, 27 Sep 2009 11:01:03 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87tyyol6m8.fsf@lifelogs.com> References: <86skjz5a8v.fsf@lifelogs.com> <877i184pcp.fsf@gmx.de> <873a942pdy.fsf@lifelogs.com> <87bpnlskov.fsf_-_@lifelogs.com> <87prby6ya0.fsf@gmx.de> <878wgrjsto.fsf@lifelogs.com> <87eiq0t7vo.fsf_-_@lifelogs.com> <87r5txpdqg.fsf_-_@lifelogs.com> <87pr9ekc61.fsf@lifelogs.com> <20090926051535.GA10940@tomas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254067543 17963 80.91.229.12 (27 Sep 2009 16:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2009 16:05:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: tomas@tuxteam.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 27 18:05:36 2009 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 1MrwFh-0002kP-Im for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 18:05:33 +0200 Original-Received: from localhost ([127.0.0.1]:46153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrwFh-0002qe-2x for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 12:05:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrwBb-0001Ab-K9 for emacs-devel@gnu.org; Sun, 27 Sep 2009 12:01:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrwBW-00019k-W8 for emacs-devel@gnu.org; Sun, 27 Sep 2009 12:01:18 -0400 Original-Received: from [199.232.76.173] (port=51410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrwBW-00019e-OC for emacs-devel@gnu.org; Sun, 27 Sep 2009 12:01:14 -0400 Original-Received: from blockstar.com ([208.100.47.114]:60098 helo=mail.blockstar.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrwBW-0000pB-A2 for emacs-devel@gnu.org; Sun, 27 Sep 2009 12:01:14 -0400 Original-Received: from heechee (c-98-227-29-141.hsd1.il.comcast.net [98.227.29.141]) by mail.blockstar.com (Postfix) with ESMTP id A8A0B3E0117; Sun, 27 Sep 2009 11:01:17 -0500 (CDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <20090926051535.GA10940@tomas> (tomas@tuxteam.de's message of "Sat, 26 Sep 2009 07:15:35 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:115690 Archived-At: On Sat, 26 Sep 2009 07:15:35 +0200 tomas@tuxteam.de wrote: t> On Fri, Sep 25, 2009 at 03:21:58PM -0500, Ted Zlatanov wrote: >> On Wed, 23 Sep 2009 16:12:23 -0500 Ted Zlatanov wrote: >> TZ> I wrote this to the Tramp and Gnus mailing lists: TZ> "imap-hash.el lets you treat an IMAP mailbox as a hash [...] TZ> I plan to eventually use imap-hash.el to store distributed Gnus data, t> [...] >> I'll commit this over the weekend if there's no dissent. t> This is from the peanut gallery, but... consent! t> Though I have no immediate use for it (yet!), it looks like a very good idea. It's in the Emacs CVS now, so try it out if you like. Best example is in tramp-imap.el which just got added to Tramp and will make its way to the Emacs CVS shortly. I hope I did the addition correctly: I updated Makefile.in, NEWS, and added the file itself. With a `make bootstrap' everything seemed to work all right. Please let me know if I screwed up somewhere. Thanks Ted