GDB调试工具

打开方式:

 Alt-x gdb

玩俄罗斯方块

 Alt-x tetris

文件对比

Alt-x ediff

文件管理

Alt-x dired

阅读内置文档

Alt-x info

查看帮助属性列表

Ctrl-h  Ctrl-h

直接在文件管理器中修改文件

  • 打开文件管理器Alt-x dired
  • 打开编辑Ctrl-x Ctrl-q
  • 保存 Ctrl-x Ctrl-s

打开shell

Alt-x shell

调用make来编译

Alt-x compile

切换模式

  • Alt-x java-mode :Java模式
  • Alt-x python-mode :python模式
  • Alt-x text-mode :纯文件模式
  • Alt-x fundamental-mode :没有指定其他模式时的模式

谢谢