Emacs Wish List

Emacs is great. At least for me, Emacs is a metaphor for all software. However, I know that sometimes it lacks some functions that you must transfer to other environments. Given that emacs is so customizable, and excellent, that’s all we should only wish for it right? What feature do you think is lacking emacs right now?

Note. Emacs 23 supports Mx butterfly support.

+6
emacs elisp
source share
6 answers

There is a wishlist on the EmacsWiki .

+11
source share

I would like to see a better package manager for emacs. Perhaps something like RIP ? ELPA looks interesting, but I do not like that it is trying to launch and consolidate all packages. I would rather be able to add modules from any git or cvs repository found. I would also like the modules in this theoretical package manager to have a standard way of including icons and an information file. Finally, I would like for him to have an easy way to compile all modules.

I tried to modulate my emacs files in this style (see my github emacs.d repo ), although I would be happy if it got better widespread support.

+7
source share

A non-1985 elisp implementation. I mean, seriously - are global variables everywhere? An irrevocable parser? It’s as if they don’t want people to work on it. I briefly considered adapting Emacs to a shared library, but I couldn’t even get through the parsing of elisp files.

+6
source share

I want autocompletion of the standard code (hippie-expand for some time outdated) and a better GUI to support things like a list of candidates for the current completion, which should be no worse than VIM.

+5
source share

Well, since Emacs is moving on to tricks, which means modern lisp is close, the only thing I want is the ability to add buttons somewhere. A button browser or toolbar buffer will be nice.

On the other hand, one of the best things about emacs is that it does not fill the screen with almost anything.

Nevertheless, it is possible, for example, to make the JUnit testing buffer in it its own buffer, etc. will be great. Perhaps forcing the buffer buttons in it to be its own frame of something (a new type of frame, for example, a GUI frame or something like that)

Oh, and the best rendering options, and the flash plugin, so we don’t need to run a separate program to browse the web.

Edit: By "inevitable" I mean inevitable, as in geologically inevitable.

+1
source share

Since you have a Cx Mc M butterfly, you really don't need anything else.

XKCD doesn't even need butterflies

0
source share

All Articles