diff -r a044269d57e0 -r 75ac0063fd22 .emacs-my --- a/.emacs-my Sun Oct 28 13:31:32 2012 +0200 +++ b/.emacs-my Sun Oct 28 13:34:03 2012 +0200 @@ -1452,7 +1452,7 @@ smime-certificate-directory "~/.gnus/certs/" nnfolder-directory "~/.gnus/archive" nnfolder-active-file "~/.gnus/archive/active" -) + ) ;; Remove gnus-ignored-newsgroups to show all GMail folders. (setq gnus-ignored-newsgroups "some-non-existing") @@ -1876,7 +1876,7 @@ '(progn (set-face-foreground 'diff-added-face "DarkGreen") (set-face-foreground 'diff-removed-face "DarkRed") - ))) + ))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "vc-mode, VCS, version control, cvs, svn, mercurial, hg, bazaar, bzr, git, fossil") @@ -2393,7 +2393,7 @@ (while (string-match "&#\\([[:digit:]]+\\);" html pos) (setq res (concat res (string (string-to-int (substring html (match-beginning 1) (match-end 1)) 10)))) (setq pos (match-end 0)) - ) + ) res ) ) @@ -2447,7 +2447,7 @@ html-tag-alist))) (add-to-list 'html-tag-alist '("script" (\n) ("type" "text/javascript") )) (add-to-list 'html-tag-alist '("style" (\n) ("type" "text/css") )) - ))) + ))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "sh, bash")