69
votes
66answers
8k views
The single most useful Emacs feature
My primary editor is Emacs, but my usage habits and knowledge of features has barely changed over the last few years.
What are the Emacs features that you use on a daily basis? …
38
votes
32answers
5k views
Why should I use an IDE?
In another question, Mark speaks highly of IDEs, saying "some people still just dont know "why" they should use one...". As someone who uses vim for programming, and works in an e …
31
votes
38answers
2k views
How do you beat RSI?
I've been worried more and more about RSI lately. Especially of the dreaded "Emacs Pinky" as I'm an avid emacs users. How do you guys beat RSI? I thought we could share ideas for b …
31
votes
12answers
3k views
Using EMACS as an IDE
Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, th …
28
votes
39answers
3k views
Will emacs make me a better programmer?
Steve Yegge wrote a comment on his blog:
All of the greatest engineers in the
world use Emacs. The world-changer
types. Not the great gal in the cube
next to you. Not Fre …
23
votes
40answers
4k views
Why are Vi and Emacs popular ?
I've never learnt to use Vi or Emacs yet people do use them still, despite their being other editors out there that are free and useful. What is it about these two and any others l …
21
votes
23answers
2k views
Is it worth investing time in learning to use emacs?
Right up front: I do not want to start a religious war.
I've used vi for as long as I can remember, and the few times I've tried to pick up emacs I've been so lost so quickly I've …
20
votes
20answers
2k views
What’s in your .emacs?
I've switched computers a few times recently, and somewhere along the way I lost my .emacs. I'm trying to build it up again, but while I'm at it, I thought I'd pick up other good …
19
votes
15answers
1k views
What specific productivity gains does vim/emacs provide over GUI text editors?
This isn't meant as a troll or flamebait or anything like that. I've been using vim as my console-editor of choice for a couple months now (for editing config files while in my te …
18
votes
9answers
583 views
What do you expect from a package manager for Emacs
Although several hundred Emacs Lisp libraries exist GNU Emacs does not have an (internal) package manager.
I guess that most users would agree that it is currently rather inconven …
17
votes
9answers
1k views
Emacs in Windows
How do you run Emacs in Windows?
What is the best flavor of Emacs to use in Windows, and where can I download it? And where is the .emacs file located?
16
votes
10answers
555 views
How to keep an Engineering Log
I've tried several methods of keeping a log of my day-to-day activity when writing code. None of them really worked all that well. Here's what I'd like to have:
automatic times …
16
votes
4answers
1k views
Where can I find a video of a pro using emacs?
I want to see a video of somebody using emacs really, really well. Not an instructional video, just something that shows off its raw power. I want to be dazzled.
The inspiration …
16
votes
6answers
1k views
What is the closest thing to Slime for Scheme?
I do most of my development in Common Lisp, but there are some moments when I want to switch to Scheme (while reading Lisp in Small Pieces, when I want to play with continuations, …
15
votes
6answers
4k views
How do I set the size of emacs’ window?
I'm trying to detect the size of the screen I'm starting emacs on, and adjust the size and position the window it is starting in (I guess that's the frame in emacs-speak) according …
