5
votes
2answers
247 views
Which functions are missing in existing Emacs modules for work with git?
What do you think - which functions should be implemented to make work with Git from Emacs more comfortable? Which functions are missing in magit/git.el/egg/git-emacs/...?
…
2
votes
Any good advice on using emacs for C++ project?
I'm planning to write such article in near future, but you can now take my configuration of …
1
vote
In Emacs how to switch to other buffer?
You can look to the function set-window-configuration...
But for slime you can use following functions - slime-complete-maybe-save-window-configuration & slime-complete-restore-window-c …
2
votes
What’s in your .emacs?
You can find my configuration (both in html & in tar'ed archive) on my site. It contains lot of settings for different modes
…
3
votes
Using EMACS as an IDE
You can find detailed description of emacs & version control integration on my site. I'm also working on …
3
votes
What is the closest thing to Slime for Scheme?
For my work with mzscheme i usually use cmuscheme + quack, that provide almost what i need during development.
Bigloo comes with very powerful bee-mode.
And for gauche you can use G …
0
votes
How to invoke an interactive elisp interpreter in Emacs?
To run just one elisp expression you can use M-: shortcut and enter expression in mini-buffer. For other cases you can use scratch buffer
…
4
votes
Eclipse Sytle Function Completions in Emacs for C, C++ and JAVA?
The CEDET package provides completion for C/C++ & Java (and for some other languages). To initial customization you can take …
1
vote
Best Mercurial mode for Emacs?
This depends on which other DVCS you using. If you using several, then DVC could be good choice.
If you want to get native support of mercurial, then you can use either mercurial.el (descr …
0
votes
Suggested initial emacs config?
You can look to my emacs configs, located on my site. Aquamacs-specific configuration you can find in …
1
vote
4
votes
6
votes
Which are the GNU Emacs modes/extensions you can’t live without?
gnus
emacs-jabber
DVC
slime
cc-mode
org-mode
nxml
psvn/pcl-cvs/magit/......
cedet (semantic/ede/...)
w3m
…
1
vote
Haskell Interactive
Haskell mode for Emacs provide functions for work with intepreter. So if you want to run some function from the module that you edit, you can use C-c C-l to load current module to ghci (or another …
0
votes
Emacs and C++
I use msf-abbrevs package for inserting code snippets as i type special code words - something like for, if, etc, but with highliting of positions, that should be filled out, and moving between the …
