all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35486: 26.1; insert-kbd-macro now creates unreadable list code
@ 2019-04-29  9:36 Francesco Potortì
  2019-04-29 21:55 ` npostavs
  0 siblings, 1 reply; 4+ messages in thread
From: Francesco Potortì @ 2019-04-29  9:36 UTC (permalink / raw)
  To: 35486

The insert-kbd-macro function now creates code like this:

(fset 'rmail-remove-me
   (lambda (&optional arg) "Keyboard macro." (interactive "p")
   (kmacro-exec-ring-item (quote ([21 114 80 108 101 101 97 97 115 97
   115 ...

rather than this as before:

(fset 'approve
   "\C-[xundigestify\C-mdd\C-xqde\M-k\M-k\M-k\M-k\C-c\C-crApproved: ...

This makes it impossible to understand at a glance what a given macro
does by browsing the lisp code.  I find this to be a regression.  Can
this be undone, or at least controlled by an option?





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

end of thread, other threads:[~2019-05-12 12:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29  9:36 bug#35486: 26.1; insert-kbd-macro now creates unreadable list code Francesco Potortì
2019-04-29 21:55 ` npostavs
2019-05-05 17:50   ` Noam Postavsky
2019-05-12 12:07     ` Noam Postavsky

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.