GNU bug report logs - #31546
27.0.50; macOS child frames with no mode-line mouse click problem

Previous Next

Package: emacs;

Reported by: Aaron Jensen <aaronjensen <at> gmail.com>

Date: Tue, 22 May 2018 05:24:02 UTC

Severity: normal

Found in version 27.0.50

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


Message #113 received at 31546 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Aaron Jensen <aaronjensen <at> gmail.com>
Cc: 31546 <at> debbugs.gnu.org, rudalics <at> gmx.at, alan <at> idiocy.org
Subject: Re: bug#31546: 27.0.50; macOS child frames with no mode-line mouse
 click problem
Date: Sat, 02 Jun 2018 11:00:24 +0300
> From: Aaron Jensen <aaronjensen <at> gmail.com>
> Date: Fri, 1 Jun 2018 23:35:09 -0700
> Cc: Eli Zaretskii <eliz <at> gnu.org>, martin rudalics <rudalics <at> gmx.at>, 31546 <at> debbugs.gnu.org
> 
> Here is an updated patch which includes Alan's changes. Any concerns with this?

Fine with me, but please put a comment here:

> -	 (bottom (if (window-minibuffer-p start-window)
> +	 (bottom (if (or (window-minibuffer-p start-window)
> +                         (not mode-line-format))   <<<<<<<<<<<<<<<<<<<
>  		     (nth 3 bounds)
>  		   ;; Don't count the mode line.
>  		   (1- (nth 3 bounds))))

explaining that a frequent use case without a mode line is child-frame
windows.

Thanks.




This bug report was last modified 6 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.