all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Symbol's value as variable is void: dired-directory
@ 2003-03-28 14:58 Robert J. Chassell
  2003-03-28 15:24 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Robert J. Chassell @ 2003-03-28 14:58 UTC (permalink / raw)


Today's CVS snapshot, Fri, 2003 Mar 28  14:53 UTC
GNU Emacs 21.3.50.253 (i686-pc-linux-gnu)
configured with  --with-x-toolkit=gtk
started with

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


When I run `C-x C-v' (find-alternate-file)
Emacs does not switch files, but gives me this error message:

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


After I evaluate

    (setq dired-directory nil)

I am able to find an alternate file using `C-x C-v'. 


To reproduce: visit a file: 

    C-x C-f foo RET

Then try to visit an alternative file:

    C-x C-v bar RET

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Symbol's value as variable is void: dired-directory
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2003-03-28 15:24 UTC (permalink / raw)
  Cc: emacs-devel

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

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

Make sure loaddefs.el is uptodate.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Symbol's value as variable is void: dired-directory
  2003-03-28 15:24 ` Andreas Schwab
@ 2003-03-28 16:18   ` Robert J. Chassell
  2003-03-28 22:34     ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Robert J. Chassell @ 2003-03-28 16:18 UTC (permalink / raw)


   "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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Symbol's value as variable is void: dired-directory
  2003-03-28 16:18   ` Robert J. Chassell
@ 2003-03-28 22:34     ` Andreas Schwab
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2003-03-28 22:34 UTC (permalink / raw)
  Cc: emacs-devel

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

|>    "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 

Use "make -C lisp updates" or "make bootstrap".

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-28 22:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2003-03-28 22:34     ` Andreas Schwab

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.