* Warning about `user-emacs-directory'
@ 2005-08-08 10:46 Juanma Barranquero
2005-08-08 13:14 ` Emilio Lopes
0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2005-08-08 10:46 UTC (permalink / raw)
Compiling cmuscheme.el warns about a non-existent
`user-emacs-directory'. Was the change shown in patch below the
intended effect, or is a non-GNU Emacs variable?
--
/L/e/k/t/u
Index: lisp/cmuscheme.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/cmuscheme.el,v
retrieving revision 1.39
diff -u -2 -r1.39 cmuscheme.el
--- lisp/cmuscheme.el 6 Aug 2005 22:13:42 -0000 1.39
+++ lisp/cmuscheme.el 8 Aug 2005 10:45:50 -0000
@@ -273,5 +273,5 @@
(if (file-exists-p start-file)
start-file
- (let ((start-file (concat user-emacs-directory name)))
+ (let ((start-file (concat "~/.emacs.d/" name)))
(and (file-exists-p start-file) start-file)))))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Warning about `user-emacs-directory'
2005-08-08 10:46 Warning about `user-emacs-directory' Juanma Barranquero
@ 2005-08-08 13:14 ` Emilio Lopes
0 siblings, 0 replies; 2+ messages in thread
From: Emilio Lopes @ 2005-08-08 13:14 UTC (permalink / raw)
Juanma Barranquero <lekktu <at> gmail.com> writes:
>
> Compiling cmuscheme.el warns about a non-existent
> `user-emacs-directory'. Was the change shown in patch below the
> intended effect, or is a non-GNU Emacs variable?
>
My error. I'll send a patch to fix this later today when I'm home.
-ECL
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-08 13:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 10:46 Warning about `user-emacs-directory' Juanma Barranquero
2005-08-08 13:14 ` Emilio Lopes
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.