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?
当我们在 minibuffer 中按上/下时使用历史列表。它不会改变元素的顺序。