maj
authorOlivier Tétard <toutoune25@free.fr>
Sun, 19 Apr 2009 19:45:52 +0000 (21:45 +0200)
committerOlivier Tétard <toutoune25@free.fr>
Sun, 19 Apr 2009 19:45:52 +0000 (21:45 +0200)
emacs/emacs.el

index 07c0cc4..f5fdb27 100644 (file)
@@ -1,6 +1,6 @@
 ;; -*- emacs-lisp -*-
 
-;; Author: Olivier Tetard <toutoune25@free.fr>
+;; Author: Olivier Tetard <olivier.tetard@miskin.fr>
 ;; URL : http://www.miskin.be/
 
 ;; This file is free software; you can redistribute it and/or modify it
 ;; `----
 
 (push (expand-file-name "~/.elisp") load-path)
-(push (expand-file-name "~/.elisp/bbdb/lisp") load-path)
-(push (expand-file-name "~/.elisp/erc") load-path)
 
 ;; Mozmail is available in XEmacs CVS :
 ;; http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/net-utils/mozmail.el
 (require 'mozmail)
 (require 'tt25-passwords)
-(require 'tt25-muse)
+;; (require 'tt25-muse)
 (require 'tt25-erc)
 (require 'color-theme)
-(require 'erc)                          ; Installé dans ~/.elisp/erc/
 (require 'ido)
 
 ;; Pour Wikipedia
@@ -66,7 +63,7 @@
 ;; | Comportement
 ;; `----
 
-(gnuserv-start)                         ; Utilisation de gnuserv
+(server-start)                          ; Multi-tty powa !
 (ido-mode t)                            ; Utilisation du mode ido
 (setq auto-save-interval 1200)          ; Autosave
 (setq scroll-step 2)                    ; On se decale de 2 lignes quand on change de page
@@ -86,6 +83,8 @@
   (while (search-forward "\r" nil t) (replace-match "")))
 
 ;; Complétion
+;; (abbrev-mode t)
+;; (read-abbrev-file "~/.abbrev_defs")
 (setq save-abbrevs t)
 (global-set-key (quote [S-tab]) (quote dabbrev-expand))
 
 
 ;; Configuration de debian-changelog
 (setq debian-changelog-full-name "Olivier Tétard")
-(setq debian-changelog-mailing-address "toutoune25@free.fr")
+(setq debian-changelog-mailing-address "olivier.tetard@miskin.fr")
 
 (setq safe-local-variable-values 
       (quote ((TeX-PDF-mode . PDF))))
@@ -178,7 +177,10 @@ The function is not passed any arguments. The function honours restrictions."
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
+ '(TeX-output-view-style (quote (("^dvi$" ("^landscape$" "^pstricks$\\|^pst-\\|^psfrag$") "%(o?)dvips -t landscape %d -o && gv %f") ("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "%(o?)dvips %d -o && gv %f") ("^dvi$" ("^\\(?:a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4\\)$" "^landscape$") "%(o?)xdvi %dS -paper a4r -s 0 %d") ("^dvi$" "^\\(?:a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4\\)$" "%(o?)xdvi %dS -paper a4 %d") ("^dvi$" ("^\\(?:a5\\(?:comb\\|paper\\)\\)$" "^landscape$") "%(o?)xdvi %dS -paper a5r -s 0 %d") ("^dvi$" "^\\(?:a5\\(?:comb\\|paper\\)\\)$" "%(o?)xdvi %dS -paper a5 %d") ("^dvi$" "^b5paper$" "%(o?)xdvi %dS -paper b5 %d") ("^dvi$" "^letterpaper$" "%(o?)xdvi %dS -paper us %d") ("^dvi$" "^legalpaper$" "%(o?)xdvi %dS -paper legal %d") ("^dvi$" "^executivepaper$" "%(o?)xdvi %dS -paper 7.25x10.5in %d") ("^dvi$" "." "%(o?)xdvi %dS %d") ("^pdf$" "." "evince %o %(outpage)") ("^html?$" "." "netscape %o"))))
+ '(canlock-password "a29a3189d5be23f38adc9d2627e77c898e00cde1")
  '(display-time-24hr-format t)
+ '(inhibit-startup-screen t)
  '(mail-yank-prefix "> ")
  '(muse-file-extension "muse")
  '(muse-html-charset-default "utf-8")
@@ -186,12 +188,11 @@ The function is not passed any arguments. The function honours restrictions."
  '(muse-html-meta-content-encoding (quote utf-8))
  '(muse-html-style-sheet "<link rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\" media=\"all\" href=\"/style.css\" />")
  '(muse-mode-auto-p nil)
- '(muse-mode-hook (quote (footnote-mode muse-wiki-update-custom-values)))
  '(muse-publish-desc-transforms (quote (muse-wiki-publish-pretty-title muse-wiki-publish-pretty-interwiki muse-publish-escape-specials-in-string)))
  '(muse-wiki-publish-small-title-words (quote ("the" "and" "at" "on" "of" "for" "in" "an" "a" "page" "anime")))
  '(muse-xhtml-footer "~/documents/wiki/common/footer.html")
  '(muse-xhtml-header "~/documents/wiki/common/header.html")
- '(safe-local-variable-values (quote ((TeX-PDF-mode . PDF)))))
+ '(safe-local-variable-values (quote ((TeX-PDF-mode . "PDF") (TeX-PDF-mode . PDF)))))
 (custom-set-faces
   ;; custom-set-faces was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.