查看帮助 ? 简单帮助 h 模式帮助 移动光标 n, p, SPC 上、下移动光标 [p] C-n, C-p 上、下移动光标 [p] M-{, M-} 已标记的文件之间移动 [p] C-M-p, C-M-n 缓冲中的子目录间移动 [p] 缓冲中的目录行间移动 [p] C-M-u 缓冲中的目录树上移动 [p] M-g 光标移动到某个文件上 M-G 光标移动到某个缓冲中的子目录上,(用 i 插入的) 标记文件 m 标记文件,下移一行 [p] u 去掉标记,下移一行 [p] U 去掉缓冲中所有的标记 M-Ba...
by istvh - Linux文档专区 - 2009-09-01 14:00:08 阅读(1102) 回复(0)
By [color="#0000ff"]Nick Roberts on Mon, 2004-11-08 02:00. [color="#0000ff"]Software A graphical user interface is an essential part of any modern debugger. This mode provides one, without losing the power of emacs. The GNU symbolic debugger, GDB, is a powerful development tool, but one drawback is it works only from the command line. GDB has some clever features that make it easy to use on ...
使用emacs shell mode执行ls命令 目录和文件都是同样颜色的 怎样设置才能和bash中一样通过不同的颜色来区分目录和文件呢? Thanks in advance
flymake 主页 的介绍: Title: Flymake -- an on-the-fly syntax checker for emacs Environment: GNU emacs, GNU make Description: Performs on-the-fly syntax checks on the files being edited using the external syntax check tool (usually the compiler). Highlights erroneous lines and displays associated error messages. 由上可知f...
每次在进入emacs下面,使用shell-mode来进行命令行操作,乱码显示总让人头疼不已,不过,现在终于找到方法解决了。1).方法一,改配置文件.emacs:(setq ansi-color-for-comint-mode t), 不过在我的emacs里面试了一下并不成功。2). 方法二, 键入操作:M-x ansi-term,这个就没有问题。这篇文章是一篇不错的有关emacs配置的Q&A:http://myknobby.spaces.live.com/Blog/cns!1pZiBfdrlJdyNTdFGqyf_9Ig!109.entry,推荐。 本文来自Ch...
[code] (mapcar (function (lambda (setting) (setq auto-mode-alist (cons setting auto-mode-alist)))) '(("\\.xml$". sgml-mode) ("do". todo-mode) ;就是这行怎么写? ("\\\.bash" . sh-mode) ("\\.idl$" . idl-mode))) [/code] 我想在打开do文件时 自动开启 todo-mode, 问题是 怎么绝对匹配文件名do, 而不是所有文件名中包含do的文件? [ 本帖最后由 pro21ms4 于 2007-7-16 10:54 编辑 ]
hacking 后的 php-mode.el 支持 const __FILE__, __LINE__, __CLASS__, __FUNCTION__ 高亮 Patch against PHP-mode.el v1.2.0 来自 http://atomized.org/2007/02/hacking-on-php-modeel/ ;; 正文: 在 ~/.emacs 中加入下面的内容 ;;_+ php-mode (require 'php-mode) (define-key php-mode-map [menu-bar php php-debug] '("PHP Debug" . php-debug)) (defun php-debug () (interactive) (shell-command (concat "...
e.g i want to select Tools ->; Games ->; tic tac toe. how can i do this without mouse' help?
e.g i want to select Tools ->; Games ->; tic tac toe. how can i do this without mouse' help?
Hide Block C-c @ C-h Show Block C-c @ C-s Hide All C-c @ C-M-h Show All C-c @ C-M-s Hide Level C-c @ C-l Toggle Hiding C-c @ C-c 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/99982/showart_2044740.html