help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: contents of user-emacs-directory?


From: Nicolas Richard
Subject: Re: contents of user-emacs-directory?
Date: Thu, 13 Jun 2013 11:40:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

kevinbanjo@gmail.com writes:

> I'm trying to use org-mode on xemacs and when I try several commands
> it tells me user-emacs-directory's symbol value as a variable is void.
> Xemacs appears not to have one and no one on any IRC room seems to be
> able to answer me what exactly is supposed to go in there and/or what
> is the xemacs equivalent.

In org-compat.el, there is the following snippet :

(when (and (not (boundp 'user-emacs-directory))
             (boundp 'user-init-directory))
    (org-defvaralias 'user-emacs-directory 'user-init-directory))

which is supposed to take care of that problem. Isn't
user-init-directory bound ?

I'm not a xemacs user and won't be able to help further, but maybe the
version of org and xemacs you are using can be useful.

-- 
Nicolas.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]