[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17809: 24.4.50; Completions display
From: |
martin rudalics |
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
- bug#17831: 24.4.50; bad default value for `Man-width', (continued)
- bug#17831: 24.4.50; bad default value for `Man-width', Juri Linkov, 2014/06/24
- bug#17831: 24.4.50; bad default value for `Man-width', martin rudalics, 2014/06/25
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/06/24
- bug#17809: 24.4.50; Completions display, martin rudalics, 2014/06/25
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/06/26
- bug#17809: 24.4.50; Completions display, Stefan Monnier, 2014/06/26
- bug#17809: 24.4.50; Completions display, martin rudalics, 2014/06/27
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/06/27
- bug#17809: 24.4.50; Completions display, martin rudalics, 2014/06/28
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/06/29
- bug#17809: 24.4.50; Completions display,
martin rudalics <=
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/06/27
- bug#17809: 24.4.50; Completions display, martin rudalics, 2014/06/28