From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] make tags fast selection popup narrower Date: Sun, 15 Apr 2018 17:26:23 +0200 Message-ID: <87tvscjxsw.fsf@nicolasgoaziou.fr> References: <87muy4ztn0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7jXy-0001f9-8W for emacs-orgmode@gnu.org; Sun, 15 Apr 2018 11:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7jXu-0001SW-Ef for emacs-orgmode@gnu.org; Sun, 15 Apr 2018 11:26:30 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:55665) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f7jXu-0001R5-7F for emacs-orgmode@gnu.org; Sun, 15 Apr 2018 11:26:26 -0400 In-Reply-To: <87muy4ztn0.fsf@gmail.com> (stardiviner's message of "Sun, 15 Apr 2018 17:49:39 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: org-mode Hello, stardiviner writes: > Here is the patch: > > From 7fc28443484f7b8c701d7c076f1c9c4e389651e7 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Sun, 15 Apr 2018 17:41:44 +0800 > Subject: [PATCH] * org.el: make fast tags selection popup narrower to look > better. Beauty lies in the eye of the beholder, yet, I don't find it to be an improvement. It breaks the column alignment in most cases. Until we find a more sensible display, we should preserve that vertical alignment. Your problem stems from the special characters your are using, e.g., "\200". We may need a pixel based alignment to fix that. Regards, -- Nicolas Goaziou