X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=39a742cc85d1b0535f3d4d9ae7d34e1f4dff79c3;hb=1d997c515b184da6474a7e2021154738ef44fb66;hp=92bd6d09a13736bddab343715abad4b222471343;hpb=414e536ae942cc9ba8571f20570fa2916f310f15;p=sugar.git diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 92bd6d0..39a742c 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -48,10 +48,12 @@ (setq browse-url-firefox-program "/opt/local/bin/firefox") ;; Specify how to connect to some of the remote servers. (setq tramp-default-proxies-alist nil) - (add-to-list 'tramp-default-proxies-alist - '("rd8" nil "/sshx:pho@yebisu1.ymir.jp:")) - (add-to-list 'tramp-default-proxies-alist - '("yebisu1\\.ymir\\.jp" nil "/sshx:pho@boss:")))))) + (mapcar #'(lambda (proxy) + (add-to-list 'tramp-default-proxies-alist proxy)) + '( ("rd8" nil "/sshx:pho@yebisu1.ymir.jp:") + ("pho\\.dev\\.office\\.ymir\\.co\\.jp" nil "/sshx:pho@yebisu1.ymir.jp:") + ("yebisu1\\.ymir\\.jp" nil "/sshx:pho@boss:" ) + )))))) ;; Settings for Browser -------------------------------------------------------- (setq browse-url-browser-function 'w3m-browse-url) @@ -134,6 +136,9 @@ ;; ditz (require-if-present 'ditz) +;; mediawiki +(require-if-present 'mediawiki) + ;; jaspace (require-if-present 'jaspace) @@ -168,6 +173,7 @@ ;; elscreen (load "elscreen" "ElScreen" t) +(elscreen-start) (require-if-present 'elscreen-w3m) ;; undo-tree @@ -391,6 +397,15 @@ "Major mode for editing YAML files." t) (add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode)) +;; Troublesome Tasks +(if (equal (system-name) "seras") + (progn + (defun edit-troublesome-tasks () + (interactive) + (elscreen-create) + (find-file (expand-file-name "~/var/troublesome-tasks.txt"))) + (define-key ctl-x-map "MT" #'edit-troublesome-tasks))) + ;; ChangeLog (setq user-full-name "PHO") (setq user-mail-address "pho@cielonegro.org") @@ -422,13 +437,13 @@ ;; Emacs Calc (add-hook 'calc-start-hook - (lambda () - (if (functionp 'paren-deactivate) - (paren-deactivate)))) + (lambda () + (if (functionp 'paren-deactivate) + (paren-deactivate)))) (add-hook 'calc-end-hook - (lambda () - (if (functionp 'paren-activate) - (paren-activate)))) + (lambda () + (if (functionp 'paren-activate) + (paren-activate)))) ;;; emacs-w3m (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) @@ -451,10 +466,10 @@ ;; emacs auto edit (put 'narrow-to-region 'disabled nil) (custom-set-variables - ;; custom-set-variables was added by Custom. - ;; 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. + ;; custom-set-variables was added by Custom. + ;; 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. '(Info-additional-directory-list (quote ("/sw/share/info" "/usr/local/info" "/usr/local/share/info"))) '(ac-ignore-case nil) '(appt-display-format (quote window)) @@ -477,6 +492,7 @@ '(ecb-tree-buffer-style (quote ascii-guides)) '(ecb-windows-width 0.2) '(elscreen-display-tab t) + '(font-lock-global-modes (quote (not mew-summary-mode))) '(global-whitespace-mode t) '(haskell-program-name "ghci") '(ido-enable-flex-matching t) @@ -494,8 +510,9 @@ '(js2-indent-on-enter-key nil) '(js2-mirror-mode nil) '(js2-use-font-lock-faces t) + '(mediawiki-site-alist (quote (("Wikipedia" "http://en.wikipedia.org/w/" "username" "password" "Main Page") ("YmirDev" "https://ymirlink:santamo@update.forcast.jp/fcdiv/mwiki/" "PHO" "" "メインページ")))) '(mew-field-spec (quote (("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t mew-face-header-important mew-face-header-important) ("^Subject:$" t mew-face-header-important mew-face-header-subject) ("^From:$" t mew-face-header-important mew-face-header-from) ("^\\(To\\|Apparently-To\\):$" t mew-face-header-important mew-face-header-to) ("^\\(Cc\\|Dcc\\|Bcc\\):$" t mew-face-header-important mew-face-header-to) ("^Newsgroups:$" t mew-face-header-important mew-face-header-to) ("^Date:$" t mew-face-header-important mew-face-header-date) ("^Reply-To:$" t) ("^X-Mailer:$" t) ("^X-Mew:$" t mew-face-header-important mew-face-header-xmew) ("^\\(Received\\|Return-Path\\|Sender\\|Errors-To\\):$" nil) ("^\\(Path\\|Distribution\\|Xref\\):$" nil) ("^NNTP-Posting-" nil) ("^\\(Message-Id\\|Posted\\|In-Reply-To\\|References\\|Precedence\\):$" nil) ("^Delivered-" nil) ("^List-" nil) ("^\\(Mime-Version\\|Lines\\):$" nil) ("^From$" nil) ("^Status:$" nil) ("^Face:$" nil mew-face-header-private mew-face-header-marginal) ("^X-Text-Classification:$" t mew-face-header-important mew-face-header-important) ("^X-POPFile-Link:$" t mew-face-header-important mew-face-body-url) ("^\\(X\\|Original\\)-" nil mew-face-header-private mew-face-header-marginal)))) - '(mew-refile-guess-alist (quote (("From:" ("noreply@adc1.apple.com" . "+mm/adc") ("mag2 ID 0000022139" . "+mm/2ch") ("noreply@sourceforge.net" . "+from/sf-net")) ("Subject:" ("w3m-dev" . "+ml/w3m-dev")) ("To:" ("glasgow-haskell-users@haskell.org" . "+ml/ghc-users") ("fink-devel@lists.sourceforge.net" . "+ml/fink-devel")) ("Reply-To:" ("yun@kokonoe.com" . "+mm/kokonoe")) ("Cc:" ("glasgow-haskell-users@haskell.org" . "+ml/ghc-users"))))) + '(mew-refile-guess-alist (quote (("From:" ("noreply@adc1.apple.com" "+mm/adc") ("mag2 ID 0000022139" "+mm/2ch") ("noreply@sourceforge.net" "+from/sf-net")) ("Subject:" ("w3m-dev" "+ml/w3m-dev")) ("To:" ("glasgow-haskell-users@haskell.org" "+ml/ghc-users") ("fink-devel@lists.sourceforge.net" "+ml/fink-devel")) ("Reply-To:" ("yun@kokonoe.com" "+mm/kokonoe")) ("Cc:" ("glasgow-haskell-users@haskell.org" "+ml/ghc-users"))))) '(mew-scan-fields (quote ("Folder:" "Filename:" "Subject:" "Date:" "From:" "To:" "Cc:" "Content-Type:" "Content-Transfer-Encoding:" "X-Mew-Uidl:" "Message-Id:" "In-Reply-To:" "References:" "X-Mew-Ref:" "X-Text-Classification:" "Body"))) '(mew-spam: "X-Text-Classification:") '(mew-summary-form (quote (type (5 date) " " (14 from) " " t (14 x-classification) " " (30 subj) "|" (0 body)))) @@ -539,18 +556,21 @@ '(w3m-output-coding-system (quote utf-8)) '(w3m-terminal-coding-system (quote utf-8)) '(w3m-use-cookies t) - '(whitespace-style (quote (face tabs trailing lines space-before-tab newline indentation empty space-after-tab tab-mark))) + '(whitespace-style (quote (face tabs trailing lines-tail space-before-tab newline indentation empty space-after-tab tab-mark))) '(woman-cache-filename "~/.wmncach.el") '(x-select-enable-clipboard t)) (custom-set-faces - ;; custom-set-faces was added by Custom. - ;; 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. + ;; custom-set-faces was added by Custom. + ;; 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. + '(diff-added ((t (:inherit diff-changed :foreground "medium spring green" :weight extra-bold)))) + '(diff-removed ((t (:foreground "gold3" :weight extra-bold)))) '(flyspell-incorrect ((t (:foreground "OrangeRed" :overline t)))) '(jaspace-highlight-tab-face ((((class color) (background dark)) (:foreground "gray70" :underline t)))) '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold)))) '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold)))) '(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold)))) '(which-func-face ((t (:background "black" :foreground "dark orange")))) - '(whitespace-indentation ((t (:foreground "dimgray" :underline t))))) + '(whitespace-indentation ((t (:foreground "dimgray" :underline t)))) + '(whitespace-line ((t (:background "gray20")))))