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: Tue, 22 Sep 2020 07:51:12 +0800

Hi Lars,

Thank you for applying the patch, yes, it should be included into both
Emcas 27 and Emacs 28.

Best Regards
Lin Sun

On Mon, Sep 21, 2020 at 11:34 PM Lars Ingebrigtsen <larsi@gnus.org> wrote:
>
> Lin Sun <lin.sun@zoom.us> writes:
>
> > 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.
>
> I'm not Eli, but the patch looked fine to me, so I've applied it to
> Emacs 28.
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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