From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: contents of user-emacs-directory? Date: Thu, 13 Jun 2013 11:40:28 +0200 Message-ID: <87obbatkkz.fsf@yahoo.fr> References: <11010f35-a867-4202-8572-251367981c34@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371116421 8900 80.91.229.3 (13 Jun 2013 09:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 09:40:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: kevinbanjo@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 13 11:40:21 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Un40y-0005RJ-OZ for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 11:40:20 +0200 Original-Received: from localhost ([::1]:38816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un40y-00023M-AR for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 05:40:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un40l-00021B-S8 for help-gnu-emacs@gnu.org; Thu, 13 Jun 2013 05:40:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un40g-0008LM-E5 for help-gnu-emacs@gnu.org; Thu, 13 Jun 2013 05:40:07 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:15493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un40g-0008GJ-8X for help-gnu-emacs@gnu.org; Thu, 13 Jun 2013 05:40:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAMaSuVGkD4Nx/2dsb2JhbABbwmqBFXSCIwEBBAF5BQsIAyElDwEEDU+HewEDCQaqHYdhAUoNiFKMYoJhBxaDSgOVWYFnhgyGEoUkgxE6 Original-Received: from geodiff-mac3.ulb.ac.be (HELO geodiff-mac3) ([164.15.131.113]) by smtp.ulb.ac.be with ESMTP; 13 Jun 2013 11:40:01 +0200 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)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91493 Archived-At: 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.