From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#33170: 27.0.50; interactive spec with cl-defgeneric/method Date: Sat, 27 Oct 2018 09:54:04 +0300 Message-ID: <83lg6jop6b.fsf@gnu.org> References: <87efccmjun.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1540623192 13595 195.159.176.226 (27 Oct 2018 06:53:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2018 06:53:12 +0000 (UTC) Cc: 33170@debbugs.gnu.org To: Alex Branham Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 08:53:08 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGIT4-0003Pa-Vv for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2018 08:53:07 +0200 Original-Received: from localhost ([::1]:35325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGIV9-0005sD-RY for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2018 02:55:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGIV3-0005pm-EP for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2018 02:55:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGIUw-0005ma-BN for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2018 02:55:09 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:40255) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGIUw-0005mS-6m for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2018 02:55:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGIUv-00021P-Vl for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2018 02:55:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Oct 2018 06:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33170 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 33170-submit@debbugs.gnu.org id=B33170.15406232547713 (code B ref 33170); Sat, 27 Oct 2018 06:55:01 +0000 Original-Received: (at 33170) by debbugs.gnu.org; 27 Oct 2018 06:54:14 +0000 Original-Received: from localhost ([127.0.0.1]:44513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGIU9-00020L-Vw for submit@debbugs.gnu.org; Sat, 27 Oct 2018 02:54:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGIU7-000206-JT for 33170@debbugs.gnu.org; Sat, 27 Oct 2018 02:54:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGITx-0005aP-Co for 33170@debbugs.gnu.org; Sat, 27 Oct 2018 02:54:06 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGITx-0005aL-9F; Sat, 27 Oct 2018 02:54:01 -0400 Original-Received: from [176.228.60.248] (port=4420 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gGITw-0000Po-SD; Sat, 27 Oct 2018 02:54:01 -0400 In-reply-to: <87efccmjun.fsf@gmail.com> (message from Alex Branham on Fri, 26 Oct 2018 17:19:44 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:151657 Archived-At: > From: Alex Branham > Date: Fri, 26 Oct 2018 17:19:44 -0500 > > I'm struggling to understand how to make functions defined with > cl-defgeneric interactive: > > (require 'cl-lib) > > (cl-defgeneric my/test () > (interactive) > (message "generic")) > > If you evaluate that you can do M-x my/test, as expected. However, as > soon as you evaluate this: > > (cl-defgeneric my/test (&context (major-mode emacs-lisp-mode)) > (interactive) > (message "method")) > > M-x my/test no longer works. '&context' is documented only as part of cl-defmethod, so why are you trying to use it with cl-defgeneric?