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 … Read more
So I think it may have to do with textmate, but we work in a small team and are having some issues with … Read more
I have a non-emacs global search and replace function that causes my disk files to become more up-to-date than my emacs buffers (en … Read more
From what I have read, there are two ways to debug code in Python: With a traditional debugger such as pdb or ipdb. … Read more
As a follow-up to this question, it’s trying to find out how to do something like this which should be easy, that especially … Read more
Is there a way to rename an open file in Emacs? While I’m viewing it? Something like save-as, but the original one should … Read more
This article says that “Emacs has redo because you can reverse direction while undoing, thereby undoing the undo”. What does this mean? How … Read more
What I want: I have a clojure program on a remote site, let’s call it mccarthy. What I want to do is connect … Read more
I am trying to replace a character – say ; – with a new line using replace-string and/or replace-regexp in Emacs. I have … Read more
Emacs puts backup files named foo~ everywhere and I don’t like having to remember to delete them. Also, if I edit a file … Read more
I also want to save the font size in my .emacs file. 17 Answers 17