all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: Re: Symbol's value as variable is void: dired-directory
Date: Fri, 28 Mar 2003 16:18:39 +0000 (UTC)	[thread overview]
Message-ID: <m18ywYx-000IeQC@rattlesnake.com> (raw)
In-Reply-To: <jebrzv4ipz.fsf@sykes.suse.de> (message from Andreas Schwab on Fri, 28 Mar 2003 16:24:40 +0100)

   "Robert J. Chassell" <bob@rattlesnake.com> writes:

   |> call-interactively: Symbol's value as variable is void: dired-directory

   Make sure loaddefs.el is uptodate.

The problem still exists with a 

    very recent CVS snapshot, Fri, 2003 Mar 28  16:05 UTC
    GNU Emacs 21.3.50.255 (i686-pc-linux-gnu, X toolkit)

I  updated Emacs by evaluating this expression which removed the
loaddefs.el file:

    (progn
     (cd "/usr/local/src/emacs/")
     (shell-command "rm /usr/local/src/emacs/lisp/loaddefs.el" nil nil)
     (cvs-update "/usr/local/src/emacs/" t))

And built it by evaluting this expression in a user `bob' owned
instance of Emacs 21:

     (progn
       (cd "/usr/local/src/emacs/")
       (compile
        "time gcc=gcc-3.2 make && cd lisp && \
         time gcc=gcc-3.2 make recompile \
             EMACS=/usr/local/src/emacs/src/emacs"))

and this expression in a user `root' owned instance of Emacs 20:

  (progn (cd "/usr/local/src/emacs/") (compile "CC=gcc-3.2 time make install"))


This is running an emacs started with

     /usr/local/bin/emacs -q --no-site-file --eval '(blink-cursor-mode 0)'


(The orginal configuration was
  gcc=gcc-3.2 ./configure --with-type1 --prefix=/usr/local --with-sound=yes
i.e., a LUCID tool kit.)

-- 
    Robert J. Chassell                         Rattlesnake Enterprises
    http://www.rattlesnake.com                  GnuPG Key ID: 004B4AC8
    http://www.teak.cc                             bob@rattlesnake.com

  reply	other threads:[~2003-03-28 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-28 14:58 Symbol's value as variable is void: dired-directory Robert J. Chassell
2003-03-28 15:24 ` Andreas Schwab
2003-03-28 16:18   ` Robert J. Chassell [this message]
2003-03-28 22:34     ` Andreas Schwab

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m18ywYx-000IeQC@rattlesnake.com \
    --to=bob@rattlesnake.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.
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.