unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).