From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#57823: 29.0.50; image-elide: longer completion causes image to remain too small in buffer Date: Thu, 15 Sep 2022 22:05:03 +0300 Message-ID: References: <86fsgtdoh8.fsf@protected.rcdrun.com> <83mtb1yoio.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34305"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ () (2022-06-11) Cc: 57823@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Sep 15 21:19:30 2022 Return-path: Envelope-to: geb-bug-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 1oYuOY-0008kV-Cp for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Sep 2022 21:19:30 +0200 Original-Received: from localhost ([::1]:36706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYuOX-0003QB-AU for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Sep 2022 15:19:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYuO6-0003PV-Rz for bug-gnu-emacs@gnu.org; Thu, 15 Sep 2022 15:19:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42262) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYuO6-0005au-Gs for bug-gnu-emacs@gnu.org; Thu, 15 Sep 2022 15:19:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oYuO6-0002pD-BL for bug-gnu-emacs@gnu.org; Thu, 15 Sep 2022 15:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Sep 2022 19:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57823 X-GNU-PR-Package: emacs Original-Received: via spool by 57823-submit@debbugs.gnu.org id=B57823.166326949410793 (code B ref 57823); Thu, 15 Sep 2022 19:19:02 +0000 Original-Received: (at 57823) by debbugs.gnu.org; 15 Sep 2022 19:18:14 +0000 Original-Received: from localhost ([127.0.0.1]:59191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYuNJ-0002o0-VF for submit@debbugs.gnu.org; Thu, 15 Sep 2022 15:18:14 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:53565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYuNI-0002nl-49 for 57823@debbugs.gnu.org; Thu, 15 Sep 2022 15:18:12 -0400 Original-Received: from localhost ([::ffff:102.83.248.126]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000B5AC5.0000000063237A6D.00007A3B; Thu, 15 Sep 2022 12:18:04 -0700 Content-Disposition: inline In-Reply-To: <83mtb1yoio.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:242636 Archived-At: * Eli Zaretskii [2022-09-15 12:30]: > > From: Jean Louis > > Date: Thu, 15 Sep 2022 11:35:31 +0300 > > > > > > image-elide: longer completion causes image to remain too small in > > buffer > > > > How to reproduce: > > > > 1. Dired, open some image; > > > > 2. M-x image-TAB TAB to see completions. > > > > 3. wait for few seconds, because completion buffer is enlarged image > > automatically resizes and minimizes itself > > > > 4. image-elide asks for the color completion. Same thing, if user reads > > completions longer than few seconds, the visible image size minimizes > > automatically. > > > > 5. Once function expects user to elide the image, the minimized image > > does not resize back to fill the frame. > > Unless this is specific to image-elide (which I cannot invoke here), I > cannot reproduce this. > > What I tried: > > emacs -Q > C-x C-f etc/images/splash.svg RET > M-x image- TAB > > The image shrinks a bit to fit inside the window. > > C-g > > The image resizes back to its original size. Yes, I know it should be that way. Though with image-elide, once the process starts waiting for key, image remain small. It is specific. Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/