X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9b72460cefa01e43c6a5891704a9498fdda8ea16..b1d0353df9607ce4fceb387a0d7b123eb397e6f2:/emacs diff --git a/emacs b/emacs index b1168d6..9620894 100644 --- a/emacs +++ b/emacs @@ -39,9 +39,11 @@ (maybe-autoload 'cvs-update "pcl-cvs" nil t) (maybe-autoload 'debian-changelog-mode "debian-changelog-mode" nil t) (maybe-autoload 'git-status "git" nil t) +(maybe-autoload 'git-blame-mode "git-blame" nil t) +(maybe-autoload 'stgit "stgit" nil t) (and (library-exists-p "vc-git") (not (memq 'GIT vc-handled-backends)) - (setq vc-handled-backends (append vc-handled-backends (list 'GIT)))) + (setq vc-handled-backends (cons 'GIT vc-handled-backends))) (and (library-exists-p "quilt") (load "quilt")) @@ -108,11 +110,10 @@ ;; --- Internationalization twiddling --- (trap - (standard-display-european 1) + ;; Have top-bit-set characters work properly in terminals. (let ((im (current-input-mode))) (apply #'set-input-mode - (nconc (list (nth 0 im) (nth 1 im) 0) (nthcdr 3 im)))) - (set-language-environment "Latin-1")) + (nconc (list (nth 0 im) (nth 1 im) 0) (nthcdr 3 im))))) ;; --- Don't disable any commands --- @@ -122,9 +123,24 @@ (mdw-divvy-window) +;; --- Postscript printing --- + +(setq ps-paper-type 'a4 + ps-print-color-p nil + ps-landscape-mode t + ps-number-of-columns 3 + ps-font-family 'Courier + ps-font-size 9) + +;; --- Splash screen stuff --- + +(or window-system + (setq inhibit-splash-screen t + inhibit-startup-message t)) + ;; --- Other goodies --- -(resize-minibuffer-mode 1) ;Make minibuffer grow dynamically +(trap (resize-minibuffer-mode 1)) ;Make minibuffer grow dynamically (auto-compression-mode 1) ;Enable automatic compression (setq dabbrev-case-replace nil) ;Retain case when completing (setq next-line-add-newlines nil) ;Don't add weird newlines @@ -145,7 +161,8 @@ '("-print0 | xargs -0r ls -ld" . "ld")) (setq Info-fontify-maximum-menu-size 60000) (setq ispell-dictionary "british" - flyspell-default-dictionary "british") + flyspell-default-dictionary "british" + ispell-silently-savep t) (trap (require 'uniquify) (setq uniquify-buffer-name-style 'post-forward-angle-brackets) @@ -162,22 +179,15 @@ ;;;----- W3 and URL fetching stuff ------------------------------------------ -(let ((proxy (mdw-config 'proxy))) +(let ((proxy (mdw-config 'http-proxy))) (setq url-proxy-services `(("http" . ,proxy) ("ftp" . ,proxy) ("gopher" . ,proxy)))) (setq url-cookie-untrusted-urls '(".")) -(let ((browsers '(w3m browse-url-w3 browse-url-mozilla)) browser) - (while browsers - (setq browser (car browsers) - browsers (cdr browsers)) - (if (fboundp browser) - (setq browse-url-browser-function browser - browsers nil)))) - -(setq browse-url-mozilla-program "firefox") +(setq browse-url-browser-function (mdw-good-url-browser) + browse-url-mozilla-program "firefox") (setq w3m-default-display-inline-images t) @@ -270,7 +280,10 @@ (vertical-scroll-bars . right)) (and window-system '((cursor-type . bar) - (cursor-blink . t))) + (cursor-blink . t) + (left-fringe . 5) + (right-fringe . 5) + (scroll-bar-width . 15))) '((cursor-color . "red")) (if mdw-black-background '((background-color . "black") @@ -294,6 +307,7 @@ (windmove-default-keybindings) (setq windmove-wrap-around t)) (trap (iswitchb-mode)) +(global-set-key "\M-#" 'calc-dispatch) (global-set-key [f4] 'query-replace-regexp) (global-set-key [f5] 'goto-line) (global-set-key [f6] 'auto-fill-mode) @@ -323,6 +337,7 @@ (append `(("\\.p[lm]$" . perl-mode) ("\\.m$" . objc-mode) ("\\.mxd$" . c-mode) + ("\\.cs" . csharp-mode) ;; ("/[ch]/" . c-mode) (,(concat "/\\(" "\\.stgit\\.msg" "\\|" @@ -352,6 +367,10 @@ . mdwmail-mode)) auto-mode-alist)) +(setq interpreter-mode-alist + (append `(("runlisp" . lisp-mode)) + interpreter-mode-alist)) + (setq completion-ignored-extensions (append `(".hc" ".hi") completion-ignored-extensions)) @@ -362,7 +381,7 @@ (mapcar (lambda (hook) (add-hook hook 'mdw-misc-mode-config)) '(c-mode-hook c++-mode-hook objc-mode-hook java-mode-hook perl-mode-hook cperl-mode-hook python-mode-hook awk-mode-hook - tcl-mode-hook + tcl-mode-hook asm-mode-hook TeX-mode-hook LaTeX-mode-hook TeXinfo-mode-hook tex-mode-hook latex-mode-hook texinfo-mode-hook emacs-lisp-mode-hook scheme-mode-hook @@ -375,6 +394,26 @@ (global-font-lock-mode t) (defalias 'perl-mode 'cperl-mode) +;;;----- SGML hacking ------------------------------------------------------- + +(defun mdw-sgml-mode () + (interactive) + (sgml-mode) + (mdw-standard-fill-prefix "") + (make-variable-buffer-local 'sgml-delimiters) + (setq sgml-delimiters + '("AND" "&" "COM" "--" "CRO" "&#" "DSC" "]" "DSO" "[" "DTGC" "]" + "DTGO" "[" "ERO" "&" "ETAGO" ":e" "GRPC" ")" "GRPO" "(" "LIT" "\"" + "LITA" "'" "MDC" ">" "MDO" "" "PIO" "" + "XML-ECOM" "-->" "XML-PIC" "?>" "XML-SCOM" "