Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo!oskgate0.mei!chorus.mei!chorus!tokuda
From: tokuda@isl.mei.co.jp (Katsumi TOKUDA)
Subject: Re: to be continued
In-Reply-To: isobe@cit.ics.saitama-u.ac.jp's message of Sun, 8 Aug 1993 19:27:58 GMT
Message-ID: <TOKUDA.93Aug9100649@dolce.isl.mei.co.jp>
Sender: news@chorus.isl.mei.co.jp
Nntp-Posting-Host: dolce.isl.mei.co.jp
Organization: Matsushita Electric Industrial Co., Ltd., Osaka, Japan
References: <ISOBE.93Aug9042758@kisoelc.cit.ics.saitama-u.ac.jp>
Distribution: fj
Date: Mon, 9 Aug 1993 01:06:49 GMT
Lines: 58
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:3915
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=3915&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B$H$/$@!w%Q%J%=%K%C%/$G$9!#(B

$B;d$O!"<!$NMM$J$b$N$r;H$C$F$^$7$?!#(B

;;
;; FILE:         em-config.el
;; SUMMARY:      Save and restore Emacs configurations between sessions.
;; USAGE:        GNU Emacs Lisp Library
;;
;; AUTHOR:       Bob Weiner
;; ORG:          Motorola, Inc., Communications Sector, Applied Research
;; E-MAIL:       USENET:  weiner@novavax.UUCP
;;
;; ORIG-DATE:    22-Aug-89 at 16:07:48
;; LAST-MOD:     25-Sep-89 at 17:42:37 by Bob Weiner
;;
;; Copyright (C) 1989 Bob Weiner and Free Software Foundation, Inc.
;; Available for use and distribution under the same terms as GNU Emacs.
;;
;; This file is not part of GNU Emacs.
;;
;; DESCRIPTION:  
;;
;;   Currently saves only unmodified buffers visiting files.  Also
;;   saves only limited information about buffers.  It may not work
;;   properly with subsystem buffers that visit files.  It is best to
;;   kill these before saving a configuration.
;;
;;   The exceptions are that:
;;     An Info buffer is handled properly, so it need not be deleted.
;;     Any buffer in rmail-mode is not saved.  Thus, when 'rmail' is
;;     invoked it works properly.
;;
;;   To enable reading of Emacs state from last session at the start
;;   of a new session, put the following in your personal Emacs init file:
;;
;;          (load-library "em-config")
;;          (emc-restore)
;;
;;   Follow the above with this code to enable saving of Emacs state
;;   when quitting a session:
;;
;;         (defun save-buffers-kill-emacs (&optional arg)
;;            "Offer to save each buffer, save file configuration, then kill this Emacs fork.
;;         With prefix arg, silently save all file-visiting buffers, then kill."
;;           (interactive "P")
;;           (save-some-buffers arg t)
;;           (emc-save)
;;           (kill-emacs))
;;
;; DESCRIP-END.
--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  $BFA(B $BED(B $B9n(B $B8J(B                                 $B>>2<EE4o;:6H(B($B3t(B)
    tokuda@isl.mei.co.jp         $B>pJsDL?.8&5f%;%s%?!<(B $B>pJs%7%9%F%`8&5f=j(B
                                              $B>pJsBh#63+H/<<(B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
