emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: featurep


From: Stefan Monnier
Subject: Re: featurep
Date: Thu, 21 Mar 2002 11:44:03 -0500

>     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).

I still haven't heard any evidence that

        (condition-case nil
            (make-network-process foo bar baz)
          (unsupported-networking-feature
            ...do..something..else...))

is not enough and that a separate `featurep' support is required.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]