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

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

bug#43547: 27.1.50; [PATCH] Fix error msg for looking file in non-exist


From: Lin Sun
Subject: bug#43547: 27.1.50; [PATCH] Fix error msg for looking file in non-exist dir when enable
Date: Mon, 21 Sep 2020 22:08:01 +0800

Hi Eli,

There is an error message for ede-mode try travel in non-exist directory.
Follow steps will reproduce the issue, and the solution is detecting
dir exists before traveling it.
$ mkdir /tmp/src
$ touch src/emacs.c
$ emacs -nw -q \
 --eval '(progn (global-ede-mode t)(setq debug-on-error
t)(find-file-noselect "/tmp/not-exist.c"))'

Please review the patch, thank you.

Attachment: 0001-Fix-error-msg-for-looking-file-in-non-exist-dir-when.patch
Description: Binary data


reply via email to

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