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.help Subject: Re: mode-line icon for encrypted file Date: Sat, 04 May 2024 09:23:53 +0300 Message-ID: <86zft6gkna.fsf@gnu.org> References: <875xvv6sim.fsf@yandex.com> <86ikzvi04h.fsf@gnu.org> <871q6i7ioy.fsf@yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5692"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 04 08:24:52 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1s38pI-0001E1-7X for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 04 May 2024 08:24:52 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s38od-0004xL-TP; Sat, 04 May 2024 02:24:11 -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 1s38oQ-0004uf-JW for help-gnu-emacs@gnu.org; Sat, 04 May 2024 02:24:01 -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 1s38oQ-00036N-Aw for help-gnu-emacs@gnu.org; Sat, 04 May 2024 02:23:58 -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=cZjHYI6+IDvCyhAQTrBUR2wYS4V0UOhl7kwG7iwkAyo=; b=qqYF7wqvUehM V3n8gQMAzJ9usYiRUSSix5c9iUnX690I6OnI4cbwiBmYtc3kypuI7E0+H5OLPwqUluYcZlIAJ5YtR lTRiVWjay779xdXfbUT0IzVjTea2HKQK1KQCNazkdwXvgnXvIq8OjBKivMTj3BNKapzSbSjyTDc2q ZG8XVBPn5Iw0ndcitstLHtW28R8MiXEHPT6GYY08a4G5lSvb0o5C3lc98PNP2LIsaCi981NJ0xPF5 3A6bX6e4z+aumIWWR77eHtXrUfVCqqq5U4HTK7EwNEEoB/9zqg9wR7uusGQ80jud5ZJotps0mina0 qvTItBhtFVSeNPj6wU6FJA==; In-Reply-To: <871q6i7ioy.fsf@yandex.com> (message from Colin Baxter on Fri, 03 May 2024 21:18:37 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146529 Archived-At: > From: Colin Baxter > Cc: help-gnu-emacs@gnu.org > Date: Fri, 03 May 2024 21:18:37 +0100 > > >>>>> Eli Zaretskii writes: > > > I cannot reproduce the problem: I see nothing special on the > > mode-line when visiting an encrypted file. > > > Are you seeing this in "emacs -Q"? > > Yes. It appears in emacs-30.50.0 but not emacs-29.3. And also it appears > for symmetric and non-symmetric encryption. I am using gpg-2.2.18. It sounds like this depends on how gpg prompts for the pass phrase. On my system, it pops up a GUI dialog, but on yours it prompts via Emacs, and that's why the icon appears in your case.