emacs-devel
[Top][All Lists]
Advanced

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

Re: Updating *Completions* as you type


From: Juri Linkov
Subject: Re: Updating *Completions* as you type
Date: Thu, 19 Oct 2023 09:55:14 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

> How about this?

Looks good.

> +             (read-buffer-sort minibuffer
> +                               (choice (const :tag "completions-sort 
> controls sorting" nil)
> +                                       (const :tag "sort matching 
> buffer-list" buffer-list))
> +                               "30.1")

Shouldn't 'read-buffer-sort' support other choices from 'completions-sort'?
Your new choice 'historical' would sort buffers by the order of 'M-p'
the same way as 'buffer-list' will sort buffers by the order of 'M-n'.
Also 'alphabetical' would be useful for 'C-x b' when 'completions-sort'
was customized to something else.



reply via email to

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