Correct code to remove warning in *Messages* when loading .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)