Skip to main content

david miller

david miller's Public Library

27 Nov 09

Emacs Lisp Examples

"(defun previous-user-buffer () "Switch to the previous user buffer in cyclic order.\n User buffers are those not starting with *." (interactive) (previous-buffer) (let ((i 0)) (while (and (string-match "^*" (buffer-name)) (< i 50)) (setq i (1+ i)) (previous-buffer) ))) "

xahlee.org/...elisp_examples.html - Preview

emacs

1 - 20 of 777 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo