Re: Things I miss in GNU Emacs
Uwe Brauer <[email protected]> Sun, 20 Dec 2015 16:28:29 +0000
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
>>> "Michael" == Michael Sperber <[email protected]> writes: > I appreciate everybody's input on the discussion on how to continue with > the project. I personally would like to collect features that XEmacs > has but GNU Emacs hasn't and see what the chances are of getting them > included in GNU Emacs. So if you have such a list, or just random > items, please send them to me or the list. > FWIW, my list so far has this: > User-visible features: > - Ben's HTML mode > - C-Left Mouse for pasting > - minibuffer-confirm-incomplete > - Marcus's incremental collector (slim chance ...) I would add: - apropos (GNU emacs's apropos seems ancient) - list-matching-lines: when cursor is on word, this word is offered as the search expression. GNU emacs still does not have this feature. I think I will ask in devel about it, or Michael are you planning anyhow to send a feature proposal list to emacs devel? - change-log-exit: ours returns back to the original buffer and precisely at the place where I used change-log-exit. I have a workaround for this in GNUS using defadvice, but my solution sucks. I proposed that on emacs devel was considered as being interesting but then nothing happened, Xemacs implementation can not be used, since it uses bury-buffer which is a built-in function.