unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20993: 25.0.50; virtual-dired problems
@ 2015-07-06 18:01 Drew Adams
  2015-07-07 15:49 ` Glenn Morris
  2021-05-26 23:04 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Drew Adams @ 2015-07-06 18:01 UTC (permalink / raw)
  To: 20993

A followup to bug #20992.  Here are some other problems noticed
immediately, besides the lack of clarity and the nature of the "mode",
lighter/menu, etc.:

1. The prompt uses `read-string'.  It should use `read-directory-name'
or `read-file-name', to provide completion.

In fact, given that the parameter list is the same as for `dired', why
doesn't `virtual-dired' use `dired-read-dir-and-switches'?

OK, presumably it is because you want to use `dired-virtual-guess-dir'.
But that doesn't proscribe providing completion etc.

2. It seems that `virtual-dired' tries to reuse the current buffer.  But
it makes no attempt to ensure that this buffer is in a mode derived from
Dired mode - it does not raise an error if not.  For example, `M-x
virtual-dired' from a buffer showing dired-x.el in read-only mode raises
an error because that buffer is read-only.

The doc string of `virtual-dired' says nothing about what mode the
current buffer must be in, or the fact that the buffer is not switched
but instead its mode is changed.

You would need to consult the doc string of `dired-virtual-guess-dir' to
discover this constraint/assumption:

  "The buffer is assumed to be in Dired or ls -lR format"

That should be tested for.  Dunno how the latter can be tested for, but
some test should be used to make sure the buffer is appropriate for the
kind of changes `virtual-dired' will make to it.  As it is now, the code
just willy nilly tries to modify the buffer text.

3. Defaulting to `default-directory' should be done in the interactive
spec (also).

4. Overall, I'd say that someone should take a look at this
`virtual-dired' feature and polish it up a bit.  It seems a bit rough,
so far.



In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2014-10-20 on LEG570
Bzr revision: 118168 rgm@gnu.org-20141020195941-icp42t8ttcnud09g
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking=yes,glyphs CPPFLAGS=-DGLYPH_DEBUG=1'





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

* bug#20993: 25.0.50; virtual-dired problems
  2015-07-06 18:01 bug#20993: 25.0.50; virtual-dired problems Drew Adams
@ 2015-07-07 15:49 ` Glenn Morris
  2021-05-26 23:04 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2015-07-07 15:49 UTC (permalink / raw)
  To: 20993


> It seems a bit rough, so far.

Welcome to dired-x.





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

* bug#20993: 25.0.50; virtual-dired problems
  2015-07-06 18:01 bug#20993: 25.0.50; virtual-dired problems Drew Adams
  2015-07-07 15:49 ` Glenn Morris
@ 2021-05-26 23:04 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-26 23:04 UTC (permalink / raw)
  To: Drew Adams; +Cc: 20993

Drew Adams <drew.adams@oracle.com> writes:

> A followup to bug #20992.  Here are some other problems noticed
> immediately, besides the lack of clarity and the nature of the "mode",
> lighter/menu, etc.:
>
> 1. The prompt uses `read-string'.  It should use `read-directory-name'
> or `read-file-name', to provide completion.

Yup; fixed now.

> The doc string of `virtual-dired' says nothing about what mode the
> current buffer must be in, or the fact that the buffer is not switched
> but instead its mode is changed.

Ditto.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2021-05-26 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-06 18:01 bug#20993: 25.0.50; virtual-dired problems Drew Adams
2015-07-07 15:49 ` Glenn Morris
2021-05-26 23:04 ` Lars Ingebrigtsen

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).