The problem is probably very simple, but I\'m strugglin开发者_JAVA技巧g because I am new to ELISP.
Hi I have turned on buffer cycling placing following commands in my .emacs (global-set-key (kbd \"<C-tab>\") \'bury-buffer)
Right now I am using the following to compile, when I\'m in for example main.cpp C-x b Makefile RET M-x compile RET RET
I have generated the TAGS file using ctags for the *.h and *.cpp file in a directory. How to find the files in TAGS file.
I have a .txt file named COPYING which is edited on windows. It contains Windows-style line breaks : $ file COPYING
So I have a working setup for Emacs (v23.3.1) on Windows 7 using hunspell after following the instructions in the wiki.
I\'m trying cc-mode 5.32.1 with Emacs trunk. When I compile I get these errors cc-mode.el:596:29:Error: Symbol\'s function definition is void: byte-compile-obsolete
This question already has answers here: Closed 11 years ago. 开发者_Go百科 Possible Duplicate: Emacs: how to jump to function definition in .el file?
Ok, so maybe this is more a question for the superuser site but I figured there\'d be a hell of a lot more emacs users on stackoverflow.
I\'d like to use emacs to work on my project that is built using CMake, while this generally works fine, I\'d like to 开发者_如何转开发implement better project management commands. Is there a simple w