From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: featurep Date: 19 Mar 2002 19:24:58 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200203190844.g2J8iOq09224@wijiji.santafe.edu> <5xg02wd6cm.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016566957 29061 127.0.0.1 (19 Mar 2002 19:42:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2002 19:42:37 +0000 (UTC) Cc: rms@gnu.org, 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 16nPVF-0007Yd-00 for ; Tue, 19 Mar 2002 20:42:37 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16nPaf-0000ka-00 for ; Tue, 19 Mar 2002 20:48:13 +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 16nPV4-0005BM-00; Tue, 19 Mar 2002 14:42:26 -0500 Original-Received: from carbon.btinternet.com ([194.73.73.92]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nPSI-0004x3-00; Tue, 19 Mar 2002 14:39:34 -0500 Original-Received: from host62-7-54-3.in-addr.btopenworld.com ([62.7.54.3] helo=nyaumo.btinternet.com) by carbon.btinternet.com with esmtp (Exim 3.22 #8) id 16nPS7-0002mp-00; Tue, 19 Mar 2002 19:39:24 +0000 Original-Received: from nyaumo.btinternet.com (localhost [127.0.0.1]) by nyaumo.btinternet.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id TAA00425; Tue, 19 Mar 2002 19:24:58 GMT Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <5xg02wd6cm.fsf@kfs2.cua.dk> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:2045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2045 storm@cua.dk (Kim F. Storm) writes: > However, for a usage point of view, I don't really see why it > matters, and IMHO, using featurep will be _less_ intuitive. > For example, I think using > > (if (and (make-network-process :feature :family 'local) > (make-network-process :feature :datagram t)) Having make-network-process doing something other than making a network process is not a more intuitive solution than featurep. -- Jason Rumney _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel