0
votes
0answers
16 views
ediff as mergetool
I would like to be able to use ediff with "git mergetool".
I found some patches that alter the source code, which I don't want to do. Instead, I'd like to add ediff support with my .gitconfig.
I …
1
vote
1answer
16 views
How to determine operating system in elisp?
Sorry if this has already been asked; however I don't seem to be able to find an answer anywhere grr.
How do I programmatically determine which os emacs is running under in elisp? I would like to run …
9
votes
11answers
234 views
I am looking for tips for learning vim or emacs the smart way…
I am a quite happy user of eclipse (I mostly develop in PHP and Python), however I found the answers to this question interesting enough to make me wish to try out vim or emacs as well and see if they …
0
votes
2answers
45 views
Reloading a changed python file in emacs python shell
In the emacs Python shell (I'm running 2.* Python) I am importing a .py file I'm working with and testing the code. If I change the code however I'm not sure how to import it again.
From my reading …
0
votes
2answers
29 views
How to turn off auto replacement in Emacs Speaks Statistics for R
In Emacs Speaks Statistics for R, how can the auto replacement of "_" with "<-" be turned off?
0
votes
2answers
28 views
How to get emacs tempo mode working with abbrevs for C/C++?
I've been experimenting with emacs tempo mode and it seems likely to save me lots of typing (always a good thing), but I haven't gotten it to work exactly the way I want it. On the wiki, there is an …
8
votes
9answers
908 views
Emacs Command to Delete Up to Non-Whitespace Character
I often want to make a multiline function call and reduce it down to one line. For example, convert...
function_call(
'first_arg',
'second')
to
function_call('first_arg', 'second')
…
0
votes
3answers
37 views
Why does emacs in an xterm on a Mac interpret c-h as backward-delete-char ?
C-h is correctly interpreted has 'help' in Carbon Emacs.app and using /usr/bin/emacs in Terminal.app. I'm sure I'm missing something simple here. Emacs describe-bindings shows c-h is rightly mapped …
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 given up. Lots of …
1
vote
2answers
86 views
Emacs, Zen-Coding mode, and Putty.
I use emacs via Putty and since Putty doesn't send certain key combinations to the remote console I generally need to re-bind them to other key combinations.
After installing the amazing Zen-Coding …
5
votes
5answers
232 views
What does ^L in (Emacs Lisp) source code mean?
Several times I see ^L in (mostly Emacs Lisp) source codes that looks like are separators of larger logical groups. Is it their real purpose? And if so, how can I use them? Is there a built-in Emacs …
3
votes
3answers
101 views
How to keep indentation with emacs + org-mode + visual-line-mode?
Hello,
emacs + org-mode + visual-line-mode + window resizing produce this kind of view :
* My list
* Some thing this is longer
back to line which is really
anoying
* Other thing which is
…
0
votes
0answers
36 views
Pretty Greek Problems for Emacs on Windows
I am trying to get http://www.emacswiki.org/emacs/PrettyGreek working for emacs 21.3.1 on Windows. I have put the following in my .emacs after downloading the European intlfonts from …
0
votes
1answer
28 views
octave in emacs (searching for program so such file or directory)
I'm trying to run Octave from within emacs (I'm mostly a beginner at both but have the hang of emacs shortcuts now). When I try run-octave as suggested here, I get the message.
Searching for …
1
vote
3answers
69 views
Is there a BNF mode for Emacs?
I have to edit lots of grammar files in .bnf format. Is there a mode for this in Emacs?
I've looked at CEDET's semantic package, and it seems that it USED to have a bnf-mode, but not any more. This …
