Searched refs:emacs (Results 1 – 6 of 6) sorted by relevance
412 这没什么,我们都是这样。可能你的使用了很长时间Unix的朋友已经告诉你“GNU emacs”能414 想要的相去甚远(实际上,甚至比随机打的还要差——无数个猴子在GNU emacs里打字永远不417 所以你要么放弃GNU emacs,要么改变它让它使用更合理的设定。要采用后一个方案,你可418 以把下面这段粘贴到你的.emacs文件里。436 到你的.emacs文件里。438 不过就算你尝试让emacs正确的格式化代码失败了,也并不意味着你失去了一切:还可以用“441 不过,GNU indent也有和GNU emacs一样有问题的设定,所以你需要给它一些命令选项。不653 有一些编辑器可以解释嵌入在源文件里的由一些特殊标记标明的配置信息。比如,emacs
229 emacs() function280 elif $1 --version 2>&1 | grep -iq emacs; then281 emacs $1
25 my $emacs = 0;135 'emacs!' => \$emacs,224 $emacs = 1;2077 $prefix = "$filename:$realline: " if ($emacs && $file);2078 $prefix = "$filename:$linenr: " if ($emacs && !$file);
497 user helper that "GNU emacs" automatically formats the C sources for500 typing - an infinite number of monkeys typing into GNU emacs would never503 So, you can either get rid of GNU emacs, or change it to use saner504 values. To do the latter, you can stick the following in your .emacs file:536 This will make emacs go better with the kernel coding style for C539 But even if you fail in getting emacs to do sane formatting, not542 Now, again, GNU indent has the same brain-dead settings that GNU emacs829 indicated with special markers. For example, emacs interprets lines marked
56 $ emacs Makefile
2868 This is useful when gdb is a subprocess of some UI, such as emacs or