Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
履歴リストを含めても、まったく違いはありません。色はまだ元の順序で表示されます。
(setq foo '("blue" "green" "red")) (ido-completing-read "Pick: " '("red" "green" "blue") nil t nil 'foo)
では、履歴リストの機能は何ですか? smex のように、履歴に基づいて要素の順序を変更する別の方法はありますか?
履歴リストは、ミニバッファ内で上下に押すときに使用されます。要素の順序は変更されません。