unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36595: 27.0.50; read-file-name fails with a long prompt or directory
@ 2019-07-11  9:57 Kazuhiro Ito
  2019-07-11 13:04 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Kazuhiro Ito @ 2019-07-11  9:57 UTC (permalink / raw)
  To: 36595

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





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

* bug#36595: 27.0.50; read-file-name fails with a long prompt or directory
  2019-07-11  9:57 bug#36595: 27.0.50; read-file-name fails with a long prompt or directory Kazuhiro Ito
@ 2019-07-11 13:04 ` Eli Zaretskii
  2019-07-11 15:34   ` Kazuhiro Ito
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2019-07-11 13:04 UTC (permalink / raw)
  To: Kazuhiro Ito; +Cc: 36595

> Date: Thu, 11 Jul 2019 18:57:30 +0900
> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
> 
> 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.

Thanks, should be fixed now.





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

* bug#36595: 27.0.50; read-file-name fails with a long prompt or directory
  2019-07-11 13:04 ` Eli Zaretskii
@ 2019-07-11 15:34   ` Kazuhiro Ito
  0 siblings, 0 replies; 3+ messages in thread
From: Kazuhiro Ito @ 2019-07-11 15:34 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 36595-done

> > 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.
> 
> Thanks, should be fixed now.

I confirmed the problem was fixed.
Thak you.

-- 
Kazuhiro Ito





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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  9:57 bug#36595: 27.0.50; read-file-name fails with a long prompt or directory Kazuhiro Ito
2019-07-11 13:04 ` Eli Zaretskii
2019-07-11 15:34   ` Kazuhiro Ito

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).