vote up 1 vote down star
2

I'm really surprised that no-one has posted this question yet! So here goes - any good hidden features of emacs? It's got so much stuff in it there must be some great stuff that people don't know about.

Preferably these should be features that come with emacs, rather than features that use other elisp files - although short functions that can be put in your .emacs file are also good.

Please vote up/down to show your appreciation for the various tips listed.

Closed: see This Question

flag

52% accept rate

closed as exact duplicate by robintw Nov 2 '08 at 11:27

2 Answers

vote up 0 vote down

With mx-open-frame-on-display (or some such) you can open multiple frames on multiple terminals (assuming permissions on the x-serveer) and view the same buffer. More of a gimmick than anything else, but I have used this in the past as an ad-hoc CSCW tool.

link|flag
vote up 0 vote down

I'll start by posting one of my own:

I find I use fill-paragraph (M-q) very frequently, but I didn't know about it until relatively recently (which suggests to me that others might not). It intelligently word-wraps paragraphs - I tend to use it for comments in my code.

link|flag
In my Emacs (GNU Emacs 22.2.50.1) it's on M-q. – Jouni K. Seppänen Nov 2 '08 at 11:21
Thanks for pointing that out - my mistake! – robintw Nov 2 '08 at 11:26

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