;: -*- emacs-lisp -*-
;:* $Id: vars-sy.el,v 1.1 2003-10-18 01:21:40+10 steve Exp steve $

;:*=======================
;:* Lossage Messages
;; Most of the time I'm running beta XEmacsen with sometimes some very
;; unstable code.  So I set this quite high so I can catch all the
;; help-lossage messages.
(setq view-lossage-message-count 1000)

;:*=======================
;:* I hated those custom variables showing up in my emacs. So I shushed them:
(setq custom-file (expand-file-name ".xemacs/custom-steve.el"
                                    (getenv "HOME")))
(load-file custom-file)

;:*=======================
;:* Stuff. Lots of stuff...
(setq-default
 buffers-menu-grouping-function 'group-buffers-menu-by-mode-then-alphabetically
 buffers-menu-sort-function 'sort-buffers-menu-by-mode-then-alphabetically
 buffers-menu-submenus-for-groups-p t
 case-fold-search t
 case-replace t
 debug-on-error nil
 debug-on-quit nil
 get-frame-for-buffer-default-instance-limit nil
 gnus-directory (file-name-as-directory 
                 (expand-file-name "Gnus" (getenv "HOME")))
 message-directory (file-name-as-directory 
                    (expand-file-name "Gnus" (getenv "HOME")))
 mouse-yank-at-point t
 next-line-add-newlines nil
 overwrite-mode nil
 require-final-newline t
 teach-extended-commands-p t
 teach-extended-commands-timeout 5
 temp-buffer-show-function 'show-temp-buffer-in-current-frame
 zmacs-regions t)

;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*
(message "variables initialiased")

Created with XEmacs Valid HTML 4.01! Valid CSS!
Copyright © 2003 Steve Youngs
Verbatim copying and distribution is permitted in any medium, providing this notice is preserved.
Last modified: Sat Oct 18 02:18:23 EST 2003