Questions tagged [emacs]
Emacs is a free, extensible text editor, with custom support for many programming languages, text formats and often recurring tasks.
17 questions
1
vote
1
answer
413
views
Why are functions in Emacs so large? [closed]
I am a beginner in ELisp, but have programmed in C++ and a number of other programming languages before. My rule of thumb (and I think it is a common one) that a function should fit on the screen. ...
0
votes
3
answers
3k
views
Programming with emacs instead of a debugger-integrated IDE [closed]
There's a question that might be deemed a duplicate of this one (I use an IDE (Eclipse) to develop software. Why should I switch to vim or emacs?) but I don't think answers my question.
I usually ...
10
votes
1
answer
606
views
Optimal Data Structure for our own API
I'm in the early stages of writing an Emacs major mode for the Stack Exchange network; if you use Emacs regularly, this will benefit you in the end.
In order to minimize the number of calls made to ...
-1
votes
4
answers
1k
views
emacs keybindings [closed]
I read a lot about vim and emacs and how they make you much more productive, but I didn't know which one to pick. Finally when I decided to teach myself common lisp, the decision was straight forward: ...
0
votes
8
answers
8k
views
Emacs/Vim/Vi - do they have a place in modern software development ecosystem? [closed]
Watching all those screencasts (and listening all those podcasts) with more-or-less famous hackers/programmers I hear that many of those use emacs/vi(m) for their daily work.
Now, I myself tried ...
1
vote
1
answer
911
views
what's the most efficient emacs workflow for compilation and interactive execution cycles (C++/makefile)
I try not to cross-post, but the only response I got at stack-exchange was to post here...
What's the preferred practice for a compile-run cycle in emacs?
Previously, I used alt-x compile (mapped to ...
0
votes
1
answer
284
views
How would I use a browser as a GUI for Emacs apps? [closed]
I've started using Emacs, and love it. Naturally, I'm thinking about ways of extending it. I' m particularly fascinated by the thought of creating browser based GUIs for some stuff I would otherwise ...
2
votes
2
answers
871
views
emacs - project explorer and auto complete features - is it available?
I know that Emacs is a very powerful editor out there. I try to use it occasionally and want to learn it better. But to learn it better i have to use it more frequently than I am using now.
But one ...
5
votes
2
answers
3k
views
What are the advantages and disadvantages of the various git modes available for emacs?
I just started using git, and because I tend to live in emacs, I want to use one of the emacs integration packages. Looking at this list, I see that there are a lot of packages available, but the ...
43
votes
12
answers
36k
views
Must a programmer learn text editors like Emacs and Vim? How important are they? [duplicate]
I have been writing code so far in conventional text editors that come with the OS so far or use an IDE in some cases. I know there are some advanced text editors like Emacs and Vim available solely ...
18
votes
5
answers
11k
views
Are Vim or Emacs practical for languages like .Net or Java? [closed]
So, I am primarily a .Net developer who does some stuff in Java, Python and a few others from time to time. I have heard a lot of people praise Vim and Emacs for greatly increasing efficiency once the ...
41
votes
20
answers
68k
views
Time to drop Emacs and vi? [duplicate]
Every time you are looking for a text editor, no matter what language you are using, vi and Emacs are hall-of-famers.
However they are ancient, and we have better alternatives (at least I hope we ...
15
votes
7
answers
3k
views
Emacs and "self-reinforcing performance"
In short, my question for you hardcore Emacs users is this: have you achieved
this "self-reinforcing performance" Steve Yegge talks about?
Emacs is self-hosting: writing things
in it makes the ...
21
votes
8
answers
7k
views
Emacs-as-OS: obsolete? [closed]
In an attempt to reach at least beginner status with such a legendary editor, I have been coding in Emacs for the last two months. I try to keep an open heart, but I find myself continally ...
34
votes
16
answers
41k
views
I use an IDE (Eclipse) to develop software. Why should I switch to vim or emacs? [closed]
My day job is java/web developer. I have been using eclipse for ~5years. I think its excellent and I also use Webstorm for javascript and html/jsp.
I do on occasion need to ssh into server and ...