From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
To: kevinbanjo@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: contents of user-emacs-directory?
Date: Thu, 13 Jun 2013 11:40:28 +0200 [thread overview]
Message-ID: <87obbatkkz.fsf@yahoo.fr> (raw)
In-Reply-To: <11010f35-a867-4202-8572-251367981c34@googlegroups.com> (kevinbanjo@gmail.com's message of "Wed, 12 Jun 2013 14:39:01 -0700 (PDT)")
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.
next prev parent reply other threads:[~2013-06-13 9:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-12 21:39 contents of user-emacs-directory? kevinbanjo
2013-06-13 9:40 ` Nicolas Richard [this message]
[not found] ` <CAOHcZqMrq4jwDgXCEvSPJ=3oPt1K9hfLLS1Lk9D6EszkhVh2+w@mail.gmail.com>
2013-06-13 14:55 ` Nicolas Richard
2013-06-13 15:11 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87obbatkkz.fsf@yahoo.fr \
--to=theonewiththeevillook@yahoo.fr \
--cc=help-gnu-emacs@gnu.org \
--cc=kevinbanjo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).