all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Bob Halley <halley@play-bow.org>
Cc: 42492-done@debbugs.gnu.org
Subject: bug#42492: Documentation error in summary at top of section 17.1, emacs.info (emacs-27 branch)
Date: Fri, 24 Jul 2020 17:49:21 +0300	[thread overview]
Message-ID: <83imeddl3i.fsf@gnu.org> (raw)
In-Reply-To: <11829A9D-B2F6-441F-A011-42687E3BDE87@play-bow.org> (message from Bob Halley on Thu, 23 Jul 2020 09:31:24 -0700)

> From: Bob Halley <halley@play-bow.org>
> Date: Thu, 23 Jul 2020 09:31:24 -0700
> 
> 
> ‘<F4>’
> ‘C-x e’
>      If a keyboard macro is being defined, end the definition;
>      otherwise, execute the most recent keyboard macro
>      (‘kmacro-end-or-call-macro’).
> 
> This suggests that <F4> and C-x e are both bound to kmacro-end-or-call-macro.  <F4> is, but C-x e is not; it is bound to kmacro-end-and-call-macro by the autoloads in kmacro.el (note "and" vs "or"):
> 
> ;;; Provide some binding for startup:
> ;;;###autoload (global-set-key "\C-x(" 'kmacro-start-macro)
> ;;;###autoload (global-set-key "\C-x)" 'kmacro-end-macro)
> ;;;###autoload (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
> ;;;###autoload (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
> ;;;###autoload (global-set-key [f4] 'kmacro-end-or-call-macro)
> 
> The text further down in this section describes the bindings correctly:

Thanks, I fixed the summary table.





      reply	other threads:[~2020-07-24 14:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23 16:31 bug#42492: Documentation error in summary at top of section 17.1, emacs.info (emacs-27 branch) Bob Halley
2020-07-24 14:49 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83imeddl3i.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=42492-done@debbugs.gnu.org \
    --cc=halley@play-bow.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.