> From: Burak Bayramli > Date: Wed, 25 Jun 2025 19:50:16 +0300 > Cc: 78894@debbugs.gnu.org > > Hi, I applied your patch to the Emacs source on my installation > (29.3), under /usr/share/emacs/29.3/lisp/files.el.gz, I copied this > file under a seperate directory, outside git, and I did > > ``` > patch -p1 lisp/files.el e1.patch > ``` > > I get > > ``` > patching file lisp/files.el > Hunk #1 FAILED at 8288. > Hunk #2 FAILED at 8328. > Hunk #3 FAILED at 8471. > 3 out of 3 hunks FAILED -- saving rejects to file lisp/files.el.rej > ``` > > I am not a regular contributor, I'm not sure I used the right command I attach below the file files.el already patched with the changes. You will need to manually load the file after starting the session, like this: M-x load-file RET /path/to/patched-files.el RET Then run Dired and see if the problem went away.