From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: The Grue Newsgroups: gmane.emacs.help Subject: init.el is missing many settings after emacs start Date: Tue, 17 Jul 2012 03:29:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1342521016 8560 80.91.229.3 (17 Jul 2012 10:30:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2012 10:30:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 17 12:30:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sr52j-00046l-Cx for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 12:30:13 +0200 Original-Received: from localhost ([::1]:44723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr52i-000061-Gh for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jul 2012 06:30:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 61 Original-NNTP-Posting-Host: 212.222.53.78 Original-X-Trace: posting.google.com 1342520986 27741 127.0.0.1 (17 Jul 2012 10:29:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 17 Jul 2012 10:29:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=212.222.53.78; posting-account=dEAEzAoAAADtQ-5AxH2XGiCOTAvQ7QWi User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:193516 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85895 Archived-At: Hello, since some months, every now and then when I start emacs23, my init.el is missing many configuration lines. I have checked it in to a git repository, so I can restore the settings, but I really don't like it ;) The diff looks like this, with many lines deleted (by me, don't want to post >200 lines): diff --git a/init.el b/init.el index 745be22..c5e83dd 100755 --- a/init.el +++ b/init.el @@ -56,10 +56,3 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(Buffer-menu-buffer+size-width 40) - '(Buffer-menu-mode-width 8) - '(Info-additional-directory-list (quote ("/opt/emacs23/share/info/" "/home/gru/info" "/usr/local/share/info"))) - '(Info-auto-generate-directory (quote if-outdated)) - '(Info-button1-follows-hyperlink t) - '(Info-save-auto-generated-dir (quote always)) - '(LaTeX-command "latex -shell-escape") [ many lines deleted ] - '(w3-delay-image-loads t) - '(w3-do-incremental-display t) - '(w3-icon-format nil) - '(w3-maximum-line-length 100) - '(w3-min-img-size 5) - '(w3m-use-cookies t) - '(whitespace-auto-cleanup t) - '(whitespace-check-spacetab-whitespace nil) - '(woman-cache-filename "~/.emacs.d/woman-cache.el -") - '(woman-imenu t) - '(woman-use-own-frame nil)) + '(bmkp-last-as-first-bookmark-file "~/.emacs.bmk")) (custom-set-faces @@ -266,14 +64,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :foundry "unknown" :family "ProFont")))) - '(buffer-menu-buffer ((t (:foreground "blue")))) - '(cursor ((t (:background "blue")))) - '(highlight ((((class color) (background light)) (:background "gray80")))) - '(mode-line ((((type x w32 mac) (class color)) (:background "grey75" :foreground "black" :box (:line-width -1 :style released-button))))) - '(org-hide ((((background light)) (:foreground "gray90")))) - '(show-paren-match ((((class color) (background light)) (:inverse-video t)))) - '(w3m-form ((((class color) (background light)) (:foreground "red" :underline t))))) + ) ;;============================================================================ ;;{{{ Desktop for saving whole sessions ;;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ any ideas?