bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36595: 27.0.50; read-file-name fails with a long prompt or directory


From: Kazuhiro Ito
Subject: bug#36595: 27.0.50; read-file-name fails with a long prompt or directory
Date: Thu, 11 Jul 2019 18:57:30 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

1. start emacs -Q
2. eval below code.
(progn
  (setq resize-mini-windows nil)
  (read-file-name
   (make-string (frame-width) ?Z)))
3. Hit TAB twice.

Minibuffer shows message such as "[Args out og range: 82, 82]" and
completion list never appears.

-- 
Kazuhiro Ito





reply via email to

[Prev in Thread] Current Thread [Next in Thread]