From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Finding packages to enable by default Date: Fri, 29 Nov 2013 23:40:04 +0200 Message-ID: <8761ra7uq3.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385761239 7346 80.91.229.3 (29 Nov 2013 21:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2013 21:40:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 29 22:40:45 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 1VmVno-0007fy-Qo for ged-emacs-devel@m.gmane.org; Fri, 29 Nov 2013 22:40:44 +0100 Original-Received: from localhost ([::1]:49563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmVno-0005AY-EE for ged-emacs-devel@m.gmane.org; Fri, 29 Nov 2013 16:40:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmVnR-0004to-B9 for emacs-devel@gnu.org; Fri, 29 Nov 2013 16:40:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmVnI-0005ZV-US for emacs-devel@gnu.org; Fri, 29 Nov 2013 16:40:21 -0500 Original-Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:49948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmVnI-0005ZQ-Ny for emacs-devel@gnu.org; Fri, 29 Nov 2013 16:40:12 -0500 Original-Received: by mail-we0-f176.google.com with SMTP id w62so4124397wes.35 for ; Fri, 29 Nov 2013 13:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=BoHiowkFyeKUFceJySmVCmOeELuNc+I0FV+fH1jJ4Sw=; b=l37CtE/1Py6SU3kMfxPrDEv4gj7CnuoAczocs7O2TG13Hsi5wjfWkEnhlAE6/710ty 7S1XZcJk1/pKXvIzVun9KjCYS3U/msPhvEZYveU+X41zFTBJj5RZefBjSXjmYjtB2CzH 4ryYml5ANSmnadlCdYO7U+oCCFyIVbA3Pq2m/lNhPIg9y1mm/l2+KdwJ2wTyA+9kDMKF 0aZc9nFOvJoQDRvHmGxMkfnY0wnF/1igiT+fncxZnxBmd+TluOCVdVmvb5Jfx3GwULJW 7KeECpf35Ej/6ESyiyf5Igc9C699Ushs1/FWeXQj9cUk/QrtrvXM1ULd9tG77H1avs1+ vAfg== X-Received: by 10.194.235.230 with SMTP id up6mr3434832wjc.30.1385761211894; Fri, 29 Nov 2013 13:40:11 -0800 (PST) Original-Received: from axl (83-43-131.netrun.cytanet.com.cy. [83.168.43.131]) by mx.google.com with ESMTPSA id e10sm73909789wiy.7.2013.11.29.13.40.09 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 29 Nov 2013 13:40:11 -0800 (PST) In-Reply-To: (Tom's message of "Fri, 29 Nov 2013 21:01:05 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::230 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:165902 Archived-At: Tom writes: > We are only interested in packages which are shipped with emacs, > so we should query only those. It's about activating some of these > builtin packages by default, so we have to filter external packages > from this list somehow, don't we? You can filter them out later, manually, in case some make it to the top, which is not a given. And if some do, that data can also be of interest.