From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.emacs.help Subject: Re: filemananger for emacs with meta information about a file without opening it Date: Thu, 3 Nov 2022 09:44:09 +0100 Message-ID: References: <87k04fzpkj.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UaOcAo45Ec9u9jyj" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26560"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Yuri Khan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 03 09:44:51 2022 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 1oqVqD-0006ee-MB for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Nov 2022 09:44:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqVpm-0004Lt-KF; Thu, 03 Nov 2022 04:44:25 -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 1oqVpe-0004LI-8P for help-gnu-emacs@gnu.org; Thu, 03 Nov 2022 04:44:16 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqVpc-0003NS-4K for help-gnu-emacs@gnu.org; Thu, 03 Nov 2022 04:44:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=6RKLIsXRYX0H8NEPZsnN6mOtKpI1SpAyMYkPXcbCpcc=; b=Hj+MJSpdpdF5SEYC5NqDeAuI1x VJS9pKr8cVKVYMBBXdAtUxquQOme8/2HoYceN8jizpGFglR0Wul6eZrEQe9HEBtF1zUGkx1EQYSzk JqEagEwQw47Sy8pvkifnkCcSj24HiEjFz5uFANXIw6SjV3GV04hT/MygiUE3k3AaX9JU3Fe9o39oK 9UD2yAuys4UHVDo98DHLn1j3XWbk7W4I5DAvMmuvLa5LDj6qcugcsoSGh0zYTdENkFm3SIarN6PoJ rNMR8du21/ptl8BZfN4iX3wUnVB7qiRwPqgP+ZGhP5ZT2rrUzVhsEiZYD/Ffp7GlhszXvB3E+gf2b FTQXT8+A==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1oqVpZ-0005HU-F3; Thu, 03 Nov 2022 09:44:09 +0100 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Original-Sender: "help-gnu-emacs" Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140596 Archived-At: --UaOcAo45Ec9u9jyj Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 03, 2022 at 03:17:18PM +0700, Yuri Khan wrote: > On Thu, 3 Nov 2022 at 14:58, wrote: >=20 > > > In Dired, one uses `y' to get basic information about the file without > > > opening it. Often I use it for pictures to find out the resolution. > > > > How do you find out a picture's resolution without opening the file? >=20 > Nohow. The opening is just not perceived by the user. The pedantic > description would probably be =E2=80=9Cwithout visiting in a buffer and > without starting an associated interactive application=E2=80=9D. Ah. Visiting a buffer was the elephant I was missing in the room :) Thanks --=20 t --UaOcAo45Ec9u9jyj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCY2N/UwAKCRAFyCz1etHa RoS1AJ40ZSqNXIzeFqSZDEDN7anPt+PuNQCfUNc8SEEoe4EfegDbIqe3U11X+cw= =qKAI -----END PGP SIGNATURE----- --UaOcAo45Ec9u9jyj--