From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103853: Make Package Menu a child of Tabulated List mode. Date: Fri, 15 Apr 2011 04:22:40 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302834209 20203 80.91.229.12 (15 Apr 2011 02:23:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2011 02:23:29 +0000 (UTC) Cc: Emacs developers To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 15 04:23:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QAYgv-0004HY-3o for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2011 04:23:25 +0200 Original-Received: from localhost ([::1]:54806 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAYgu-00028N-LR for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2011 22:23:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAYgs-00028I-I7 for emacs-devel@gnu.org; Thu, 14 Apr 2011 22:23:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAYgr-0001D8-2f for emacs-devel@gnu.org; Thu, 14 Apr 2011 22:23:22 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:33759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAYgr-0001D1-0H for emacs-devel@gnu.org; Thu, 14 Apr 2011 22:23:21 -0400 Original-Received: by yxt33 with SMTP id 33so1289878yxt.0 for ; Thu, 14 Apr 2011 19:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=HX63mL/Yt3PaO9WtTa4ys/e3HLruan2ErsD6fL2ZgKs=; b=S9K0KxKuqiiVDJnaSSJPp0Slr0ZKyXwpRH9M2rQQVF+mKGjjTJ+NR7p83QNjy8pKJI 1iTra36n6QOJrsiiXUQz4ZPxKs9RX8w08NpBvNsx3nCir+L7FhRSMx9UJhYS1fKEOjNY l/s49RwjMQxB6RO3Gnhic4Tms69drhFyZWBms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=C6cttWSkig8sBKTC3vazY0VDu/turghTW6VTwyxaUzHp6oXHPMfe7eigVUQ4f+luLP tzF6uUBmaGcvedLabw5UETi49V3gKL4+ojo9VutxhK/rFFPeZmB7BimckWpD1Cpj2vFR bN6Crp80MSedLvZzo3IDDt2JHkxDQCx4uf6Sc= Original-Received: by 10.236.197.104 with SMTP id s68mr305559yhn.342.1302834200224; Thu, 14 Apr 2011 19:23:20 -0700 (PDT) Original-Received: by 10.147.182.17 with HTTP; Thu, 14 Apr 2011 19:22:40 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 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:138493 Archived-At: On Wed, Apr 6, 2011 at 22:33, Chong Yidong wrote: > ------------------------------------------------------------ > revno: 103853 > committer: Chong Yidong > branch nick: trunk > timestamp: Wed 2011-04-06 16:33:30 -0400 > message: > =C2=A0Make Package Menu a child of Tabulated List mode. > =C2=A0(package--list-packages, ..): Functions deleted. `package--list-packages' was/is called from `finder-list-matches', with a non-nil PACKAGES arg. With the new version of package.el there's apparently no direct way to restrict the packages listed (variable `package-menu-package-list' no longer exists). =C2=A0 =C2=A0 Juanma