# HG changeset patch # User Oleksandr Gavenko # Date 1224100346 -10800 # Node ID bfc8c3d035274ce20c53725dd023292b9ddbac80 # Parent f80cd58e09cb17162194e5a732bae908c8d41bf1 Correct code to remove warning in *Messages* when loading .emacs-my. diff -r f80cd58e09cb -r bfc8c3d03527 .emacs-my --- a/.emacs-my Wed Oct 15 22:46:58 2008 +0300 +++ b/.emacs-my Wed Oct 15 22:52:26 2008 +0300 @@ -44,9 +44,9 @@ ;; View. ; remove menu on nil -(menu-bar-mode nil) ; t/nil +(menu-bar-mode -1) ; 1/-1 ; remove button on nil -(tool-bar-mode nil) ; t/nil +(tool-bar-mode -1) ; 1/-1 (if window-system ;; Для X-window и Win @@ -119,6 +119,7 @@ (transient-mark-mode 1) ; 1/-1, when the mark is active, the region is highlighted. (delete-selection-mode 1) ; 1/-1 + ;; Order of next item is important. (setq pc-select-selection-keys-only t) ; To avoid some key bindings as F6, etc. (pc-selection-mode) @@ -201,6 +202,7 @@ ;; ====================================================================== ;; Coding system, charset, locale, lang. + ; Подготовка к использованию соответствующих кодовых страниц. (codepage-setup 866) (codepage-setup 1251)