more restrictive compilation error message parsing
[emacs-init.git] / emacs-custom.el
1 (custom-set-variables
2  ;; custom-set-variables was added by Custom.
3  ;; If you edit it by hand, you could mess it up, so be careful.
4  ;; Your init file should contain only one such instance.
5  ;; If there is more than one, they won't work right.
6  '(auto-install-install-confirm nil)
7  '(auto-install-replace-confirm nil)
8  '(auto-install-save-confirm nil)
9  '(auto-save-file-name-transforms
10    (quote
11     (("\\`.*\\([^/]*\\)\\'" "~/.emacs.d/autosave/\\1" t))))
12  '(backup-directory-alist (quote (("." . "~/.emacs.d/backups"))))
13  '(c-backslash-column 99)
14  '(c-basic-offset 4)
15  '(c-offsets-alist (quote ((arglist-intro . +))))
16  '(column-number-mode t)
17  '(comment-column 60)
18  '(comment-fill-column 98)
19  '(compilation-ask-about-save nil)
20  '(compilation-scroll-output t)
21  '(csv-align-padding 0)
22  '(csv-comment-start-default "#")
23  '(csv-field-quotes nil)
24  '(csv-header-lines 0)
25  '(csv-separators (quote ("|")))
26  '(dabbrev-abbrev-char-regexp "\\sw")
27  '(debug-on-error nil)
28  '(default-input-method "latin-1-prefix")
29  '(develock-max-column-plist
30    (quote
31     (emacs-lisp-mode 99 lisp-interaction-mode w change-log-mode t texinfo-mode t c-mode 99 c++-mode 99 java-mode 99 jde-mode 99 html-mode 99 html-helper-mode 99 cperl-mode 99 perl-mode 99 mail-mode t message-mode t cmail-mail-mode t tcl-mode 99 ruby-mode 99)))
32  '(diff-mode-hook (quote ((lambda nil (diff-auto-refine-mode 1)))))
33  '(diff-switches "-u")
34  '(edit-server-done-hook nil)
35  '(edit-server-new-frame nil)
36  '(fill-column 98)
37  '(flymake-allowed-file-name-masks
38    (quote
39     (("\\.java\\'" flymake-simple-make-java-init flymake-simple-java-cleanup)
40      ("[0-9]+\\.tex\\'" flymake-master-tex-init flymake-master-cleanup)
41      ("\\.tex\\'" flymake-simple-tex-init))))
42  '(flyspell-delay 30)
43  '(flyspell-delayed-commands nil)
44  '(frame-background-mode (quote light))
45  '(git-commit-fill-column 99)
46  '(global-auto-revert-mode nil)
47  '(global-highlight-changes-mode nil)
48  '(global-subword-mode t)
49  '(global-visual-line-mode nil)
50  '(global-whitespace-mode t)
51  '(highlight-changes-colors nil)
52  '(highlight-changes-face-list nil)
53  '(highlight-changes-global-changes-existing-buffers t)
54  '(hippie-expand-dabbrev-as-symbol nil)
55  '(hippie-expand-try-functions-list
56    (quote
57     (try-complete-file-name-partially try-complete-file-name try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-expand-all-abbrevs try-expand-line try-expand-list)))
58  '(hs-isearch-open nil)
59  '(ido-mode (quote both) nil (ido))
60  '(indent-tabs-mode nil)
61  '(ispell-dictionary "deutsch8")
62  '(ispell-extra-args (quote ("--sug-mode=ultra")))
63  '(ispell-program-name "c:/cygwin/bin/aspell.exe")
64  '(line-move-visual nil)
65  '(ls-lisp-dirs-first t)
66  '(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only))
67  '(magit-display-buffer-function (quote magit-display-buffer-same-window-except-diff-v1))
68  '(magit-process-popup-time 1)
69  '(magit-server-window-for-rebase (quote pop-to-buffer))
70  '(magit-status-buffer-switch-function (quote switch-to-buffer))
71  '(nxml-child-indent 2)
72  '(nxml-where-global-mode nil)
73  '(nxml-where-header nil)
74  '(org-startup-indented t)
75  '(pop-up-windows nil)
76  '(rng-validate-chunk-size 2000)
77  '(rng-validate-delay 3)
78  '(rng-validate-quick-delay 1.5)
79  '(save-place t nil (saveplace))
80  '(scroll-bar-mode nil)
81  '(server-done-hook nil)
82  '(server-kill-new-buffers t)
83  '(server-mode t)
84  '(server-switch-hook nil)
85  '(server-temp-file-regexp "^/tmp/Re\\|/draft\\|.*/itsalltext/.*$")
86  '(server-window nil)
87  '(show-paren-mode t)
88  '(tab-width 8)
89  '(tags-case-fold-search nil)
90  '(tool-bar-mode nil)
91  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
92  '(visual-line-fringe-indicators (quote (left-curly-arrow right-curly-arrow)))
93  '(which-func-modes
94    (quote
95     (nxml-mode emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode makefile-mode sh-mode fortran-mode f90-mode ada-mode diff-mode)))
96  '(which-function-mode nil)
97  '(whitespace-action (quote (auto-cleanup warn-if-read-only)))
98  '(whitespace-line-column 100)
99  '(whitespace-style
100    (quote
101     (face trailing space-before-tab newline indentation empty space-after-tab lines-tail)))
102  '(x-select-enable-clipboard t))
103 (custom-set-faces
104  ;; custom-set-faces was added by Custom.
105  ;; If you edit it by hand, you could mess it up, so be careful.
106  ;; Your init file should contain only one such instance.
107  ;; If there is more than one, they won't work right.
108  '(default ((t (:inherit nil :stipple nil :background "#ffffff" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 97 :width semi-condensed :foundry "misc" :family "6x13"))))
109  '(ediff-even-diff-B ((t (:background "yellow"))))
110  '(ediff-odd-diff-A ((t (:background "yellow"))))
111  '(font-lock-keyword-face ((((class color) (min-colors 8)) (:foreground "Purple"))))
112  '(highlight-changes ((t (:background "alice blue"))))
113  '(highlight-changes-delete ((t (:background "bisque1"))))
114  '(mode-line ((t (:background "gray" :foreground "black"))))
115  '(textile-acronym-face ((t (:foreground "medium blue"))))
116  '(textile-blockquote-face ((t (:foreground "midnight blue"))))
117  '(textile-code-face ((t (:foreground "firebrick4"))))
118  '(textile-pre-face ((t (:foreground "dark green"))))
119  '(whitespace-line ((t (:background "yellow")))))
120 (put 'narrow-to-region 'disabled nil)