From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: debbugs tracker builds character Date: Sat, 23 Jul 2016 13:35:02 -0400 Message-ID: References: <87y49vz4cg.fsf@acer.localhost.com> <87twg2g86g.fsf@lifelogs.com> <83eg76n5h5.fsf@gnu.org> <87y45eeoor.fsf@lifelogs.com> <577D42BB.1020500@cs.ucla.edu> <87oa694rfw.fsf@russet.org.uk> <837fcxlbay.fsf@gnu.org> <87lh1d2wg5.fsf@russet.org.uk> <83eg75jk5h.fsf@gnu.org> <87lh1cb6p0.fsf@lifelogs.com> <87oa5sa176.fsf_-_@lifelogs.com> <874m7kmkcm.fsf@gmx.de> <871t2o6t94.fsf@gmx.de> <87wpkf6pup.fsf@lifelogs.com> <87poq6iweb.fsf@ericabrahamsen.net> <87shv0uy3w.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1469295634 27014 80.91.229.3 (23 Jul 2016 17:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2016 17:40:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 23 19:40:26 2016 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 1bR0uV-0008G4-RP for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2016 19:40:23 +0200 Original-Received: from localhost ([::1]:53151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR0uU-0002LC-RH for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2016 13:40:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR0uL-0002L4-8Q for emacs-devel@gnu.org; Sat, 23 Jul 2016 13:40:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bR0uH-0008IW-2g for emacs-devel@gnu.org; Sat, 23 Jul 2016 13:40:12 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bR0uG-0008IA-Rh for emacs-devel@gnu.org; Sat, 23 Jul 2016 13:40:08 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bR0uB-0007zg-Mn for emacs-devel@gnu.org; Sat, 23 Jul 2016 19:40:03 +0200 Original-Received: from 76-10-141-164.dsl.teksavvy.com ([76.10.141.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2016 19:40:03 +0200 Original-Received: from monnier by 76-10-141-164.dsl.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2016 19:40:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 76-10-141-164.dsl.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:1wbqYHjlJdXvBC2ycu8mGV4Ro1k= 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.21 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" Xref: news.gmane.org gmane.emacs.devel:206073 Archived-At: > I did this at the package level (rather than the deeper features level) > just because it seemed cleaner. Using features, you get all the > individual files of multi-file packages, which seems messy (and prone to > missing the maintainer). We'd also be offering all the built-in Emacs > libraries, for which there's no sensible "maintainer", and could end up > cc'ing people who wrote libraries decades ago. Hmm... how 'bout (if (bound-and-true-p package--initialized) (seq-intersection (mapcar #'car package-alist) features) features) then? Stefan