From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: featurep Date: Thu, 21 Mar 2002 02:04:17 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203210904.g2L94HA10124@wijiji.santafe.edu> References: <200203190844.g2J8iOq09224@wijiji.santafe.edu> <5xg02wd6cm.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016701621 17130 127.0.0.1 (21 Mar 2002 09:07:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 09:07:01 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16nyXE-0004SA-00 for ; Thu, 21 Mar 2002 10:07:00 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16nydO-00062d-00 for ; Thu, 21 Mar 2002 10:13:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nyX7-0005bD-00; Thu, 21 Mar 2002 04:06:53 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nyUc-0005Ix-00; Thu, 21 Mar 2002 04:04:18 -0500 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2L94Ka07523; Thu, 21 Mar 2002 02:04:20 -0700 (MST) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g2L94HA10124; Thu, 21 Mar 2002 02:04:17 -0700 (MST) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: jasonr@gnu.org In-Reply-To: (message from Jason Rumney on 19 Mar 2002 19:24:58 +0000) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2087 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2087 Having make-network-process doing something other than making a network process is not a more intuitive solution than featurep. That is exactly what bothers me about it. Perhaps we can implement use of lists as subfeatures. Then (featurep 'make-network-process '(:family local)) could be used instead of (make-network-process :feature :family 'local). _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel