vote up 5 vote down star
1

Emacs is great. To me at least, Emacs is a metaphor of all software. Still, I know that it lacks some features sometimes that you have to actually migrate to other environments. Given emacs is so customizable, and great and everything, we only have to wish for it right? What do you think is a feature that emacs lacks right now?

Note: As of Emacs 23, there is support for M-x butterfly.

flag
3  
I'm guessing this is going to turn into a "it should do this" - "it already does this and here's how" series of responses. Good question. – Artem Russakovskii Jun 29 at 3:00
1  
Sure you aware this is stackoverflow, not emacs bug tracker? – J-16 SDiZ Jun 29 at 4:18
3  
There are similar posts regarding Visual Studio and everybody is happy. – wallyqs Jun 29 at 14:28
This seems like an overly contrived "vote-magnet" question. "it lacks some features sometimes that you have to actually migrate to other environments." Right, like it doesn't make omelettes. – Cheeso Jun 29 at 17:33
Hmm, I will keep this question for a week or so, if hate accumulates way too much I'll remove it, don't worry. :D – wallyqs Jun 29 at 18:27

5 Answers

vote up 7 vote down

There is a wishlist on EmacsWiki.

link|flag
Thanks! I missed that. Great link. I think that we can that advantage of the SO voting mechanism to recognize which are those features that the Emacs community should focus on. – wallyqs Jun 29 at 14:23
vote up 5 vote down

An implementation of elisp that's not 1985's state of the art. I mean, seriously -- global variables everywhere? A non-reentrant parser? It's like they don't want people to work on it. I briefly looked at adapting Emacs to be a shared library, but I couldn't get past even parsing elisp files.

link|flag
The variables aren't global, they are dynamic. – Svante Jun 29 at 11:46
No, global. cvs.savannah.gnu.org/viewvc/emacs/… See for example, lines 171-174. – Allen Jun 30 at 0:07
vote up 0 vote down

Since you have C-x M-c M-butterfly, you really don't need much else.

XKCD doesn't even need butterflies

link|flag
vote up 3 vote down

I wish a standard code sense autocompletion(hippie-expand is some kind out of date), and a better GUI to support such things as the flowing completion candidates list which should be no worse than that of VIM.

link|flag
vote up 5 vote down

I'd like to see a better package manager for emacs. Perhaps something like RIP? ELPA looks interesting, but I don't like that it's trying host and consolidate all the packages. I'd prefer to be able to add modules from any git or cvs repository I find. I'd also like the modules in this theoretical package manager to have a standard way to include icons and info file. Finally, I'd like it to have a dead-simple method of compiling all modules.

I've tried to modularize my emacs files in this style (see my github emacs.d repo), though I'd happily ditch it if something better gained widespread support.

link|flag
1  
Yes, I also think that the ELPA is quite interesting, now with the emacs-starter-kit gaining some popularity and all. I think that the Emacs community should work on deciding for a place to share all the elisp code that is not only some link to an out-dated version of the plugin. The Emacs wiki is great sometimes, but you often have to do elisp archaeology in order to obtaing a recent version of a plugin. (e.g. auto-complete.el) I imagine a kind of rubygems/github interaction in here. That would be great. – wallyqs Jun 29 at 14:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.