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

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

bug#66820: closed ([PATCH] Do interactive tagging for dired commands)


From: GNU bug Tracking System
Subject: bug#66820: closed ([PATCH] Do interactive tagging for dired commands)
Date: Sat, 18 Nov 2023 08:45:02 +0000

Your message dated Sat, 18 Nov 2023 10:44:07 +0200
with message-id <8334x3o3hk.fsf@gnu.org>
and subject line Re: bug#66820: [PATCH] Do interactive tagging for dired 
commands
has caused the debbugs.gnu.org bug report #66820,
regarding [PATCH] Do interactive tagging for dired commands
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66820: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66820
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Do interactive tagging for dired commands Date: Sun, 29 Oct 2023 20:26:11 +0530 User-agent: Gnus/5.13 (Gnus v5.13)
Tags: patch

Attached patch does interactive mode tagging for all the dired commands
in dired*.el files.  The following commands were not tagged as such

- dired-aux.el
  - dired-make-relative-symlink -- not marked as dired since it doesn't
    have anything specific with dired

- dired-x.el
  - dired-smart-shell-command -- not touched since not sure what to do
    with it, and has provision to work outside dired too?
  - dired-x-bind-find-file -- only binds keys
  - dired-x-find-file, dired-x-find-file-other-window -- don't know what
    to do with them

- dired.el
  - dired-summary -- don't know what to do with it
  - dired-why -- don't know what to do with it

Attachment: 0001-Do-interactive-tagging-for-dired-commands.patch
Description: Text Data

In GNU Emacs 30.0.50 (build 17, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.18.0, Xaw scroll bars) of 2023-10-22 built on astatine
Repository revision: 4ff0c738d050942932e73c627a7d6e31ca5c6244
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
System Description: Debian GNU/Linux trixie/sid

Configured using:
 'configure --with-sound=alsa --with-x-toolkit=lucid --with-json
 --without-xaw3d --without-gconf --without-libsystemd --with-cairo
 --with-xft'

--- End Message ---
--- Begin Message --- Subject: Re: bug#66820: [PATCH] Do interactive tagging for dired commands Date: Sat, 18 Nov 2023 10:44:07 +0200
> From: Visuwesh <visuweshm@gmail.com>
> Date: Sun, 29 Oct 2023 20:26:11 +0530
> 
> Attached patch does interactive mode tagging for all the dired commands
> in dired*.el files.  The following commands were not tagged as such
> 
> - dired-aux.el
>   - dired-make-relative-symlink -- not marked as dired since it doesn't
>     have anything specific with dired
> 
> - dired-x.el
>   - dired-smart-shell-command -- not touched since not sure what to do
>     with it, and has provision to work outside dired too?
>   - dired-x-bind-find-file -- only binds keys
>   - dired-x-find-file, dired-x-find-file-other-window -- don't know what
>     to do with them
> 
> - dired.el
>   - dired-summary -- don't know what to do with it
>   - dired-why -- don't know what to do with it

Thanks, I installed this on the master branch, and I'm therefore
closing this bug.


--- End Message ---

reply via email to

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