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: master 39e3fce0d5e0: 'read-passwd' can toggle the visibility of passwords Date: Fri, 15 Mar 2024 10:55:25 +0200 Message-ID: <86r0gb98n6.fsf@gnu.org> References: <86wmq39av4.fsf@gnu.org> <877ci3299i.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8911"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 15 09:56:22 2024 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 1rl3MU-0002Ad-0g for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Mar 2024 09:56:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rl3Ln-0005ZR-CD; Fri, 15 Mar 2024 04:55:39 -0400 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 1rl3Lh-0005Xm-S6 for emacs-devel@gnu.org; Fri, 15 Mar 2024 04:55:35 -0400 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 1rl3Lg-0004tR-Ma; Fri, 15 Mar 2024 04:55:32 -0400 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=GnGp1RbScTTOLGhMicW1CU7KAnnWhkBrPExxVBGGJ64=; b=CjW1evsxKAym Aa/ew8jD32/9UMOUXE+L1m4yVyUPlyeup8W6OUPp7G4UNYD/VdkFhu4DH2WIfLhLBK7Ple4hTmoVI fPyT1EPQbRl5M8gMZOIjd9uwcm8lsqas7mkNORw0BZKA6e1NkoX7J2ciepx0gQqz/WpnBizebak3Q MuFvIKq4Z7rEYf7BlSqYiPdidx53EF39X9GSzqnSStP16OcTaVJJKltpqzdHgDDKSwgQx00UsJFsK jJ60bAu+1IXHk4qGIOzkVg+zSwoGaHmz6g7us6Znj0NATfFS6D/Q9pQ/tU95Vo7cAXZKZaTmFSX1e 3xX/cc9QwRQku/b8OkqAKg==; In-Reply-To: <877ci3299i.fsf@gmx.de> (message from Michael Albinus on Fri, 15 Mar 2024 09:23:53 +0100) 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:317055 Archived-At: > From: Michael Albinus > Cc: Stefan Monnier , emacs-devel@gnu.org > Date: Fri, 15 Mar 2024 09:23:53 +0100 > > Eli Zaretskii writes: > > > Michael, > > Hi Eli, > > > The changes in the above commit cause the following warning when > > compiling simple.el: > > > > In read-passwd-toggle-visibility: > > simple.el:10880:18: Warning: reference to free variable `icon-preference' > > I don't see this error, when running 'touch lisp/simple.el; make'. What > do I miss? Nothing, I guess, not in the recipe: using the same steps I see the warning each time. Maybe the way Emacs is configured affects that? I see this on MS-Windows, FWIW. Or maybe I have some outdated .elc file? I regenerated loaddefs.el, but that didn't help. I've byte-compiled icons.el as well, also didn't help. What other file(s) can be relevant?