# HG changeset patch # User Oleksander Gavenko # Date 1208466265 -10800 # Node ID 4f97bf9a25d5d63f8e664dd4fee49fe6064ac21a # Parent 31773497a1a2fa216bac9f034a5f18aaee9bede5 Удалил строки, содержащие абсолютные пути в windows. diff -r 31773497a1a2 -r 4f97bf9a25d5 .emacs --- a/.emacs Fri Apr 18 00:04:25 2008 +0300 +++ b/.emacs Fri Apr 18 00:04:25 2008 +0300 @@ -459,7 +459,6 @@ ;; ====================================================================== ;; AUC TeX -;; (add-to-list 'load-path "c:/program files/emacs/site-lisp/auctex/") ;; (load "tex-site") ;(require 'tex-mik) @@ -471,7 +470,6 @@ ;(setq TeX-PDF-mode t) ;(setq TeX-interactive-mode t) ;(setq TeX-source-specials-mode 1) -;(add-to-list 'load-path "c:/emacs/site-lisp/auctex/") ;(load "tex-site") ;(load "tex-mik") @@ -517,7 +515,6 @@ ;(load "preview-latex.el" nil t t) -;(add-to-list 'load-path "c:/emacs/site-lisp/previewlatex/") ;(add-hook 'LaTeX-mode-hook #'LaTeX-preview-setup) ;(autoload 'LaTeX-preview-setup "preview") @@ -823,13 +820,6 @@ ;(setq printer-name nil) ; notepad takes the default ;(setq lpr-printer-switch "/P") ;; run notepad as batch printer ;; -;; prfile32 -;(setq lpr-command "c:/program files/printfile/prfile32.exe") -;(setq lpr-headers-switches '("/p")) -;(setq lpr-switches '("/q")) -;(setq lpr-add-switches nil) -;(setq printer-name nil) -;; ;; ;(setq printer-name "~/myprint.txt") ;(setq ps-printer-name nil) @@ -901,7 +891,7 @@ ;; ====================================================================== -;; Start off in "C:/home" dir. + (cd "~/") (setq my-author-name (getenv "USER")) (setq user-full-name (getenv "USER")) diff -r 31773497a1a2 -r 4f97bf9a25d5 .emacs-custom.el --- a/.emacs-custom.el Fri Apr 18 00:04:25 2008 +0300 +++ b/.emacs-custom.el Fri Apr 18 00:04:25 2008 +0300 @@ -8,7 +8,6 @@ ;; 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 ("d:/Project/Cygwin/usr/info"))) '(Info-enable-edit t) '(browse-url-browser-function (quote browse-url-default-windows-browser)) '(ecb-tip-of-the-day nil)