【发布时间】:2010-08-24 21:12:50
【问题描述】:
我使用 Alt-! (Alt-Bang)在 Emacs 中很多。我用它做的一件大事是
Alt-! cat $logfile | grep 'this' # show me one kind of event
有时
Alt-! cat $logfile | grep 'this' | wc -l # count that one event's occurrences
两件事:
1) 此提示没有制表符补全:为什么不呢?
2) 如果我想扫描一个 Emacs 缓冲区而不是 $logfile,该怎么办?
【问题讨论】:
-
您使用的是哪个版本的 Emacs?我有来自
shell-command提示的制表符完成。 (标签绑定到minibuffer-complete-shell-command)