# HG changeset patch # User Oleksandr Gavenko # Date 1261082851 -7200 # Node ID a1004ec442f366fb5bd0cdc7e888723ce561bd13 # Parent 404b444d990bf6a112e150ce290fdd7ec0b4a0d1# Parent b67d7266eae49285824b9df650ee861bbbae80d4 Automated merge with file:///E:\srv\hg\dot-emacs diff -r 404b444d990b -r a1004ec442f3 .emacs-my --- a/.emacs-my Wed Dec 09 11:04:53 2009 +0200 +++ b/.emacs-my Thu Dec 17 22:47:31 2009 +0200 @@ -15,10 +15,6 @@ ;; Shut off message buffer by setting nil. (setq message-log-max 100) -;;(add-hook 'after-init-hook -;; '(lambda () (setq debug-on-error t))) -;;(debug-on-entry 'command-line-1) - ;; Set the debug option to enable a backtrace when a problem occurs. (setq debug-on-error nil) ; t/nil @@ -32,7 +28,7 @@ (scroll-bar-mode 1) (if window-system - ;; Для X-window и Win + ;; For graphical environment. (progn ;;установка цветов экрана (set-background-color "white") @@ -45,11 +41,14 @@ ;; (set-face-font 'default "7x14") (fringe-mode 'default) ) - ;; Для tty + ;; For tty. (progn ) ) +;; See what I am typing immediately (for keystroke in minibuffer). +(setq echo-keystrokes 0.2) + ;; ---------------------------------------------------------------------- ;; Silent runing. @@ -125,6 +124,14 @@ ) ;; ---------------------------------------------------------------------- +;; search +(setq case-fold-search t) + +;; ---------------------------------------------------------------------- +;; *Occur* +(global-set-key [f7] 'occur) ; Key binding as in mc + +;; ---------------------------------------------------------------------- ;; *Text* (setq default-major-mode 'text-mode) @@ -209,9 +216,6 @@ (global-set-key [M-f4] 'save-buffers-kill-emacs) (global-set-key [f6] 'toggle-truncate-lines) -;; *Occur* -(global-set-key [f7] 'occur) ; Key binding as in mc - ;; frames, windows manipulation, switch buffers (global-set-key [?\C-x right] 'next-buffer) (global-set-key [?\C-x left] 'previous-buffer) diff -r 404b444d990b -r a1004ec442f3 INSTALL --- a/INSTALL Wed Dec 09 11:04:53 2009 +0200 +++ b/INSTALL Thu Dec 17 22:47:31 2009 +0200 @@ -1,10 +1,10 @@ -*- mode: outline; coding: cp1251 -*- -Copyright (C) 2008 by Oleksandr Gavenko +Copyright (C) 2008, 2009 by Oleksandr Gavenko * Install note for .emacs. -* Файл настроек. +* Config file. Файл настроек имеет имя ".emacs". При загрузке emacs он ищется по пути "$HOME/.emacs". @@ -20,7 +20,7 @@ ".emacs-my" хранит общие настройки для всех инсталляций, файлы ".emacs-pre" и ".emacs-post" содержат настройки для локальной инсталляции. -* Особенности для Windows. +* Setup on Windows. ** Setup HOME. @@ -44,6 +44,16 @@ Also you can set woman-manpath variable. +** Setup INFOPATH. + +To browse info file inside Emacs set INFOPATH like this: + + INFOPATH=e:/bin/gnutls/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info;e:/bin/MinGW/info;e:/bin/MinGW/share/info;e:/bin/wget/info: + +for MinGW. + +Note that last colon symbol is essential for include also Emacs info to list. + * Особенности для Unix. Я решил сохранять файлы настроек в домашнем каталоге основного пользователя,