all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Jacobson <jidanni@jidanni.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 71106@debbugs.gnu.org
Subject: bug#71106: dired-do-compress should check before attempting to read directories
Date: Thu, 23 May 2024 06:51:32 +0800	[thread overview]
Message-ID: <Zk529OrRy8jEx4mW@jidanni.org> (raw)
In-Reply-To: <86frua6ly0.fsf@gnu.org>

On Wed, May 22, 2024 at 04:00:23PM +0300, Eli Zaretskii wrote:
> I cannot reproduce this.  I get: "Compress or uncompress: 1 file."
> instead.

Please do the following (this time "guaranteed"!) experiment,
bash -ex <<"EOF"
cd /tmp
p=plss00p020 n=nt00064
touch $p.{shp,dbf,shx,txt}
tar -czf ${p}_${n}.tar.gz $p.*
tar tzvf ${p}_${n}.tar.gz
EOF
emacs -Q /tmp

Now hit spacebar until the cursor is upon plss00p020_nt00064.tar.gz
and hit Z then y .

Not only will you get the error message, the line showing plss00p020_nt00064.tar.gz
also has been temporarily abducted, and needs you to hit "g" to be seen again!





  reply	other threads:[~2024-05-22 22:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-22  6:35 bug#71106: dired-do-compress should check before attempting to read directories Dan Jacobson
2024-05-22 13:00 ` Eli Zaretskii
2024-05-22 22:51   ` Dan Jacobson [this message]
2024-05-23  9:53     ` Eli Zaretskii
2024-05-23  9:56     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zk529OrRy8jEx4mW@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=71106@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.