unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* value as variable is void: dired-directory
@ 2003-05-02 13:22 Robert J. Chassell
  2003-05-03 15:03 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Robert J. Chassell @ 2003-05-02 13:22 UTC (permalink / raw)


Today's CVS snapshot, Fri, 2003 May  2  12:11 UTC
GNU Emacs 21.3.50.4 (i686-pc-linux-gnu, X toolkit)
started with

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

(A `make recompile' build; my last `make bootstrap' build was
yesterday.)

Immediately after starting Emacs, I visit the file `foo' with no
trouble.  Then I try to visit an alternate file, `bar', which also
exists using the command `C-x C-v' (find-alternate-file).

I am unable to visit the alternate file; instead, I receive the
message

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

I can visit the alternate file successfully if I give the
`dired-directory' symbol a value with the `setq' command:

    (setq dired-directory nil)

For some reason, the autoload for `dired-directory' in the
emacs/lisp/dired.el library is not being loaded into loaddefs.el.
(This is a fresh instance of loaddefs.el, retrieved from CVS with the
rest of the update this morning.)

However, after I run `update-file-autoloads' on the
emacs/lisp/dired.el library and then rebuild Emacs, I can visit the
alternate file.

What needs to be done?

-- 
    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] 2+ messages in thread

* Re: value as variable is void: dired-directory
  2003-05-02 13:22 value as variable is void: dired-directory Robert J. Chassell
@ 2003-05-03 15:03 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2003-05-03 15:03 UTC (permalink / raw)
  Cc: emacs-devel

I can't fully update loaddefs.el because I have files with uninstalled
changes and many Lisp files that are copies or uninstalled versions.
But I updated the page for dired.el.

Could someone else who has a checkout that agrees with the installed
sources please update the whole loaddefs.el file?

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

end of thread, other threads:[~2003-05-03 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-02 13:22 value as variable is void: dired-directory Robert J. Chassell
2003-05-03 15:03 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).