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

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

bug#10598: 24.0.92; run dired-do-async-shell-command on multiple files i


From: Jérémy Compostella
Subject: bug#10598: 24.0.92; run dired-do-async-shell-command on multiple files individually
Date: Wed, 25 Jan 2012 23:48:51 +0100

Hi,

This bug was really annoying me tonight so I wrote the attached patch
which fix it by translating `gv foo.ps&;gv bar.ps&' to `gv foo.ps&gv
bar.ps&'.

I do agree it should be better to provide a way to choice between the
sequential or parallel solution but I have no idea how to implement it
in a clean fashion for now.

Anyway, the current behavior looks buggy and I propose to merge the
attached patch in a first time in order to have a acceptable behavior
that is far better than an error.

Best regards,

Jérémy

Attachment: 0001-Fix-dired-do-async-shell-command-on-multiple-files-i.patch
Description: Fix dired-do-async-shell-command on multiple files individually (bug#10598) patch


reply via email to

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