Re: Dired 7.5 bug: xemacs man browser is broken - fix included

sandy@ibm550.sissa.it
Thu, 29 Sep 1994 22:02:02 +0200


>>>>> On Tue, 27 Sep 94 18:12:49 +0100,
      sboff@hp735.stru.polimi.it (Giacomo Boffi) said:

 > apparently, view-less.el is loaded/required by xemacs dired, or it is
 > autoloaded in some place, who knows... in place of view.el.

 > this scheme was broken after i loaded efs/dired7.5, as i found that
 > the view mode used by xemacs is the one provided by the file view.el

 > i have a (require 'dired) line in my .emacs file, so i put (load
 > "view-less) in my .emacs, before requiring dired.  i restarted, and
 > now the man browser is functioning normally.

Probably what is going on here is that default-dir.el (which is
required by dired) is doing a (require 'view), which is causing
view-file to be defined according to view.el, and not view-less.el.
Does view-less.el to a (provide 'view)?

Probably your work-around is the best solution for now.  Once the
dired menus are re-vamped, I will be doing some more work on
default-dir.el.  I hope to eliminate all the overloading that it does,
as well as eliminate the (require 'view).

--sandy