0
votes
3answers
31 views
Mapping the :edit command to a certain editor
I've got the Haskell interpreter running in Emacs.
With this I've got the typical Emacs setup of 2 open windows,
the source file I'm editing
the Haskell interpreter
Using the command :edit file …
1
vote
1answer
39 views
function to call same shell command in dired
hi,
i'd like to be able to call the same shell command on the marked files in dired without the need for emacs to prompt the command input as the command will always be the same. in particular, the …
12
votes
15answers
422 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 …
3
votes
9answers
183 views
What are these ^M’s that keep showing up in my files in emacs?
So I think it may have to do with textmate, but we work in a small team and are having some issues with full-file conflicts of nearly identical files in git because each line of one branch has a ^M …
1
vote
1answer
45 views
Setting different c-basic-offs for different projects
Hi, all
I usually use 4 white spaces to indent C programs, but in order to keep in consistent with some open source projects, I have to change to 2-white-space indenting sometimes.
Currently my …
1
vote
0answers
35 views
How can I set the encoding of shell-command-on-region output?
I have a small elisp script which applies Perl::Tidy on region or whole file. For reference, here's the script (borrowed from EmacsWiki):
(defun perltidy-command(start end)
"The perltidy command we …
0
votes
2answers
48 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?
3
votes
2answers
64 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 …
3
votes
2answers
63 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 …
0
votes
2answers
55 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 …
1
vote
2answers
41 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 …
2
votes
2answers
80 views
Emacs insert file into a different file
Lets say I'm reading file a.txt with Emacs. At a specific point in this file, I would like to insert the entire contents of file b.txt. What's the easiest way to achieve this in Emacs? Thanks.
0
votes
3answers
42 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 …
1
vote
2answers
108 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 …
0
votes
0answers
63 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 …
