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: Sat, 30 Dec 2023 21:56:36 +0200 Message-ID: <83y1db31mz.fsf@gnu.org> References: <25998.62546.895759.579363@google.com> <83edf46dj1.fsf@gnu.org> <834jg05glb.fsf@gnu.org> <26000.22185.694611.38236@retriever.mtv.corp.google.com> <834jfz4ltz.fsf@gnu.org> <26000.29168.891991.646800@retriever.mtv.corp.google.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8908"; 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 Sat Dec 30 20:57:14 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 1rJfSL-00025y-BF for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Dec 2023 20:57:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJfRv-0000qZ-TC; Sat, 30 Dec 2023 14:56:47 -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 1rJfRu-0000qP-1J for emacs-devel@gnu.org; Sat, 30 Dec 2023 14:56:46 -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 1rJfRt-0002mF-MQ; Sat, 30 Dec 2023 14:56:45 -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=z84fmRCyVK4nkmNP4l8zkbkZ4kVaO9avfktQEo8chDY=; b=YX+jkpNMiZ6S hLwU1B6A77x3JnrEHCk1yZneRRkGuQ4ddw8g2YhjwcdtluZg74evIoiCaQpn4FH5ZGEanhOKeJ/JX DDcUbaFQ4V/9atWOAASh5hvpFLWNnEd2G27DcoS+1up0DFbwuHnfhCxDhlHlsOqUFdIASL3JETfNM UDPMZ/FknlBF4lqgSVitKGa2d7ti24QylcxXmVaMFZvIjFrNXNDxr8wX+E6wbPBgjGlPb0Yy1Rn/i CWjojENlmi/WdAiMv/Wln3I5lgdFhXnt6iWhKI/qIdySkf9jcmQBh5Opdl7eEDQdoOWKFNDCyR8RB COqbZKf7ytr8HN9iqiixpQ==; In-Reply-To: <26000.29168.891991.646800@retriever.mtv.corp.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:314377 Archived-At: > From: "T.V Raman" > Date: Sat, 30 Dec 2023 11:39:28 -0800 > Cc: raman@google.com, > emacs-devel@gnu.org > > 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. Thanks. My suggestion is to find which of the emacspeak's Lisp files calls iimage-recenter.