Skip to content

Tag Archives: emacs

M-x insert-c++-scope

If you write C++ code like I do, when you add a new method to a class, you: type the function signature into the declaration in the header file; copy and paste it into the source file; either type in the name of the class by hand or hunt around looking for another instance of […]

Emacs: dedicated windows

Here’s something I had been wanting to do for a long time and could never find the right docs for. When you perform some operation in Emacs, it often puts stuff (search results, some new buffer, etc.) in a window other than the current one. (I’m using window in the Emacs sense, to mean a […]