emacs-pretest-bug
[Top][All Lists]
Advanced

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

find-alternate-file fails if dired isn't loaded


From: Chris Mooooore
Subject: find-alternate-file fails if dired isn't loaded
Date: Wed, 23 Apr 2003 23:58:35 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401

Start emacs without loading dired, then "C-x C-v RET" will fail:

Debugger entered--Lisp error: (void-variable dired-directory)
  find-alternate-file("m:/Chris/")

find-alternate-file uses the value of dired-directory, which is
defvar'ed in dired.el, which we can't assume has been loaded yet.


In GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600)
 of 2003-04-22 on CHRISLAP
configured using `configure --with-gcc (3.2)'







reply via email to

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