X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/449874b395eab9f16ff7fc94e9cc7e204b71c6cc..6dc106123aa94d1bbf790dd9edd808fa9bb808a7:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 7208737..22da44c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -233,7 +233,11 @@ (lambda () (let ((group gnus-newsgroup-name)) (and (string-match "^nn\\(imap\\|folder\\)\\+" group) - (not (string-match ":\\(crap\\|spam\\|lists\\|corpus\\)\\." + (not (string-match (concat ":" "\\(" "crap" + "\\|" "spam" + "\\|" "lists" + "\\|" "corpus" + "\\)" "\\.") group))))) bbdb-user-mail-names (concat "^" @@ -422,6 +426,7 @@ (define-key outline-mode-prefix-map [?\C--] 'mdw-outline-collapse-all))) (define-key isearch-mode-map [?\C-?] 'isearch-del-char) +(define-key isearch-mode-map [backspace] 'isearch-del-char) (define-key isearch-mode-map [?\e ?\C-?] 'isearch-delete-char) (setq imenu-auto-rescan t