与_和 - ,隐藏可能的结果
当我使用IDO-Completing-Read
时,
(ido-completing-read "Which tag: " '("DALL-E" "monoidallens") nil t)
它会在我键入“ dall
”时找到两个标签,但是一旦我输入“ dalle
” “它不再找到” dall-e
“
Which tag: dall{DALL-E | monoidallens}
Which tag: dalle[monoidallens]
如果我向“ monoidal_lens
”添加下划线,则标记
(ido-completing-read "Which tag: " '("DALL-E" "monoidal_lens") nil t)
输入” dall
dall “仅匹配” dall--- e
“和输入” dalle
“都匹配。
Which tag: dall[DALL-E]
Which tag: dalle{DALL-E | monoidal_lens}
为什么会发生这种情况?有没有办法显示所有可能的建议,添加更多字符不应使建议消失。
When using ido-completing-read
(ido-completing-read "Which tag: " '("DALL-E" "monoidallens") nil t)
it finds both tags when I type "dall
" but once I enter "dalle
" it no longer finds "DALL-E
"
Which tag: dall{DALL-E | monoidallens}
Which tag: dalle[monoidallens]
Whereas if I add an underscore to the "monoidal_lens
" tag
(ido-completing-read "Which tag: " '("DALL-E" "monoidal_lens") nil t)
the input "dall
" only matches "DALL-E
" and while the input "dalle
" matches both.
Which tag: dall[DALL-E]
Which tag: dalle{DALL-E | monoidal_lens}
Why does this happen? Is there a way to show all possible suggestions, adding more characters should not make suggestions go away.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论