From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Pierre L. Nageoire" Newsgroups: gmane.emacs.help Subject: cl-defmethod specializer widget ? Date: Wed, 26 Jan 2022 15:09:15 +0100 Message-ID: <86v8y6d1x0.fsf@pollock-nageoire.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5731"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 26 16:09:54 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCjvl-0001NR-RH for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Jan 2022 16:09:53 +0100 Original-Received: from localhost ([::1]:41736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nCjvk-0008M2-UV for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Jan 2022 10:09:52 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCjo1-00029R-Nb for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 10:01:55 -0500 Original-Received: from smtp05.smtpout.orange.fr ([80.12.242.127]:54532 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nCjnz-0006GB-Mz for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 10:01:53 -0500 Original-Received: from jabberwocky ([86.247.162.82]) by smtp.orange.fr with ESMTP id CjnpnXXVpPEU7Cjnpng2Aj; Wed, 26 Jan 2022 16:01:42 +0100 X-ME-Helo: jabberwocky X-ME-Date: Wed, 26 Jan 2022 16:01:42 +0100 X-ME-IP: 86.247.162.82 Received-SPF: none client-ip=80.12.242.127; envelope-from=devel@pollock-nageoire.net; helo=smtp.smtpout.orange.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135536 Archived-At: Hi, I wonder why it is not possible to use widget as specializer in cl-defmethod. Indeed it is not declared in the suitable list but could it be added without trouble ; since a widgetp function exists. But maybe it is not enough. Similarly function is not accepted but it could be comfortable . Regards