From unknown Mon Aug 11 19:03:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76887: 30.1.50; Docs on kmacro-ring cycling direction Resent-From: "Basil L. Contovounesios" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 09 Mar 2025 11:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76887 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 76887@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174152098812837 (code B ref -1); Sun, 09 Mar 2025 11:50:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Mar 2025 11:49:48 +0000 Received: from localhost ([127.0.0.1]:58686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trFAB-0003Ky-9U for submit@debbugs.gnu.org; Sun, 09 Mar 2025 07:49:47 -0400 Received: from lists.gnu.org ([2001:470:142::17]:59148) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trFA8-0003Kg-Ag for submit@debbugs.gnu.org; Sun, 09 Mar 2025 07:49:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trFA0-0004Mh-Hq for bug-gnu-emacs@gnu.org; Sun, 09 Mar 2025 07:49:36 -0400 Received: from mta-07-3.privateemail.com ([198.54.118.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trF9x-0000Z0-1N for bug-gnu-emacs@gnu.org; Sun, 09 Mar 2025 07:49:35 -0400 Received: from mta-07.privateemail.com (localhost [127.0.0.1]) by mta-07.privateemail.com (Postfix) with ESMTP id 4Z9dbs6PBxz3hhVR for ; Sun, 9 Mar 2025 07:49:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=contovou.net; s=default; t=1741520969; bh=/MeKvg1RhKumNhiUUAi6stbczO2/SCBdViyXdggjrzY=; h=From:To:Subject:Date:From; b=qLy8PH09b2QajYrf2u73ecoQ6GkXnSjlw20Y/a4J0a0sLOVT/ekUnQa4+QzPob/9b nCavjQYNgKtBWk0xWkrAvora3PaPd6qn+lMPm1bqjL59NBqsOSWSJf3dxreYs3f/a6 tXI74mQkOxkxjFqDRJHQ1N7VrFkp0FthWc2csYHzHNU3ERsNPFuiRgZQuw50EhVVv4 aVJrII6EoqrWeL1F6tOftMbRxtQ5zehp9ZqQ/kKU55UnC4ZDFRME7rc/WpXep9tXzU eRAimYbkC6+SZvaW2ps2Sf/Xz9Z159M3mJNKcIJidRcXIbaZMKfgNu/i431kwq0fIO YCiUK+gdHdkWQ== Received: from localhost (unknown [109.178.156.0]) by mta-07.privateemail.com (Postfix) with ESMTPA for ; Sun, 9 Mar 2025 07:49:29 -0400 (EDT) From: "Basil L. Contovounesios" Date: Sun, 09 Mar 2025 12:49:22 +0100 Message-ID: <87ldtes9tp.fsf@contovou.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.118.214; envelope-from=basil@contovou.net; helo=MTA-07-3.privateemail.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Severity: minor Tags: patch Currently (info "(emacs) Keyboard Macro Ring") says: =E2=80=98C-x C-k C-n=E2=80=99 Rotate the keyboard macro ring to the next macro (defined earlier) (=E2=80=98kmacro-cycle-ring-next=E2=80=99). =E2=80=98C-x C-k C-p=E2=80=99 Rotate the keyboard macro ring to the previous macro (defined later) (=E2=80=98kmacro-cycle-ring-previous=E2=80=99). But AFAICT kmacro-cycle-ring-previous moves backward and kmacro-cycle-ring-next moves forward in time. Am I misunderstanding something? If not, is the following okay for emacs-30? --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=kmacro.diff diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi index 62f275de259..b04ff8b37f6 100644 --- a/doc/emacs/kmacro.texi +++ b/doc/emacs/kmacro.texi @@ -199,10 +199,10 @@ Keyboard Macro Ring @item C-x C-k C-k Execute the keyboard macro at the head of the ring (@code{kmacro-end-or-call-macro-repeat}). @item C-x C-k C-n -Rotate the keyboard macro ring to the next macro (defined earlier) +Rotate the keyboard macro ring to the next macro (defined later) (@code{kmacro-cycle-ring-next}). @item C-x C-k C-p -Rotate the keyboard macro ring to the previous macro (defined later) +Rotate the keyboard macro ring to the previous macro (defined earlier) (@code{kmacro-cycle-ring-previous}). @end table --=-=-= Content-Type: text/plain Thanks, -- Basil In GNU Emacs 30.1.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.2, Xaw3d scroll bars) of 2025-03-09 built on tais Repository revision: 35c7837c6616b3a2b845ba06d3ed797bb12fb749 Repository branch: wt/emacs-30-lucid Windowing system distributor 'The X.Org Foundation', version 11.0.12101015 System Description: Debian GNU/Linux trixie/sid Configured using: 'configure 'CFLAGS=-Og -ggdb3' -C --prefix=/home/blc/.local --program-suffix=-30-lucid --without-native-compilation --with-file-notification --with-x-toolkit=lucid --with-x' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $LANG: en_IE.UTF-8 locale-coding-system: utf-8-unix Major mode: Info Minor modes in effect: tooltip-mode: t global-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 isearch-fold-quotes-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t buffer-read-only: 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 puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x 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 mule-util info rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen 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 seq 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 theme-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 move-toolbar make-network-process emacs) Memory information: ((conses 16 194253 10591) (symbols 48 5727 0) (strings 32 25446 2640) (string-bytes 1 636217) (vectors 16 10053) (vector-slots 8 119530 7800) (floats 8 26 1) (intervals 56 46285 20) (buffers 992 12)) --=-=-=--