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

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

bug#38457: 27.0.50; dabbrev-expand regression due to message change


From: Eli Zaretskii
Subject: bug#38457: 27.0.50; dabbrev-expand regression due to message change
Date: Wed, 11 Dec 2019 18:19:37 +0200

> From: Juri Linkov <juri@linkov.net>
> Cc: monnier@iro.umontreal.ca,  38457@debbugs.gnu.org
> Date: Wed, 11 Dec 2019 01:45:30 +0200
> 
> > Btw, the current code on master also removes the overlays where
> > icomplete shows the completion candidates.  You can try it:
> >
> >   . Evaluate:
> >
> >     (defun my-message ()
> >       (interactive)
> >       (message "my most important message"))
> >     (global-set-key [f5] 'my-message)
> >
> >   . M-x icomplete-mode RET
> >   . C-x C-f
> >   . F5
> >
> > After "C-x C-f" the list of candidates will be displayed in the
> > minibuffer; pressing F5 removes the list and shows the message
> > instead.
> 
> That's not fair.  I fixed this already a week ago.
> But you didn't allow me to install the fix.

Sorry, I don't think I follow: what did you want to fix in this
scenario?

I'm guessing this is about the timer you proposed that would remove
the text shown by minibuffer-message.  If so, my point above was not
about the time it takes to remove that text with the current master,
my point was that while the message is displayed, the icomplete-mode
candidates are not displayed.  (FWIW, I don't consider this a bug we
should fix, and neither does Stefan, AFAIU.)

Am I missing something?





reply via email to

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