all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* customize messing up .emacs symlink?
@ 2004-03-02  2:00 Ed L Cashin
  2004-03-02  4:03 ` D. D. Brierton
  2004-03-02 18:52 ` Kevin Rodgers
  0 siblings, 2 replies; 10+ messages in thread
From: Ed L Cashin @ 2004-03-02  2:00 UTC (permalink / raw)


Hi.  I have a .emacs file under version control and symlinked into my
home directory.  Every once in a while, emacs replaces my symlink and
creates a regular file.

Just now I sent some usenet news and saw a message flash by:

  Wrote /home/ecashin/.emacs
  Sending news via news.gmane.org using nntp...
  Opening nnimap server on 127.0.0.1...

The difference between the old .emacs and the impostor is shown
below.  It leads me to suspect that the customize code of the two
emacs versions I use are competing.  

I wish they would leave .emacs alone, since I edit it myself and like
the symlink.


--- svnfiles/homedir/.emacs	Mon Mar  1 15:35:37 2004
+++ .emacs	Mon Mar  1 20:28:28 2004
@@ -838,7 +838,10 @@
   (error
    (message "Cannot initialize bbdb %s" (cdr err))))
 
-(custom-set-faces)
+(custom-set-faces
+  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
+  ;; Your init file should contain only one such instance.
+ )
 
 ;;; auto-compression-mode means turn on automatic decompression of
 ;; visited files, e.g., *tar.gz files, so that tar-mode can work!
@@ -1001,8 +1004,11 @@
   (add-to-list 'auto-mode-alist '("\\.goo$" . goo-mode))
   (setq goo-program-name "/inst/bin/goo"))
 (custom-set-variables
- '(load-home-init-file t t)
- '(gnuserv-program (concat exec-directory "/gnuserv")))
+  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
+  ;; Your init file should contain only one such instance.
+ '(canlock-password "b386d1cc17f438e9c8bc963815439d94adbd6244")
+ '(gnuserv-program (concat exec-directory "/gnuserv"))
+ '(load-home-init-file t t))
 
 (defun mips-asm-mode ()
   "asm mode with adjusted defaults for use MIPS asm."


-- 
--Ed L Cashin     PGP public key: http://noserose.net/e/pgp/

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

end of thread, other threads:[~2004-03-03  1:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-02  2:00 customize messing up .emacs symlink? Ed L Cashin
2004-03-02  4:03 ` D. D. Brierton
2004-03-02 15:09   ` Ed L Cashin
2004-03-02 15:36     ` D. D. Brierton
2004-03-02 18:06       ` Ed L Cashin
2004-03-02 16:24     ` Floyd L. Davidson
2004-03-03  0:55       ` Ed L Cashin
2004-03-03  1:02         ` Jesper Harder
2004-03-02 18:52 ` Kevin Rodgers
2004-03-03  0:59   ` Ed L Cashin

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.