From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Using window-screen-lines in window-adjust-process-window-size (was: Re: using window-screen-lines in window-adjust-process-window-size) Date: Fri, 07 Jun 2019 12:10:39 +0300 Message-ID: <83blz9rca8.fsf@gnu.org> References: <87va64lguo.fsf@gmail.com> <87tvi8r8w4.fsf@gmail.com> <87wojfvidf.fsf@gmail.com> <83wojfvi0p.fsf@gnu.org> <87imuw8uk2.fsf@gmail.com> <87muk7yvs4.fsf@gmail.com> <871s12tvco.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="3404"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: John Shahid Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 07 11:28:28 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.47]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hZBAh-0000iz-C2 for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2019 11:28:27 +0200 Original-Received: from localhost ([::1]:47466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZBAf-000428-NA for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2019 05:28:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41057) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZAtf-0000D9-Q7 for emacs-devel@gnu.org; Fri, 07 Jun 2019 05:10:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hZAte-0001IA-JD; Fri, 07 Jun 2019 05:10:51 -0400 Original-Received: from [176.228.60.248] (port=3430 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hZAte-00088e-0X; Fri, 07 Jun 2019 05:10:50 -0400 In-reply-to: <871s12tvco.fsf@gmail.com> (message from John Shahid on Mon, 13 May 2019 08:03:19 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:237306 Archived-At: > From: John Shahid > Cc: emacs-devel@gnu.org > Date: Mon, 13 May 2019 08:03:19 -0400 > > It looks like no one objects to my earlier patch. If that is the case, > can you push the change to master. I don't have commit access. Thanks, and sorry for the long delay. I've now pushed your changes to the master branch.