all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34916: Dired-do-remove not moving last item in the list
@ 2019-03-19  7:52 arthur miller
  2019-03-25 21:51 ` Basil L. Contovounesios
  0 siblings, 1 reply; 3+ messages in thread
From: arthur miller @ 2019-03-19  7:52 UTC (permalink / raw)
  To: 34916

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

When marking all files in a directory and choosing 'R' to rename them all (move to a different direcotry), the last file is always left untouched.

I have tested on 5 or 6 different directories today and it happened every time.

To reproduce, open a dired buffer, mark all files and try to move them to other directory.

It seems like very last file gets unmarked for some reason after the 'R' is pressed.

My Emacs version is build from git master last week:

GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
 of 2019-03-06

[-- Attachment #2: Type: text/html, Size: 1399 bytes --]

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

* bug#34916: Dired-do-remove not moving last item in the list
  2019-03-19  7:52 bug#34916: Dired-do-remove not moving last item in the list arthur miller
@ 2019-03-25 21:51 ` Basil L. Contovounesios
  2020-08-13  9:40   ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Basil L. Contovounesios @ 2019-03-25 21:51 UTC (permalink / raw)
  To: arthur miller; +Cc: 34916

arthur miller <arthur.miller@live.com> writes:

> When marking all files in a directory and choosing 'R' to rename them
> all (move to a different direcotry), the last file is always left
> untouched.
>
> I have tested on 5 or 6 different directories today and it happened every time.
>
> To reproduce, open a dired buffer, mark all files and try to move them to other directory.
>
> It seems like very last file gets unmarked for some reason after the 'R' is pressed.
>
> My Emacs version is build from git master last week:
>
> GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
>  of 2019-03-06

I don't seem to be able to reproduce this.  Do you see this behaviour
with 'emacs -Q'?  Here's what I tried:

0. emacs -Q
1. (progn (kill-new (make-temp-file "my-to-" t))
          (dired (make-temp-file "my-from-" t))
          (dotimes (i 3)
            (dired-create-empty-file (format "file-%d" i))))
2. C-x C-e
3. * s
4. R C-a C-k M-2 C-y RET

The result is that all three files are moved from the current "my-from-"
directory to the "my-to-" directory.  Do you observe something
different?  Would you be able to provide a more precise recipe?

Thanks,

-- 
Basil





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

* bug#34916: Dired-do-remove not moving last item in the list
  2019-03-25 21:51 ` Basil L. Contovounesios
@ 2020-08-13  9:40   ` Stefan Kangas
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2020-08-13  9:40 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: 34916, arthur miller

tags 34916 + unreproducible
close 34916
thanks

"Basil L. Contovounesios" <contovob@tcd.ie> writes:

> arthur miller <arthur.miller@live.com> writes:
>
>> When marking all files in a directory and choosing 'R' to rename them
>> all (move to a different direcotry), the last file is always left
>> untouched.
>>
>> I have tested on 5 or 6 different directories today and it happened every time.
>>
>> To reproduce, open a dired buffer, mark all files and try to move them to other directory.
>>
>> It seems like very last file gets unmarked for some reason after the 'R' is pressed.
>>
>> My Emacs version is build from git master last week:
>>
>> GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
>>  of 2019-03-06
>
> I don't seem to be able to reproduce this.  Do you see this behaviour
> with 'emacs -Q'?  Here's what I tried:
>
> 0. emacs -Q
> 1. (progn (kill-new (make-temp-file "my-to-" t))
>           (dired (make-temp-file "my-from-" t))
>           (dotimes (i 3)
>             (dired-create-empty-file (format "file-%d" i))))
> 2. C-x C-e
> 3. * s
> 4. R C-a C-k M-2 C-y RET
>
> The result is that all three files are moved from the current "my-from-"
> directory to the "my-to-" directory.  Do you observe something
> different?  Would you be able to provide a more precise recipe?

That was one year ago, with no further replies.

Since I also can't reproduce this according to the recipe above, I'm
closing this bug.  If this is still an issue, please reply to this email
(use "Reply to all" in your email client) and we can reopen the bug
report.

Best regards,
Stefan Kangas





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

end of thread, other threads:[~2020-08-13  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-19  7:52 bug#34916: Dired-do-remove not moving last item in the list arthur miller
2019-03-25 21:51 ` Basil L. Contovounesios
2020-08-13  9:40   ` Stefan Kangas

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.