From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: How to make Emacs popular again: Use monospaced fonts less Date: Wed, 02 Dec 2020 23:06:37 +0200 Organization: LINKOV.NET Message-ID: <874kl39aua.fsf@mail.linkov.net> References: <3201a9fe-de19-d553-0be1-d379f182fd47@yandex.ru> <84273aa2-24a9-7584-18b9-03a5ac783d62@yandex.ru> <835z7vjrg3.fsf@gnu.org> <83tuvegkmo.fsf@gnu.org> <83v9ftf6n9.fsf@gnu.org> <835z7qfp6h.fsf@gnu.org> <87ft6lgw5y.fsf_-_@gnus.org> <87lfgciy9f.fsf@igel.home> <87362kfsf5.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37949"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , Stephen Berman , Andreas Schwab , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 02 22:36:20 2020 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 1kkZnP-0009m5-Io for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Dec 2020 22:36:19 +0100 Original-Received: from localhost ([::1]:39076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkZnO-0003oA-JC for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Dec 2020 16:36:18 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36108) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkZmW-0002np-3O for emacs-devel@gnu.org; Wed, 02 Dec 2020 16:35:24 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:47261) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkZmU-0007bl-7y for emacs-devel@gnu.org; Wed, 02 Dec 2020 16:35:23 -0500 X-Originating-IP: 91.129.99.98 Original-Received: from mail.gandi.net (m91-129-99-98.cust.tele2.ee [91.129.99.98]) (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 048A5FF803; Wed, 2 Dec 2020 21:35:17 +0000 (UTC) In-Reply-To: (Stefan Monnier's message of "Sun, 11 Oct 2020 18:23:36 -0400") Received-SPF: pass client-ip=217.70.183.199; envelope-from=juri@linkov.net; helo=relay9-d.mail.gandi.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, 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:260189 Archived-At: >> Could you try to make proced work with a variable pitch header-line? I >> tried and failed (bug#1779). > > Done. The right-alignment is still fairly ugly, of course. Trying to click on the proced header line sometimes sorts a wrong column. Comparing 'proced-sort-header' with 'tabulated-list-col-sort' shows that the latter uses '(cdr posn-object)' to get the clicked column, whereas 'proced' uses more complex logic with 'posn-actual-col-row' that fails to get the correct aligned column. This begs the question why proced doesn't use 'tabulated-list-mode'? Maybe there are some features in proced that are not yet supported by tabulated-list?