.emacs
changeset 9 96e0cbcd92ab
parent 8 c33aa66ebb2e
child 10 1c6aae52de4b
--- a/.emacs	Thu Apr 17 23:59:52 2008 +0300
+++ b/.emacs	Thu Apr 17 23:59:53 2008 +0300
@@ -18,7 +18,7 @@
 (setq message-log-max 100)
 
 ;;(add-hook 'after-init-hook
-;;	  '(lambda () (setq debug-on-error t)))
+;;    '(lambda () (setq debug-on-error t)))
 ;;(debug-on-entry 'command-line-1)
 
 ;; Set the debug option to enable a backtrace when a problem occurs.
@@ -307,9 +307,9 @@
 ;; может дополнять несколько слов одновременно
 (load "complete")
 (setq completion-ignored-extensions (quote ("CVS/" ".o" "~" ".bin" ".bak" ".obj" ".map" ".a" ".ln" ".blg" ".bbl" ".elc"
-											".lof" ".glo" ".idx" ".lot" ".fmt" ".tfm" ".class" ".fas" ".lib" ".x86f" ".sparcf"
-											".lo" ".la" ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps"
-											".fns" ".kys" ".pgs" ".tps" ".vrs")))
+                                            ".lof" ".glo" ".idx" ".lot" ".fmt" ".tfm" ".class" ".fas" ".lib" ".x86f" ".sparcf"
+                                            ".lo" ".la" ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps"
+                                            ".fns" ".kys" ".pgs" ".tps" ".vrs")))
 
 
 ;; ----------------------------------------------------------------------
@@ -371,10 +371,10 @@
 ;; (require 'desire)
 
 ;; (add-to-list 'desire-load-path
-;; 	     (expand-file-name "~/share/emacs/desire"))
+;;       (expand-file-name "~/share/emacs/desire"))
 ;; (add-to-list 'auto-mode-alist
-;; 	     (cons (concat (regexp-quote desire-extension) "\\'")
-;; 		   'emacs-lisp-mode))
+;;       (cons (concat (regexp-quote desire-extension) "\\'")
+;;         'emacs-lisp-mode))
 
 ;; ----------------------------------------------------------------------
 
@@ -500,13 +500,13 @@
 ;(eval-after-load "tex"
 ;  '(progn
 ;     (add-to-list 'TeX-command-list
-;		  (list "->PS landscape for pdf"
-;			"dvips %d -N0 -Ppdf -G0 -T 297mm,210mm -o %f "
-;			'TeX-run-command nil t))
+;         (list "->PS landscape for pdf"
+;           "dvips %d -N0 -Ppdf -G0 -T 297mm,210mm -o %f "
+;           'TeX-run-command nil t))
 ;     (add-to-list 'TeX-command-list
-;		  (list "All Texify run-viewer"
-;			"texify --tex-opt=--src --run-viewer --clean %s.tex"
-;			'TeX-run-command nil t))))
+;         (list "All Texify run-viewer"
+;           "texify --tex-opt=--src --run-viewer --clean %s.tex"
+;           'TeX-run-command nil t))))
 
 
 ;; ======================================================================
@@ -592,11 +592,11 @@
 ;(setq flyspell-default-dictionary "russianw")
 ;(setq flyspell-delay '1)
 ;; (setq ispell-local-dictionary-alist
-;;   '((nil				; default (english.aff)
+;;   '((nil             ; default (english.aff)
 ;;      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
-;;     ("UK-xlg"				; english large version
+;;     ("UK-xlg"                ; english large version
 ;;      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "UK-xlg") nil iso-8859-1)
-;;     ("US-xlg"				; american large version
+;;     ("US-xlg"                ; american large version
 ;;      "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "US-xlg") nil iso-8859-1)
 ;;    )
 ;; )
@@ -813,7 +813,7 @@
 ;(setq lpr-command "notepad")
 ;(setq lpr-headers-switches '("/p"))    ; \ mis-use these
 ;(setq lpr-switches nil)                ; / two variables
-;(setq printer-name nil)		; notepad takes the default
+;(setq printer-name nil)        ; notepad takes the default
 ;(setq lpr-printer-switch "/P") ;; run notepad as batch printer
 ;;
 ;;Печать через prfile32
@@ -843,13 +843,13 @@
 ;(eval-after-load "tex"
 ;  '(progn
 ;     (add-to-list 'TeX-command-list
-;		  (list "->PS landscape for pdf"
-;			"dvips %d -N0 -Ppdf -G0 -T 297mm,210mm -o %f "
-;			'TeX-run-command nil t))
+;         (list "->PS landscape for pdf"
+;           "dvips %d -N0 -Ppdf -G0 -T 297mm,210mm -o %f "
+;           'TeX-run-command nil t))
 ;     (add-to-list 'TeX-command-list
-;		  (list "All Texify run-viewer"
-;			"texify --tex-opt=--src --run-viewer --clean %s.tex"
-;			'TeX-run-command nil t))))
+;         (list "All Texify run-viewer"
+;           "texify --tex-opt=--src --run-viewer --clean %s.tex"
+;           'TeX-run-command nil t))))
 
 
 ;; ======================================================================