From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Roehler Newsgroups: gmane.emacs.devel Subject: Re: Emacs-Lisp Bill-Board Date: Tue, 03 Feb 2009 13:35:04 +0100 Message-ID: <498839F8.6020100@online.de> References: <49881BE3.6090907@online.de> <86d4dzn3fz.fsf@susa.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233664507 31497 80.91.229.12 (3 Feb 2009 12:35:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 12:35:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Gilaras Drakeson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 13:36:21 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 1LUKVm-0000KX-D1 for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 13:36:18 +0100 Original-Received: from localhost ([127.0.0.1]:48848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUKUT-00065S-8X for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 07:34:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUKT6-0005jG-SE for emacs-devel@gnu.org; Tue, 03 Feb 2009 07:33:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUKT4-0005iD-4m for emacs-devel@gnu.org; Tue, 03 Feb 2009 07:33:32 -0500 Original-Received: from [199.232.76.173] (port=49418 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUKT3-0005i7-PH for emacs-devel@gnu.org; Tue, 03 Feb 2009 07:33:29 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:63447) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUKT3-0000Kx-6t for emacs-devel@gnu.org; Tue, 03 Feb 2009 07:33:29 -0500 Original-Received: from [192.168.178.27] (p54BE9DCF.dip0.t-ipconnect.de [84.190.157.207]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1LUKT02Xp3-0007h0; Tue, 03 Feb 2009 13:33:27 +0100 User-Agent: Thunderbird 2.0.0.6 (X11/20070801) In-Reply-To: <86d4dzn3fz.fsf@susa.i-did-not-set--mail-host-address--so-tickle-me> X-Provags-ID: V01U2FsdGVkX18i0iEJHJk7sJ59DbFqcMTdShqzDyIgskvHDyx wP/6dxUBzaCSQDmY4Wfl+s3sphm9WNw0AwjxiNl9Bjv9UHC2H9 qblKeqczZrl6mu7Fv/RHBjxBvM+9oSHvvjmTdDpAxc= X-detected-operating-system: by monty-python.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:108675 Archived-At: Gilaras Drakeson wrote: >> [...] >> Or to say it otherwise: There are lots of peaces of >> code, see `map-file-lines' published on emacs-devel >> yesterday, which look perfectly useful for people >> knowing Emacs Lisp, regardless of an upcoming >> implementation. >> [...] >> I've thought at a kind of bill-board, where everyone >> interested might pin his code onto it. >> >> An account on launchpad seems suitable for that task. >> People should get push-permission on a low level, >> anyone interested basically. > > How about designing a mechanism from within Emacs to search, browse, > post (push and then announce it somewhere), install, uninstall and > update a piece of code from launchpad? (or adapting elpa + rmail + > something else to do all this) > > -- > Gilaras > > > > at launchpad it's on bazaar, so access is not difficult and should already be built in with some (d)vc-backend. Too such a bill-board seems suitable to preserve, read and pick some code, not installing it all and at once. Andreas