From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Possibly add autoload cookie in iimage.el Date: Fri, 29 Dec 2023 20:59:14 +0200 Message-ID: <83edf46dj1.fsf@gnu.org> References: <25998.62546.895759.579363@google.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12106"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 29 20:00:29 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rJI5t-000300-G3 for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Dec 2023 20:00:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJI4r-0001DI-PM; Fri, 29 Dec 2023 13:59:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rJI4q-0001Cv-KI for emacs-devel@gnu.org; Fri, 29 Dec 2023 13:59:24 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rJI4q-0000C6-AK; Fri, 29 Dec 2023 13:59:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=3lt3fJbutf1HBn95YS4MFLSvP+QG+VHko1f/qeWr8fg=; b=JMAUkGZ3vgDp BQFhXCSZh6bCbygcc26SoFOBYE27ftxaL5h8DY1rkRv+G1qWVrvcJA0fpFanrO2YkVkXQw+9W6eHs a8DLylMNVih+U3MRzgX9sBPTH4tkdU2N1KcXKRKlqCdGzT1qTVLGlUfj6l5/e+l18uW6MMSKUUGlO 8+L2ybzDDGg554gMlOZMmwhYtw+CDZPHZjT085o7Wb/hnvVvGc0e4Gf4sveMp4o2gI98RSZbciQdO TELRyuBbZSHupaWC7XtB7CS8diS3zhV/n7/z3/cG1IIzJEh3OGApZCVPksBedsEC8HiEbrVGKv3JO iRbVXJlNE9Xza4kTHWs0Xg==; In-Reply-To: <25998.62546.895759.579363@google.com> (raman@google.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314341 Archived-At: > From: "T.V Raman" > Date: Fri, 29 Dec 2023 08:31:14 -0800 > > iimage.el is missing an autoload cookie for iimage-recenter which > produces warnings when building code that uses eww.el > > https/git.savannah.gnu.org/cgit/emacs.git/tree/lisp/iimage.el?h=master#n89... What do you mean by "code that uses eww.el"? what kind of warnings do you see? I don't see any references to iimage in eww.el. And please in the future always report such problems as bugs using report-emacs-bug, so that they could be tracked by our bug-tracker. Thanks.