From unknown Sat Aug 09 15:54:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56052 <56052@debbugs.gnu.org> To: bug#56052 <56052@debbugs.gnu.org> Subject: Status: 29.0.50; checkdoc-interactive not correctly detecting interactive function Reply-To: bug#56052 <56052@debbugs.gnu.org> Date: Sat, 09 Aug 2025 22:54:40 +0000 retitle 56052 29.0.50; checkdoc-interactive not correctly detecting interac= tive function reassign 56052 emacs submitter 56052 Jean Louis severity 56052 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 18 06:29:34 2022 Received: (at submit) by debbugs.gnu.org; 18 Jun 2022 10:29:34 +0000 Received: from localhost ([127.0.0.1]:47582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2Vht-0006D0-Ly for submit@debbugs.gnu.org; Sat, 18 Jun 2022 06:29:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:36028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2Vhr-0006Cs-76 for submit@debbugs.gnu.org; Sat, 18 Jun 2022 06:29:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2Vhi-0005aH-0t for bug-gnu-emacs@gnu.org; Sat, 18 Jun 2022 06:29:26 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:51189) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2Vhf-0004K7-AW for bug-gnu-emacs@gnu.org; Sat, 18 Jun 2022 06:29:21 -0400 Received: from localhost ([::ffff:154.230.52.64]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000087C4F.0000000062ADA8DC.00007D3C; Sat, 18 Jun 2022 03:28:44 -0700 From: Jean Louis To: bug-gnu-emacs@gnu.org Subject: 29.0.50; checkdoc-interactive not correctly detecting interactive function Date: Sat, 18 Jun 2022 13:28:17 +0300 Message-ID: <86y1xutge6.fsf@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=217.170.207.13; envelope-from=admin@protected.rcdrun.com; helo=stw1.rcdrun.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) When I run M-x checkdoc-interactive, then on this non-interactive function below it gives me notification: "All interactive functions should have documentation" -- however the "(interactive)" line is not related to the function, but rather to the macro inside of it. (defun hyperscope-generate-the-add-function-by-hyperdocument-type (type-name id function-name) (eval `(defun ,(intern (symbol-name function-name)) () ,(format "Add new `%s' hyperdocument to Hyperscope." type-name) (interactive) (let* ((parent (hyperscope-select-set)) (prompt ,(format "New `%s' hyperdocument name: " type-name)) (name (rcd-ask prompt))) (hyperscope-add-generic name "" ,id nil parent nil))))) In GNU Emacs 29.0.50 (build 10, x86_64-pc-linux-gnu, X toolkit, cairo version 1.17.6, Xaw3d scroll bars) of 2022-06-18 built on protected.rcdrun.com Repository revision: 99577312f569e22f05a4d0960cc881ff46d4dc3a Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101003 System Description: Parabola GNU/Linux-libre Configured using: 'configure --with-x-toolkit=lucid' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: @im=exwm-xim locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media rmc puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date seq gv subr-x byte-opt bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty make-network-process emacs) Memory information: ((conses 16 47068 9899) (symbols 48 6255 3) (strings 32 17745 1506) (string-bytes 1 558807) (vectors 16 12163) (vector-slots 8 172412 14482) (floats 8 22 38) (intervals 56 246 0) (buffers 992 11)) -- Thanks, Jean Louis Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 08:17:38 2022 Received: (at 56052) by debbugs.gnu.org; 19 Jun 2022 12:17:38 +0000 Received: from localhost ([127.0.0.1]:50781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2ts1-0005n4-N6 for submit@debbugs.gnu.org; Sun, 19 Jun 2022 08:17:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2trr-0005mX-6E for 56052@debbugs.gnu.org; Sun, 19 Jun 2022 08:17:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=xPKpEV0TUdJuwrJ/E2qs20MtzDvL3jOayq1V4qlglxc=; b=IjPBCFacGx6htHWmLGb1VbOd27 VfuQvrllHFdaUEYtYVrDMzRbmSz2/IrYh6VhB4y6qKQ90ccvdbH41zz7LsGQnk8PjdmheUH24YW/+ Pcq/VCwF1sM1DmjkFRSHpFWpQ+9n97On4SHopOqhpix9dpk143LrPd94IqIrXvt3HwpI=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o2trh-0005aL-BK; Sun, 19 Jun 2022 14:17:20 +0200 From: Lars Ingebrigtsen To: Jean Louis Subject: Re: bug#56052: 29.0.50; checkdoc-interactive not correctly detecting interactive function References: <86y1xutge6.fsf@protected.rcdrun.com> Date: Sun, 19 Jun 2022 14:17:16 +0200 In-Reply-To: <86y1xutge6.fsf@protected.rcdrun.com> (Jean Louis's message of "Sat, 18 Jun 2022 13:28:17 +0300") Message-ID: <877d5cyhir.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Jean Louis writes: > When I run M-x checkdoc-interactive, then on this non-interactive > function below it gives me notification: "All interactive functions > should have documentation" -- however the "(interactive)" li [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56052 Cc: 56052@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Jean Louis writes: > When I run M-x checkdoc-interactive, then on this non-interactive > function below it gives me notification: "All interactive functions > should have documentation" -- however the "(interactive)" line is not > related to the function, but rather to the macro inside of it. I've now fixed this in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 08:17:31 2022 Received: (at control) by debbugs.gnu.org; 19 Jun 2022 12:17:31 +0000 Received: from localhost ([127.0.0.1]:50779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2trv-0005mm-Hv for submit@debbugs.gnu.org; Sun, 19 Jun 2022 08:17:31 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2tru-0005mb-M5 for control@debbugs.gnu.org; Sun, 19 Jun 2022 08:17:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=d8bhH262rmPiBOojz3ZwSSagXO0w2Q9NiDCQaGFfM6s=; b=K/OKzWCP3dAjo4YJOc2D0LeXGQ vVS499LVbHxEbcBHyfuzHHtQQi5m4WFTu7kM5HJ4rc3ib3voZf0C3oOa+Dp/6DkthX4Mh6RhXaBN5 fT4X29496eCydTBn3TxyOvu1KXjR5Z+cDPPH8qYv5QuaBp2reNqi2hvGnkvHbbyZFxXU=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o2trm-0005aV-N4 for control@debbugs.gnu.org; Sun, 19 Jun 2022 14:17:24 +0200 Date: Sun, 19 Jun 2022 14:17:22 +0200 Message-Id: <875ykwyhil.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56052 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56052 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56052 29.1 quit From unknown Sat Aug 09 15:54:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 18 Jul 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator