all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* init.el is missing many settings after emacs start
@ 2012-07-17 10:29 The Grue
  2012-07-17 10:37 ` Peter Dyballa
       [not found] ` <mailman.4966.1342521476.855.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: The Grue @ 2012-07-17 10:29 UTC (permalink / raw)
  To: help-gnu-emacs

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?


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: init.el is missing many settings after emacs start
  2012-07-17 10:29 init.el is missing many settings after emacs start The Grue
@ 2012-07-17 10:37 ` Peter Dyballa
       [not found] ` <mailman.4966.1342521476.855.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2012-07-17 10:37 UTC (permalink / raw)
  To: The Grue; +Cc: help-gnu-emacs


Am 17.07.2012 um 12:29 schrieb The Grue:

> any ideas?

Why?

--
Greetings

  Pete

These are my principles and if you don't like them... well, I have others.
				- Groucho Marx




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: init.el is missing many settings after emacs start
       [not found] ` <mailman.4966.1342521476.855.help-gnu-emacs@gnu.org>
@ 2012-07-17 10:40   ` The Grue
  2012-07-17 10:55     ` Vineet Naik
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: The Grue @ 2012-07-17 10:40 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: help-gnu-emacs, The Grue

> Why?

Uhm - excuse me?
Ok, maybe I didn't make this clear: I don't want to loose these settings! It's part of my fine-tuning of emacs and I consider it broken without these settings ;)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: init.el is missing many settings after emacs start
  2012-07-17 10:40   ` The Grue
@ 2012-07-17 10:55     ` Vineet Naik
  2012-07-17 10:56     ` Peter Dyballa
       [not found]     ` <mailman.4968.1342522520.855.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 6+ messages in thread
From: Vineet Naik @ 2012-07-17 10:55 UTC (permalink / raw)
  To: The Grue; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

It seems you have edited the "custom-set-*" block. That snippet is generated
by emacs when you modify and save the customization options from
inside an emacs session. So you shouldn't edit it manually but
use emacs to change it.

Please see this link for more details -
http://stackoverflow.com/questions/5052088/what-is-custom-set-variables-and-faces-in-my-emacs

HTH

On Tue, Jul 17, 2012 at 4:10 PM, The Grue <
markus.grunwald.ebe@googlemail.com> wrote:

> > Why?
>
> Uhm - excuse me?
> Ok, maybe I didn't make this clear: I don't want to loose these settings!
> It's part of my fine-tuning of emacs and I consider it broken without these
> settings ;)
>



-- 
Vineet Naik

[-- Attachment #2: Type: text/html, Size: 1260 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: init.el is missing many settings after emacs start
  2012-07-17 10:40   ` The Grue
  2012-07-17 10:55     ` Vineet Naik
@ 2012-07-17 10:56     ` Peter Dyballa
       [not found]     ` <mailman.4968.1342522520.855.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2012-07-17 10:56 UTC (permalink / raw)
  To: The Grue; +Cc: help-gnu-emacs


Am 17.07.2012 um 12:40 schrieb The Grue:

>> Why?
> 
> Uhm - excuse me?
> Ok, maybe I didn't make this clear: I don't want to loose these settings! It's part of my fine-tuning of emacs and I consider it broken without these settings ;)


Is patch, the programme, an idea?

Honestly, I don't understand what you're looking or asking for…

--
Greetings

  Pete

Remember: use logout to logout.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: init.el is missing many settings after emacs start
       [not found]     ` <mailman.4968.1342522520.855.help-gnu-emacs@gnu.org>
@ 2012-07-17 11:59       ` The Grue
  0 siblings, 0 replies; 6+ messages in thread
From: The Grue @ 2012-07-17 11:59 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: help-gnu-emacs, The Grue

Thank you, your reply was really helpfull :)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-17 11:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 10:29 init.el is missing many settings after emacs start The Grue
2012-07-17 10:37 ` Peter Dyballa
     [not found] ` <mailman.4966.1342521476.855.help-gnu-emacs@gnu.org>
2012-07-17 10:40   ` The Grue
2012-07-17 10:55     ` Vineet Naik
2012-07-17 10:56     ` Peter Dyballa
     [not found]     ` <mailman.4968.1342522520.855.help-gnu-emacs@gnu.org>
2012-07-17 11:59       ` The Grue

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.