【问题标题】:ido-completing-read - How is the history list supposed to behave?ido-completing-read - 历史列表应该如何表现?
【发布时间】:2013-02-05 17:06:57
【问题描述】:

包含历史列表完全没有区别。颜色仍按原始顺序显示。

(setq foo '("blue" "green" "red"))
(ido-completing-read "Pick: " '("red" "green" "blue") nil t nil 'foo)

那么历史列表的作用是什么?是否有其他方法可以更改订单 基于历史的元素,例如 smex?

【问题讨论】:

    标签: emacs elisp ido


    【解决方案1】:

    当我们在小缓冲区中按上/下时使用历史列表。它不会改变元素的顺序。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2010-10-28
      • 2015-04-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-14
      • 1970-01-01
      相关资源
      最近更新 更多