ChinaUnix.net
相关文章推荐:

emacs mode

查看帮助 ? 简单帮助 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 ...

by zhuhefang2006 - Linux文档专区 - 2009-02-02 19:41:45 阅读(864) 回复(0)

使用emacs shell mode执行ls命令 目录和文件都是同样颜色的 怎样设置才能和bash中一样通过不同的颜色来区分目录和文件呢? Thanks in advance

by _Erics - Perl - 2008-04-22 16:00:32 阅读(3292) 回复(4)

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...

by panix - Linux文档专区 - 2007-08-09 10:20:08 阅读(1120) 回复(0)

有木有人改过whitespace-mode的配色? 应该改哪个文件啊? 修改lisp目录下的whitespace.el貌似不起作用

by shymonk - Linux环境编程 - 2012-11-05 19:32:17 阅读(1056) 回复(0)

每次在进入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...

by riverbird2005 - Linux文档专区 - 2010-01-21 10:22:14 阅读(3517) 回复(0)

[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 编辑 ]

by pro21ms4 - C/C++ - 2007-07-17 12:05:27 阅读(2423) 回复(1)

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 "...

by koocyton - PHP - 2007-06-09 00:13:41 阅读(2197) 回复(0)

e.g i want to select Tools ->; Games ->; tic tac toe. how can i do this without mouse' help?

by cutecute - Linux论坛 - 2004-04-29 01:48:57 阅读(666) 回复(0)

e.g i want to select Tools ->; Games ->; tic tac toe. how can i do this without mouse' help?

by cutecute - Linux新手园地 - 2004-04-29 01:48:57 阅读(848) 回复(0)

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

by istvh - Linux文档专区 - 2009-09-03 14:06:19 阅读(1700) 回复(0)