all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#74713: 30.0.92; keyboard macros with input method abort with <with-input-method>
@ 2024-12-06 15:58 Roland Winkler
  2024-12-07 14:10 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Winkler @ 2024-12-06 15:58 UTC (permalink / raw)
  To: 74713


With 'emacs -Q' open a text file.
Select an input method.  (I tested german and TeX.)
Define the following keybord macro (search for a character in your file)

  C-x ( C-s 1 RET C-x )

Call the keyboard macro C-x e
This gives the message

  kmacro-call-macro: Keyboard macro terminated by a command ringing the bell

Inspection of the macro via M-x edit-last-kbd-macro shows 
that it contains a (spurious?) line

  <with-input-method>

If this line is removed, the macro runs as expected.


In GNU Emacs 30.0.92 (build 2, x86_64-pc-linux-gnu, GTK+ Version
 3.24.38, cairo version 1.16.0) of 2024-11-01 built on regnitz
Windowing system distributor 'The X.Org Foundation', version 11.0.12101007
System Description: Debian GNU/Linux 12 (bookworm)






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#74713: 30.0.92; keyboard macros with input method abort with <with-input-method>
  2024-12-06 15:58 bug#74713: 30.0.92; keyboard macros with input method abort with <with-input-method> Roland Winkler
@ 2024-12-07 14:10 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-12-07 14:10 UTC (permalink / raw)
  To: Roland Winkler; +Cc: 74713

> From: Roland Winkler <winkler@gnu.org>
> Date: Fri, 06 Dec 2024 09:58:14 -0600
> 
> 
> With 'emacs -Q' open a text file.
> Select an input method.  (I tested german and TeX.)
> Define the following keybord macro (search for a character in your file)
> 
>   C-x ( C-s 1 RET C-x )
> 
> Call the keyboard macro C-x e
> This gives the message
> 
>   kmacro-call-macro: Keyboard macro terminated by a command ringing the bell
> 
> Inspection of the macro via M-x edit-last-kbd-macro shows 
> that it contains a (spurious?) line
> 
>   <with-input-method>
> 
> If this line is removed, the macro runs as expected.

This regression appeared in Emacs 25.1.  The with-input-method thingie
comes from isearch-x.el, which see.

Maybe bisection between Emacs 24.5 and Emacs 25.1 will help find the
culprit, because I don't have a good idea where to look for it.

Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-07 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 15:58 bug#74713: 30.0.92; keyboard macros with input method abort with <with-input-method> Roland Winkler
2024-12-07 14:10 ` Eli Zaretskii

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.