unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53896: 28.0.91; Icomplete Vertical Mode fails to preview "C-x 8 RET 8072"
@ 2022-02-09 10:38 Van Ly
  2022-02-09 14:36 ` Eli Zaretskii
  2022-02-22  1:38 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 33+ messages in thread
From: Van Ly @ 2022-02-09 10:38 UTC (permalink / raw)
  To: 53896

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


The vertical listing in the minibuffer in response to "insert-char" fails to preview the match for "C-x 8 RET 8072".

observed behavior
* start by "emacs -Q"
* M-x customize RET
* search "icomplete vertical"
* toggle "on" Icomplete Vertical Mode 
* switch to "*scratch*" buffer
; --------------------------------
; minibuffer fails to preview 8072
; --------------------------------
* C-x 8 RET
* continue typing "80" ;; shows LINEAR A SIGN A580, A800, A801, A802, A803, A804, A805
* continue typing "807" ;; shows LINEAR A SIGN A807
* continue typing "8072" ;; shows "8072 [No matches]"

expected behavior
* start by "emacs -Q"
* M-x customize RET
* search "icomplete vertical"
* toggle "on" Icomplete Vertical Mode
* switch to "*scratch*" buffer
; ----------------------------------
; minibuffer previews match for 8072
; ----------------------------------
* C-x 8 RET
* continue typing "80" ;; shows LINEAR A SIGN A580, A800, A801, A802, A803, A804, A805
* continue typing "807" ;; shows LINEAR A SIGN A807
* continue typing "8072" ;; shows "聲 CJK IDEOGRAPH-8072"

-- 
vl

[-- Attachment #2: 28.0.91 bug report --]
[-- Type: text/plain, Size: 3345 bytes --]

In GNU Emacs 28.0.91 (build 2, aarch64-unknown-linux-gnu, X toolkit, cairo versi
on 1.16.0)
 of 2022-01-15 built on charlie
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux 11 (bullseye)

Configured using:
 'configure --prefix=/usr/X/Projects/emacs-2022-01-15
 --with-x-toolkit=lucid --without-xft --without-pop --without-mailutils
 --without-xaw3d --without-toolkit-scroll-bars --without-selinux
 --with-native-compilation --build=aarch64-linux-gnu'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF X11 XDBE XIM XPM
LUCID ZLIB

Important settings:
  value of $LC_ALL: en_AU.UTF-8
  value of $LANG: en_AU.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  icomplete-vertical-mode: t
  icomplete-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-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
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail
rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json map text-property-search time-date
subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils icomplete apropos seq byte-opt gv bytecomp
byte-compile cconv cus-edit pp cus-start cus-load wid-edit cl-loaddefs
cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer 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 emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button
loaddefs faces cus-face macroexp files window text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
x multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 96514 11659)
 (symbols 48 20955 0)
 (strings 32 82732 2797)
 (string-bytes 1 1994738)
 (vectors 16 21479)
 (vector-slots 8 1222616 104166)
 (floats 8 35 64)
 (intervals 56 414 0)
 (buffers 992 13))


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

end of thread, other threads:[~2022-02-22  1:38 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 10:38 bug#53896: 28.0.91; Icomplete Vertical Mode fails to preview "C-x 8 RET 8072" Van Ly
2022-02-09 14:36 ` Eli Zaretskii
2022-02-10  1:58   ` Van Ly
2022-02-10  4:54     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-11 23:11       ` Van Ly
2022-02-12  0:48         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-12  7:13         ` Eli Zaretskii
2022-02-12  7:14           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-13 13:06             ` Van Ly
2022-02-13 13:14               ` Eli Zaretskii
2022-02-13 13:18                 ` Van Ly
2022-02-13 13:52                   ` Eli Zaretskii
2022-02-13 14:18                     ` Van Ly
2022-02-13 16:36                       ` Eli Zaretskii
2022-02-14 14:55                         ` Van Ly
2022-02-15  1:04                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-15 11:28                             ` Van Ly
2022-02-13 14:34           ` Van Ly
2022-02-13 14:54             ` Andreas Schwab
2022-02-14 14:47               ` Van Ly
2022-02-14 14:57                 ` Andreas Schwab
2022-02-14 15:01                   ` Van Ly
2022-02-14 15:17                     ` Andreas Schwab
2022-02-15 11:13                       ` Van Ly
2022-02-15 11:33                         ` Andreas Schwab
2022-02-15 21:25                           ` Van Ly
2022-02-13 16:38             ` Eli Zaretskii
2022-02-14 14:57               ` Van Ly
2022-02-14 17:02                 ` Eli Zaretskii
2022-02-15 11:21                   ` Van Ly
2022-02-15 11:40                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-15 21:30                       ` Van Ly
2022-02-22  1:38 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).