emacs-devel
[Top][All Lists]
Advanced

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

Re: Symbol's value as variable is void: dired-directory


From: Robert J. Chassell
Subject: Re: Symbol's value as variable is void: dired-directory
Date: Fri, 28 Mar 2003 16:18:39 +0000 (UTC)

   "Robert J. Chassell" <address@hidden> 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                             address@hidden




reply via email to

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