emacs-devel
[Top][All Lists]
Advanced

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

Re: master cfcf42f 2/2: Ensure that gud commands for non-GDB debuggers a


From: Stefan Monnier
Subject: Re: master cfcf42f 2/2: Ensure that gud commands for non-GDB debuggers are handled by repeat-mode
Date: Fri, 30 Jul 2021 18:03:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Stefan, any comments/suggestions?

It definitely makes sense to use the "FILE:TXT" warning format for that
warning (after all, we do have the file name).  I don't think we can
usefully put a line number info there, but a 0 should do the trick.

Note also that these aren't compilation warnings, instead they're
emitted by the `autoload.el` code.

The effect of those problems is quite minor: it affects the info we
compute which maps command/var prefixes to files (so that `C-h o`
completion can automatically load files to find a var/function).

I think we should aim to fix those warnings because they reflect a bad
namespace behavior on the part of the file, but it's not
super important.


        Stefan




reply via email to

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