[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making it easier to get rid of *Completions*
From: |
Stefan Monnier |
Subject: |
Re: Making it easier to get rid of *Completions* |
Date: |
Sun, 30 Mar 2014 14:25:50 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> The following patch makes C-g in the regular command loop exit
> completion-in-region-mode, getting rid of the *Completions* buffer.
I think I like the idea, but comparing this-command against
keyboard-quit doesn't appeal to me. I'd rather change keyboard-quit to
explicitly disable completion-in-region-mode.
Stefan