From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Darren Hoo Newsgroups: gmane.emacs.devel Subject: Re: Add the archive name column in the list-packages table Date: Sat, 26 Oct 2013 10:39:42 +0800 Message-ID: References: <8738noby14.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1382755208 10465 80.91.229.3 (26 Oct 2013 02:40:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2013 02:40:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 26 04:40:12 2013 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 1VZtnO-0000wM-4F for ged-emacs-devel@m.gmane.org; Sat, 26 Oct 2013 04:40:10 +0200 Original-Received: from localhost ([::1]:33305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZtnN-0007YT-Q7 for ged-emacs-devel@m.gmane.org; Fri, 25 Oct 2013 22:40:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZtnF-0007TY-97 for emacs-devel@gnu.org; Fri, 25 Oct 2013 22:40:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZtn9-0004Zk-EB for emacs-devel@gnu.org; Fri, 25 Oct 2013 22:40:01 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZtn9-0004Yo-7H for emacs-devel@gnu.org; Fri, 25 Oct 2013 22:39:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VZtn8-0000hV-1w for emacs-devel@gnu.org; Sat, 26 Oct 2013 04:39:54 +0200 Original-Received: from 184.22.103.12 ([184.22.103.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Oct 2013 04:39:54 +0200 Original-Received: from darren.hoo by 184.22.103.12 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Oct 2013 04:39:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 184.22.103.12 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:H3XFhrmqbPbK9Gu8SbtwzyNlPGQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:164551 Archived-At: Stefan Monnier writes: >>> The code in trunk only shows a package once in lisp-packages, regardless >>> of whether it's installed, built-in, and/or available at a hundred >>> different archives. >> Not really. I see most of them mentioned twice: > > Hmm... I indeed see similar things here... > I thought I had solved this. Damn! I've not seen your fix yet, but Packages with the same name being listed only once is not really what I want. what if I want to install a specific version? Are they listed in the summary buffer twice, thrice etc and have different install buttons so that I can choose?