diff -r 4545865a64c3 -r 9460f6ad163d .emacs-my --- a/.emacs-my Wed Dec 02 23:40:14 2009 +0200 +++ b/.emacs-my Wed Dec 02 23:45:47 2009 +0200 @@ -419,67 +419,31 @@ (add-hook 'text-mode-hook 'turn-on-auto-fill) ;; ---------------------------------------------------------------------- -;; DESIRE +;; unknown ;; (require 'desire) - ;; (add-to-list 'desire-load-path ;; (expand-file-name "~/share/emacs/desire")) ;; (add-to-list 'auto-mode-alist ;; (cons (concat (regexp-quote desire-extension) "\\'") ;; 'emacs-lisp-mode)) -;; ---------------------------------------------------------------------- - -;; Pilot support -;; (desire 'pilot) - -;; ---------------------------------------------------------------------- - -;; BBDB - Must be loaded before most other things, since other things -;; may perform special configuration if BBDB is present. -;; -;; (desire 'bbdb "bbdb") - -;; ---------------------------------------------------------------------- - -;; These provide options for the various message handling packages. ;; (desire 'browse-url) ;; (desire 'mailcrypt) - -;; Message handing packages. ;; (desire 'gnus) ;; (desire 'message) ;; (desire 'sendmail) - -;; ---------------------------------------------------------------------- - -;; Miscellaneous - -;; (desire 'abbrev) +;; (desire 'bbdb "bbdb") +;; (desire 'pilot) ;; (desire 'bibtex) -;; (desire 'calc) -;; (desire 'ediff) ;; (desire 'eiffel-mode) ;; (desire 'emacs-w3m) ;; (desire 'eudc) ;; (desire 'filladapt) ;;;; (desire 'hugs-mode) -;; (desire 'haskell-mode) -;; (desire 'latex) -;; (desire 'lispdir) ;; (desire 'mpg123) ;; (desire 'php-mode) ;; (desire 'ps-print) -;; (desire 'sh-script) -;; (desire 'shell) -;; (desire 'tex) -;; (desire 'w3) - -;; ====================================================================== -;; -;; PERSONAL - ;; (require 'chord-mode) ; edit guitar music. ;; (require 'discography) ; variant of BibTeX mode for discographies. @@ -576,16 +540,13 @@ (setq woman-fill-frame t) ;; ====================================================================== -;; -;; SHELL +;; shell, sh, bash ;; Setup Emacs to run bash as its primary shell. ;; (setq binary-process-input t) ;; (setq shell-file-name "bash") ;; (setq shell-command-switch "-c") ;; (setenv "SHELL" shell-file-name) -;; (if (boundp 'w32-quote-process-args) -;; (setq w32-quote-process-args ?\")) ;; Include only for MS Windows. (when (eq window-system 'w32) (setq explicit-shell-file-name "bash") @@ -593,8 +554,7 @@ (setq explicit-sh-args '("-login" "-i")) ) ;; ====================================================================== -;; -;; Spell +;; spell, ispall, aspell (setq ispell-program-name "ispell") ;(setq ispell-dictionary "russianw"); default dictionary @@ -850,7 +810,7 @@ ;; (add-hook 'asm-mode-hook '(lambda () (local-set-key ":" ":"))) ;; ---------------------------------------------------------------------- -;; LISP +;; lisp (setq list-command-history-max 256) ;; ----------------------------------------------------------------------