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.devel Subject: Re: feature/fix-the-long-lines-display-bug 0699f80f85 1/2: Fix calculation of the vertical scroll bar's thumb Date: Tue, 19 Jul 2022 14:47:59 +0300 Message-ID: <83h73dnx1s.fsf@gnu.org> References: <165817757368.23995.17503819582850726768@vcs2.savannah.gnu.org> <20220718205254.2F890C0F203@vcs2.savannah.gnu.org> <87wnc9c3za.fsf@yahoo.com> <83ilntome4.fsf@gnu.org> <87sfmxbx6r.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1925"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 19 13:49:01 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oDlim-0000HC-Nj for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jul 2022 13:49:00 +0200 Original-Received: from localhost ([::1]:56296 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDlil-0006vw-C9 for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jul 2022 07:48:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDli0-0006GV-QK for emacs-devel@gnu.org; Tue, 19 Jul 2022 07:48:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33492) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDli0-0006Db-8c; Tue, 19 Jul 2022 07:48:12 -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=0hz2QtOrGgcaTmcxsHEG2doSJAZCvcSBgUG7NMaGDwo=; b=QaK4asEaGQH1 E8PgYOzXgAyjxMQXN26W2m7k7iOEYagjuvpB9MKEwBnam1cL34Sqa95+Ug3Kk3Ss6FP5iglW2SDUM iXx9MYLJm/D/LPg7EkR3hsrOm3rWYMYe9AFQoyvB8tWUKd1wBiGu3Yb+jnPec5vlialfUAoZ4uwGI KjdWoWA6bclz193mCqAW+rB9jPEOrznYo67CB2+HUQXk6Grkabw8iDt4hqqjhjP5JUYy0vxcektZH tUS0fZmpsPi5UP1GJbgfAgDz9sayAHAiT6age4b2EhoWgxCtlEeG5XaQ0qQykwRiYnRSYfik8LJki dvMLCaN+Q1QYPXzLnt07wQ==; Original-Received: from [87.69.77.57] (port=1130 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDlhz-0004d1-OI; Tue, 19 Jul 2022 07:48:12 -0400 In-Reply-To: (message from Gregory Heytings on Tue, 19 Jul 2022 05:11:56 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292264 Archived-At: > Date: Tue, 19 Jul 2022 05:11:56 +0000 > From: Gregory Heytings > cc: Eli Zaretskii , emacs-devel@gnu.org > > > >> I don't have any access to such systems, sorry. If you see specific > >> problems with that change, please tell. Otherwise, we will have to > >> rely on people reporting bugs. > > > > Sure. But this advice was aimed at Greogry, who seems to have access to > > them. > > > > You may have seen that the commit author is Eli, I merely cherry-picked > it. Cherry-picked in what way? I may be missing something, but that change is not on master yet, it is only on the fix-the-long-line-display-bug branch, where I committed it. It will be on master when we merge the branch.