emacs-devel
[Top][All Lists]
Advanced

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

Re: Possibly add autoload cookie in iimage.el


From: T.V Raman
Subject: Re: Possibly add autoload cookie in iimage.el
Date: Sat, 30 Dec 2023 11:39:28 -0800

not sure as to what to say; it was triggering for me on the following
files:

1. https://github.com/tvraman/emacspeak/blob/master/lisp/emacspeak-eww.el#L1
   2. 
https://github.com/tvraman/emacspeak/blob/master/lisp/emacspeak-url-template.el#L1
      3. /usr/local/google/home/raman/emacs/lisp/emacspeak/wizards.el
         I inferred eww since that was common to all 3; for now I've
         just moved past it with an appropriate declare-function in
         those modules.

         I mostly reported it thinking it might help avoiding future
         problems.
         

Eli Zaretskii writes:
 > > From: "T.V Raman" <raman@google.com>
 > > Date: Sat, 30 Dec 2023 09:43:05 -0800
 > > Cc: raman@google.com,
 > >     emacs-devel@gnu.org
 > > 
 > > As I said earlier, when compiling .el files that (require 'eww)
 > 
 > Thanks.  But I don't seem to be able to reproduce this.  I created a
 > file which has a single line:
 > 
 >   (require 'eww)
 > 
 > and byte-compiled it, but didn't see any warnings.  So would you mind
 > showing a minimal Lisp file that does trigger a warning when
 > byte-compiled?  Then I could investigate why the warning is being
 > emitted.

-- 



reply via email to

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