Tag Archives: Emacs

Dedicated window-buffer mapping with Emacs

I use CScope to navigate source code from within Emacs. It’s very, very useful and integrates will into Emacs. However, I’ve been wanting a way to control how cscope updates the buffer/window mappings as it locates search results for you. … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

First Things in my .emacs

Pardon the extra linebreaks. I don’t normally format my lisp code this way, but the layout of my blog makes this snippet linewrap and hard to read. (global-font-lock-mode t)   (defvar autosave-dir "~/.emacs.d/autosave") (make-directory autosave-dir t)   (defun auto-save-file-name-p (filename) … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Shell Buffers in Emacs

snarfed.org writes about running shells inside of Emacs.

Posted in Uncategorized | Tagged | Leave a comment

Multi-TTy Emacs

This guy explains how to use Emacs over multiple TTys.

Posted in Uncategorized | Tagged | Leave a comment