.emacs-my
changeset 96 1c9a7ccc584a
parent 92 359f03f8a64b
parent 85 2bb7e6aceac9
child 101 5b5afd97d6f8
equal deleted inserted replaced
92:359f03f8a64b 96:1c9a7ccc584a
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     2 ;;
     2 ;;
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     4 ;;
     4 ;;
     5 ;; ~/.emacs file for GNU Emacs 21.
     5 ;; .emacs file for GNU Emacs.
     6 
     6 ;;
     7 ;; silent runing
     7 ;; ~/.emacs load this file after ~/.emacs-my-pre, but before ~/.emacs-my-post.
     8 ;; (setq inhibit-splash-screen t) ; nonexist on 21.4.1
       
     9 (setq inhibit-startup-message t)
       
    10 
     8 
    11 ;; ======================================================================
     9 ;; ======================================================================
    12 ;; Debugging.
    10 ;; Debugging.
    13 
    11 
    14 ;; Shut off message buffer by setting nil. Note - if you need to debug emacs,
    12 ;; Shut off message buffer by setting nil. Note - if you need to debug emacs,
    19 ;;    '(lambda () (setq debug-on-error t)))
    17 ;;    '(lambda () (setq debug-on-error t)))
    20 ;;(debug-on-entry 'command-line-1)
    18 ;;(debug-on-entry 'command-line-1)
    21 
    19 
    22 ;; Set the debug option to enable a backtrace when a problem occurs.
    20 ;; Set the debug option to enable a backtrace when a problem occurs.
    23 (setq debug-on-error nil)               ; t/nil
    21 (setq debug-on-error nil)               ; t/nil
    24 
       
    25 ;; ======================================================================
       
    26 ;; GNU Serv.
       
    27 
       
    28 ;; (load "~/emacs/bin/gnuserv/gnuserv.el")
       
    29 ;; (require 'gnuserv)
       
    30 ;; (setq gnuserv-frame (selected-frame))
       
    31 
       
    32 (server-start)
       
    33 
       
    34 ;; (desktop-load-default)
       
    35 ;; (desktop-read)
       
    36 
    22 
    37 ;; ======================================================================
    23 ;; ======================================================================
    38 ;; Настройка внешнего вида редактора.
    24 ;; Настройка внешнего вида редактора.
    39 ;; View.
    25 ;; View.
    40 
    26 
    63       )
    49       )
    64   ;; Для tty
    50   ;; Для tty
    65   (progn
    51   (progn
    66     )
    52     )
    67 )
    53 )
       
    54 
       
    55 ;; ----------------------------------------------------------------------
       
    56 ;; Silent runing.
       
    57 
       
    58 ;; (setq inhibit-splash-screen t) ; nonexist on 21.4.1
       
    59 (setq inhibit-startup-message t)
       
    60 
       
    61 ;; ======================================================================
       
    62 ;; GNU Serv.
       
    63 
       
    64 ;; (load "~/emacs/bin/gnuserv/gnuserv.el")
       
    65 ;; (require 'gnuserv)
       
    66 ;; (setq gnuserv-frame (selected-frame))
       
    67 
       
    68 (server-start)
       
    69 
       
    70 ;; (desktop-load-default)
       
    71 ;; (desktop-read)
    68 
    72 
    69 ;; ======================================================================
    73 ;; ======================================================================
    70 ;; Standart settings
    74 ;; Standart settings
    71 
    75 
    72 ;прикрепляет к каждому окну полоску прокрутки t/nil
    76 ;прикрепляет к каждому окну полоску прокрутки t/nil