From: Drew Adams <drew.adams@oracle.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 16331@debbugs.gnu.org
Subject: bug#16331: 24.3.50; `dired-internal-do-deletions': "Deleting..." message
Date: Sat, 8 Feb 2014 07:06:33 -0800 (PST) [thread overview]
Message-ID: <839a6591-081d-4a2f-869c-26a4b73f2899@default> (raw)
In-Reply-To: <87y51m8ejp.fsf@building.gnus.org>
> I tried edebugging through the function. It asked me first whether
> to delete the files in question, and then it used the
>
> (progress-reporter
> (make-progress-reporter
> (if trashing "Trashing..." "Deleting...")
> succ count)))
>
> to display "Deleting... [33%]". But that was when it's actually
> deleting something.
>
> I can't see the progress reported being used before that, but I may
> be misreading the code.
Yes, I believe you are. And apparently you are also mis-seeing
what you see (not noticing the "Deleting..." message appear first).
Not only do I see what I said, but this is what debug shows the
progress reporter doing:
Debugger entered--entering a function:
* message("%s" "Deleting...")
* progress-reporter-do-update((1 . [1391871442.1130002 0 5
"Deleting..." 1 0.2]) 0)
* make-progress-reporter("Deleting..." 0 5)
* (let* ((files (mapcar (function car) l)) ...
And if you `M-x debug-on-entry RET dired-internal-do-flagged-delete'
then you will see that it immediately calls `dired-internal-do-deletions'.
`dired-internal-do-deletions' _first_, in its `let*'-form, calls
`make-progress-reporter', which shows the message "Deleting...".
Only _after_ that, in the `let*'-body, does it call `dired-mark-pop-up',
which pops up the list of files and asks for confirmation.
next prev parent reply other threads:[~2014-02-08 15:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-03 17:18 bug#16331: 24.3.50; `dired-internal-do-deletions': "Deleting..." message Drew Adams
2014-02-08 2:47 ` Lars Ingebrigtsen
2014-02-08 3:18 ` Drew Adams
2014-02-08 3:32 ` Lars Ingebrigtsen
2014-02-08 15:06 ` Drew Adams [this message]
2014-02-09 2:16 ` Lars Ingebrigtsen
2014-02-10 0:39 ` Drew Adams
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=839a6591-081d-4a2f-869c-26a4b73f2899@default \
--to=drew.adams@oracle.com \
--cc=16331@debbugs.gnu.org \
--cc=larsi@gnus.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.