.emacs-my
changeset 107 817be82fdfc9
parent 106 0591d06cf752
parent 105 52a334c6c908
child 108 1559bb79bdd1
equal deleted inserted replaced
106:0591d06cf752 107:817be82fdfc9
   434 ;; (desire 'emacs-w3m)
   434 ;; (desire 'emacs-w3m)
   435 ;; (desire 'eudc)
   435 ;; (desire 'eudc)
   436 ;; (desire 'filladapt)
   436 ;; (desire 'filladapt)
   437 ;;;; (desire 'hugs-mode)
   437 ;;;; (desire 'hugs-mode)
   438 ;; (desire 'haskell-mode)
   438 ;; (desire 'haskell-mode)
   439 ;; (desire 'ispell)
       
   440 ;; (desire 'latex)
   439 ;; (desire 'latex)
   441 ;; (desire 'lispdir)
   440 ;; (desire 'lispdir)
   442 ;; (desire 'mpg123)
   441 ;; (desire 'mpg123)
   443 ;; (desire 'php-mode)
   442 ;; (desire 'php-mode)
   444 ;; (desire 'ps-print)
   443 ;; (desire 'ps-print)
   445 ;; (desire 'psgml)
       
   446 ;; (desire 'sh-script)
   444 ;; (desire 'sh-script)
   447 ;; (desire 'shell)
   445 ;; (desire 'shell)
   448 ;; (desire 'tex)
   446 ;; (desire 'tex)
   449 ;; (desire 'w3)
   447 ;; (desire 'w3)
   450 
   448 
   591 
   589 
   592 ;; ======================================================================
   590 ;; ======================================================================
   593 ;;
   591 ;;
   594 ;; Spell
   592 ;; Spell
   595 
   593 
       
   594 (setq ispell-program-name "ispell")
   596 ;(setq ispell-dictionary "russianw"); default dictionary
   595 ;(setq ispell-dictionary "russianw"); default dictionary
   597 ;(setq ispell-local-dictionary "russianw"); default dictionary
   596 ;(setq ispell-local-dictionary "russianw"); default dictionary
   598 ;(add-hook 'text-mode-hook 'flyspell-mode)
   597 ;(add-hook 'text-mode-hook 'flyspell-mode)
   599 ;(setq flyspell-default-dictionary "russianw")
   598 ;(setq flyspell-default-dictionary "russianw")
   600 ;(setq flyspell-delay '1)
   599 ;(setq flyspell-delay '1)
   896 ;; (add-to-list 'load-path  "~/emacs/site/ecb-2.32")
   895 ;; (add-to-list 'load-path  "~/emacs/site/ecb-2.32")
   897 ;; (require 'ecb)
   896 ;; (require 'ecb)
   898 
   897 
   899 ;; (global-set-key (kbd "\e\eE") 'ecb-activate)
   898 ;; (global-set-key (kbd "\e\eE") 'ecb-activate)
   900 
   899 
       
   900 ;; ----------------------------------------------------------------------
       
   901 ;; html
       
   902 
       
   903 ;; ----------------------------------------------------------------------
       
   904 ;; xml
       
   905 
       
   906 ;; ----------------------------------------------------------------------
       
   907 ;; psgml
       
   908 (setq sgml-set-face t)			; for highlighting in sgml
       
   909 
   901 ;; ======================================================================
   910 ;; ======================================================================
   902 ;; Printing
   911 ;; Printing
   903 
   912 
   904 ;; Use Notepad to print plain text files to the default Windows printer
   913 ;; Use Notepad to print plain text files to the default Windows printer
   905 ;(setq lpr-command "notepad")
   914 ;(setq lpr-command "notepad")