[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17809: 24.4.50; Completions display
From: |
Stefan Monnier |
Subject: |
bug#17809: 24.4.50; Completions display |
Date: |
Sun, 06 Jul 2014 21:21:29 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
>>> + (if (functionp ,quit-function)
>>> + (funcall ,quit-function ,window ,value)
>> Same for quit-function, and additionally, we want to make sure we
>> evaluate `quit-function' before `body'.
> `quit-function' is used in `dired-mark-pop-up' to activate the minibuffer,
> so it should be the final thing after displaying the *Marked Files* buffer.
> Maybe `quit-function' is not an appropriate name for such action?
I'm talking about the evaluation of quit-function, not the place
it's called. `quit-function' is an expression that returns a function,
so it's important to know when that expression is run since it may end
up returning a different function if run at a different time.
Stefan
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/07/01
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/07/04
- bug#17809: 24.4.50; Completions display, Stefan Monnier, 2014/07/06
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/07/06
- bug#17809: 24.4.50; Completions display,
Stefan Monnier <=
- bug#17809: 24.4.50; Completions display, Stefan Monnier, 2014/07/06
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/07/07
- bug#17809: 24.4.50; Completions display, Stefan Monnier, 2014/07/07
- bug#17809: 24.4.50; Completions display, Juri Linkov, 2014/07/08