diff -r 0591d06cf752 -r 817be82fdfc9 .emacs-my --- a/.emacs-my Fri Dec 19 18:28:17 2008 +0200 +++ b/.emacs-my Sat Dec 20 17:49:25 2008 +0200 @@ -436,13 +436,11 @@ ;; (desire 'filladapt) ;;;; (desire 'hugs-mode) ;; (desire 'haskell-mode) -;; (desire 'ispell) ;; (desire 'latex) ;; (desire 'lispdir) ;; (desire 'mpg123) ;; (desire 'php-mode) ;; (desire 'ps-print) -;; (desire 'psgml) ;; (desire 'sh-script) ;; (desire 'shell) ;; (desire 'tex) @@ -593,6 +591,7 @@ ;; ;; Spell +(setq ispell-program-name "ispell") ;(setq ispell-dictionary "russianw"); default dictionary ;(setq ispell-local-dictionary "russianw"); default dictionary ;(add-hook 'text-mode-hook 'flyspell-mode) @@ -898,6 +897,16 @@ ;; (global-set-key (kbd "\e\eE") 'ecb-activate) +;; ---------------------------------------------------------------------- +;; html + +;; ---------------------------------------------------------------------- +;; xml + +;; ---------------------------------------------------------------------- +;; psgml +(setq sgml-set-face t) ; for highlighting in sgml + ;; ====================================================================== ;; Printing