From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Omar Polo Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 47cbd10: * lisp/bindings.el (mode-line-position): Improve tooltip. Date: Sat, 09 Oct 2021 11:54:42 +0200 Message-ID: <87pmsev7uo.fsf@omarpolo.com> References: <834k9qy6hn.fsf@gnu.org> <831r4uy4ub.fsf@gnu.org> <87mtnih96h.fsf@linux-m68k.org> <83y272wnok.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33275"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.6; emacs 28.0.50 Cc: stefan@marxist.se, Andreas Schwab , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 09 11:58:17 2021 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 1mZ97R-0008SD-77 for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Oct 2021 11:58:17 +0200 Original-Received: from localhost ([::1]:59256 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZ97P-0007WS-Bp for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Oct 2021 05:58:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58862) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZ96m-0006qA-3Y for emacs-devel@gnu.org; Sat, 09 Oct 2021 05:57:36 -0400 Original-Received: from mail.omarpolo.com ([144.91.116.244]:53133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZ96j-0004U8-MK; Sat, 09 Oct 2021 05:57:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omarpolo.com; s=20200327; t=1633773442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6paWY97ZnOOGYbVDe8FGgI3yeLalU3Z8NY6jOB4Ex3I=; b=B9amZiXs/ZGEb1CabvUy8zVAP/jbgBVq1xsJz//Sh7edqGrPwgdAMb7IbH51joEfceEtLN rOal7JiKsttHbLJ8Efv90UY55hfPhY4hS9FszanzbK1P/aItJFDyGOK6wrJqaL3zrqh0FW gMhC8IuVN+e63oYXEBdM5y8qaR8yNz8= Original-Received: from localhost (host-79-45-237-189.retail.telecomitalia.it [79.45.237.189]) by mail.omarpolo.com (OpenSMTPD) with ESMTPSA id 58a881cc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 9 Oct 2021 11:57:21 +0200 (CEST) Original-Received: from venera (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 35cd8b24; Sat, 9 Oct 2021 11:57:19 +0200 (CEST) In-reply-to: <83y272wnok.fsf@gnu.org> Received-SPF: pass client-ip=144.91.116.244; envelope-from=op@omarpolo.com; helo=mail.omarpolo.com 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: 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276604 Archived-At: Eli Zaretskii writes: >> From: Andreas Schwab >> Cc: Stefan Kangas , emacs-devel@gnu.org >> Date: Sat, 09 Oct 2021 10:52:22 +0200 >> >> How about "Viewport Position"? > > I think we should include "percentage" there, since more often than > not this is what we display. "Position" alone is generally a simple > number, not expressed in percents. just wondering, "scroll percentage" or "scroll position" was considered? It seems simpler and more intuitive than the "whether there is additional text above the top of the window, or below the bottom" and "percentage of the buffer above the top of the window" formula used in the manual.