Yasnippet中的ido保存新片段

时间:2012-11-14 22:57:51

标签: emacs yasnippet ido

我想保存一个新代码段。 Emacs24要求我输入文件名,但ido在迷你缓冲区中不起作用。这是一个已知错误,还是我配置中的错误。

如何重现:

$ emacs /tmp/test.tex

菜单:YSSnippet / New Snippet

我创建了一个小代码段

# -*- mode: snippet -*-
# name: int
# key: int
# --
\int_{$1}^{$2} $3 \diff\,$4

现在我要保存并按C-x C-s 迷你说道 File to save in: /tmp/ 我希望这个迷你缓冲区中ido的功能看起来像

Write file: /tmp/{test.tex| foo.tex | bar.tex | ...}

但它不起作用。我的配置在github

上联机

1 个答案:

答案 0 :(得分:0)

也许您想要自定义ido-everywhere