all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#36689: 27.0.50; calc can't show grouped hex numbers
@ 2019-07-16 13:07 Li Feng
  2019-07-16 15:43 ` Mattias Engdegård
  0 siblings, 1 reply; 2+ messages in thread
From: Li Feng @ 2019-07-16 13:07 UTC (permalink / raw)
  To: 36689

[-- Attachment #1: Type: text/plain, Size: 3473 bytes --]

0. Start clean Emacs with "emacs -q"
1. Enter some numbers into calc
2. Switch to hex display with "d r 16"
3. Turn on grouping with "d g"
4. Observe error message "calc-do: Symbol’s function definition is void:
math-format-hex"


In GNU Emacs 27.0.50 (build 4, x86_64-w64-mingw32)
 of 2019-07-16 built on SATURN
Repository revision: 288e83ae00fcf6da8064ecb5a8ffaec202c5e9ec
Repository branch: master
Windowing system distributor 'Microsoft Corp.', version 10.0.18362
System Description: Microsoft Windows 10 Pro (v10.0.1903.18362.239)

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Welcome to the GNU Emacs Calculator!  Press ‘?’ or ‘h’ for help, ‘q’ to quit
Number radix is 16
calc-do: Symbol’s function definition is void: math-format-hex
Configured using:
 'configure --with-modules --without-imagemagick 'CFLAGS=-O3 -g0
 -march=native'
 PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS NOTIFY W32NOTIFY ACL GNUTLS
LIBXML2 HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER
LCMS2 GMP

Important settings:
  value of $LANG: ENA
  locale-coding-system: cp1252

Major mode: Calculator

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec subr-x rfc822 mml mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs text-property-search time-date
seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils calc-mode
calc-misc calc-bin calc-alg calc-ext cl-loaddefs cl-lib calc-menu
easymenu calc calc-loaddefs calc-macs elec-pair tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp
disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd
fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame cl-generic 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 charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads w32notify
dbusbind w32 lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 74976 9681)
 (symbols 48 8817 1)
 (strings 32 22581 2064)
 (string-bytes 1 642324)
 (vectors 16 10894)
 (vector-slots 8 140243 13462)
 (floats 8 29 259)
 (intervals 56 301 0)
 (buffers 992 14))

[-- Attachment #2: Type: text/html, Size: 3799 bytes --]

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

* bug#36689: 27.0.50; calc can't show grouped hex numbers
  2019-07-16 13:07 bug#36689: 27.0.50; calc can't show grouped hex numbers Li Feng
@ 2019-07-16 15:43 ` Mattias Engdegård
  0 siblings, 0 replies; 2+ messages in thread
From: Mattias Engdegård @ 2019-07-16 15:43 UTC (permalink / raw)
  To: Li Feng; +Cc: 36689-done

Thank you, now fixed in master. Neither hex nor octal worked; the functions were simply missing.
Binary worked, but it used funny 0-padding; probably a result of the recent bignum change in 1bc1672f77.






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

end of thread, other threads:[~2019-07-16 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-16 13:07 bug#36689: 27.0.50; calc can't show grouped hex numbers Li Feng
2019-07-16 15:43 ` Mattias Engdegård

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.