Search Results

5
votes
1answer
575 views

Best java tools for emacs

I'm a long-time emacs user, and I'm now working about 1/2 time in Java. What are the best emacs libraries for Debugging Java Code Completion/Intellisense Jav …
3
votes

Tips for Learning Elisp?

Here's a book that I've found helpful for learning practical elisp: http://www.amazon.com/GNU-Emacs-XEmacs-CD-RO …
12
votes

Changing the default folder in emacs

You didn't say so, but it sounds like you're starting emacs from a Windows shortcut. The directory that you see with c-x c-f is the cwd, which for a Windows shortcut is specified in the "St …
6
votes

The single most useful Emacs feature

dired (M-x dired) lets me navigate folders by touch-typing, much faster than browsing in a gui. …
7
votes

Tips for Learning Elisp?

This post by Steve Yegge is a great primer. …
0
votes

Writing Emacs extensions in languages other than Lisp

Someday you may be able to use JavaScript. …