all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67320: set-fill-column nonsense in minibuffer
@ 2023-11-21  8:06 Dan Jacobson
  2023-11-21 11:53 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2023-11-21  8:06 UTC (permalink / raw)
  To: 67320

$ emacs -Q #29.1
in the *scratch* buffer, do
(set-fill-column 98)^U^X^E
You will see in the minibuffer this nonsense:
99 (#o143, #x63, ?c)
But the nonsense only happens the first time you do it.





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

* bug#67320: set-fill-column nonsense in minibuffer
  2023-11-21  8:06 bug#67320: set-fill-column nonsense in minibuffer Dan Jacobson
@ 2023-11-21 11:53 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-11-21 11:53 UTC (permalink / raw)
  To: Dan Jacobson; +Cc: 67320

tags 67320 notabug
thanks

> Date: Tue, 21 Nov 2023 16:06:40 +0800
> From: Dan Jacobson <jidanni@jidanni.org>
> 
> $ emacs -Q #29.1
> in the *scratch* buffer, do
> (set-fill-column 98)^U^X^E
> You will see in the minibuffer this nonsense:
> 99 (#o143, #x63, ?c)
> But the nonsense only happens the first time you do it.

It's not "nonsense", it's the usual feature of eval-expression,
whereby it shows integer evaluation results in several formats.  See
the doc string of "C-x C-e" for how to control this display.

This is not a bug.





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

end of thread, other threads:[~2023-11-21 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  8:06 bug#67320: set-fill-column nonsense in minibuffer Dan Jacobson
2023-11-21 11:53 ` 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.