【Emacs】把Emacs配置为IDE

正文

今天解决了Emacs显示中文的问题
也基本完成了将Emacs配置为Dev-CPP的工作
还有一些进阶的关于GDB的配置,因为时间关系只能暂时搁置了
今天的init.el长这样:http://paste.ubuntu.com/23888007/
明天就进入Tex/Latex的学习啦!

参考资料

Emacs支持中文字体:https://emacs-china.org/t/spacemacs/1003/2
shell命令:https://www.gnu.org/software/emacs/manual/html_node/emacs/Shell.html
对缓冲区的相关操作:http://smacs.github.io/elisp/12-buffer.html
文件名:https://www.gnu.org/software/emacs/manual/html_node/elisp/File-Name-Components.html
读取文件内容:https://www.gnu.org/software/emacs/manual/html_node/elisp/Reading-from-Files.html
GDB:https://github.com/wxjeacen/dea/blob/master/emacser.com/emacs-gdb.org
GDB:https://www.gnu.org/software/emacs/manual/html_node/emacs/GDB-Graphical-Interface.html#GDB-Graphical-Interface
GDB:http://blog.csdn.net/nieyibin/article/details/7607546
GDB:https://www.gnu.org/software/emacs/manual/html_node/emacs/GDB-User-Interface-Layout.html#GDB-User-Interface-Layout
GDB:http://tuhdo.github.io/c-ide.html#orgheadline58
GDB窗口自定义:http://everet.org/customize-emacs-gud-many-windows.html
切换窗口:https://github.com/troydm/emacs-stuff/blob/master/windcycle.el

Leave a Reply

Your email address will not be published. Required fields are marked *