Emacs 中 .netrc 的自动补全
我在工作和家里都使用 Emacs,都是在 Windows XP 上,都是 EmacsW32。在我的工作计算机上,如果我为某个站点设置 FTP 登录详细信息,例如:
machine ftp.stackoverflow.com login codinghorror password orange
然后,如果我想从 Emacs 进行 FTP 传输,我只需键入
/ftp.s<tab>
,它就会从我的 .netrc 中知道它可以自动完成
/ftp.stackoverflow.com:
我想要的内容。在我的家用计算机上,自动完成功能不起作用,尽管我在服务器上后它就可以工作,所以如果我输入:
/ftp.stackoverflow.com:public_h<tab>
它将自动完成 html
。有谁知道为什么会这样?
I use Emacs at work and at home, both on Windows XP, both EmacsW32. On my work computer, if I setup FTP login details for a site, for example:
machine ftp.stackoverflow.com login codinghorror password orange
then if I want to ftp there from Emacs, I just type
/ftp.s<tab>
and it knows from my .netrc that it can autocomplete to
/ftp.stackoverflow.com:
which is exactly what I want. On my home computer, the autocomplete just doesn't work, although it does once I'm on the server, so if I type:
/ftp.stackoverflow.com:public_h<tab>
it will autocomplete the html
. Does anyone have any ideas as to why this might be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论