GNU bug report logs - #17809
24.4.50; Completions display

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> jurta.org>

Date: Thu, 19 Jun 2014 07:12:03 UTC

Severity: wishlist

Tags: patch

Merged with 12618

Found in version 24.2.50

Fixed in version 24.4.50

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Juri Linkov <juri <at> jurta.org>
Cc: 17809 <at> debbugs.gnu.org
Subject: bug#17809: 24.4.50; Completions display
Date: Fri, 27 Jun 2014 08:43:30 +0200
> You mean calling `fit-window-to-buffer' in `temp-buffer-show-hook' explicitly
> instead of using an action alist `(window-height . fit-window-to-buffer)'?

Yes.

> But the problem will still remain, and to solve it we need to fill the buffer
> after displaying that would be possible only after changing the order of calls
> in `with-output-to-temp-buffer' from
>
>         (prog1 (progn ,@body)
>           (internal-temp-output-buffer-show ,buf))
>
> to
>
>         (progn
>           (internal-temp-output-buffer-show ,buf)
>           (progn ,@body)
>

I miss you here.  My order would be:

(1) Get the buffer ready in BODY.

(2) Display it in `internal-temp-output-buffer-show'.

(3) Fill it in `temp-buffer-show-hook'.

martin




This bug report was last modified 10 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.