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: tabulated-list sort icon is reversed Date: Tue, 12 Feb 2019 21:43:46 +0200 Message-ID: <83a7j0pzbh.fsf@gnu.org> References: <83a7qbtc6l.fsf@gnu.org> <83bmaqq735.fsf@gnu.org> <87d0v1lsns.fsf@fastmail.fm> <532F6D74-E21C-45A2-B85B-01133DE1E8A1@scratch.space> <6e662c5b-3d04-2157-6712-aadcb6077f2b@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="240168"; mail-complaints-to="usenet@blaine.gmane.org" Cc: philippe.vaucher@gmail.com, emacs-devel@gnu.org To: =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 20:51:29 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gte5V-0010Fr-Vw for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2019 20:51:26 +0100 Original-Received: from localhost ([127.0.0.1]:45116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gte5V-0004DC-02 for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2019 14:51:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gte5B-0003z0-Kk for emacs-devel@gnu.org; Tue, 12 Feb 2019 14:51:07 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtdyI-0002Oh-Iw; Tue, 12 Feb 2019 14:44:00 -0500 Original-Received: from [176.228.60.248] (port=4824 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gtdyH-0001qw-Nd; Tue, 12 Feb 2019 14:43:58 -0500 In-reply-to: (message from =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel on Tue, 12 Feb 2019 14:13:59 -0500) 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.21 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:233261 Archived-At: > From: Clément Pit-Claudel > Date: Tue, 12 Feb 2019 14:13:59 -0500 > Cc: Emacs developers > > Displaying inline images instead of characters us rather straightforward, actually; here's what a patch might look like (with your defcustom patch, it would be even simpler: only the defcustom would change). That's just a simplified example, though, right? Because we cannot unconditionally use an SVG image; cannot even assume any kind of images is always supported, in fact.