From 3d96c4ddfcdb05ab578decb27801acea3605ad60 Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Sun, 12 Jul 2015 19:11:48 +0530 Subject: [PATCH] Re: notmuch-tree display --- d0/6c7172136bf3fc6219a6c7bff0ee8ce0ba26b5 | 99 +++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 d0/6c7172136bf3fc6219a6c7bff0ee8ce0ba26b5 diff --git a/d0/6c7172136bf3fc6219a6c7bff0ee8ce0ba26b5 b/d0/6c7172136bf3fc6219a6c7bff0ee8ce0ba26b5 new file mode 100644 index 000000000..527f927fe --- /dev/null +++ b/d0/6c7172136bf3fc6219a6c7bff0ee8ce0ba26b5 @@ -0,0 +1,99 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id C81CB6DE14F2 + for ; Sun, 12 Jul 2015 06:42:01 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -2.87 +X-Spam-Level: +X-Spam-Status: No, score=-2.87 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.55] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id edngpKk_iVPv for ; + Sun, 12 Jul 2015 06:42:00 -0700 (PDT) +Received: from e28smtp08.in.ibm.com (e28smtp08.in.ibm.com [122.248.162.8]) + by arlo.cworth.org (Postfix) with ESMTPS id 548166DE0B25 + for ; Sun, 12 Jul 2015 06:41:59 -0700 (PDT) +Received: from /spool/local + by e28smtp08.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! + Violators will be prosecuted + for from ; + Sun, 12 Jul 2015 19:11:52 +0530 +Received: from d28dlp03.in.ibm.com (9.184.220.128) + by e28smtp08.in.ibm.com (192.168.1.138) with IBM ESMTP SMTP Gateway: + Authorized Use Only! Violators will be prosecuted; + Sun, 12 Jul 2015 19:11:51 +0530 +X-Helo: d28dlp03.in.ibm.com +X-MailFrom: aneesh.kumar@linux.vnet.ibm.com +X-RcptTo: notmuch@notmuchmail.org +Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) + by d28dlp03.in.ibm.com (Postfix) with ESMTP id A9960125804F + for ; Sun, 12 Jul 2015 19:14:43 +0530 (IST) +Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) + by d28relay01.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id + t6CDfoS839714854 + for ; Sun, 12 Jul 2015 19:11:50 +0530 +Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) + by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id + t6CCRC0r026401 + for ; Sun, 12 Jul 2015 17:57:12 +0530 +Received: from skywalker.linux.vnet.ibm.com ([9.77.207.156]) + by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id + t6CCRCta026388 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); + Sun, 12 Jul 2015 17:57:12 +0530 +From: "Aneesh Kumar K.V" +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: notmuch-tree display +In-Reply-To: <871tgdwtck.fsf@linux.vnet.ibm.com> +References: <87pp3yvhh6.fsf@linux.vnet.ibm.com> <87si8uzgny.fsf@qmul.ac.uk> + <871tgdwtck.fsf@linux.vnet.ibm.com> +User-Agent: Notmuch/0.19+103~g294bb6d (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 12 Jul 2015 19:11:48 +0530 +Message-ID: <87fv4t7asj.fsf@linux.vnet.ibm.com> +MIME-Version: 1.0 +Content-Type: text/plain +X-TM-AS-MML: disable +X-Content-Scanned: Fidelis XPS MAILER +x-cbid: 15071213-0029-0000-0000-000006DEE72F +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 12 Jul 2015 13:42:01 -0000 + +"Aneesh Kumar K.V" writes: + +> Mark Walters writes: +> +>> It could be a font issue (for the tree graphical characters). Which font +>> are you using? and is emacs running in a terminal or in its own window? +>> +>> Best wishes +>> +>> Mark +>> +> +> I tried changing the font, but that did help. I am running emacs in its +> own window. +> + +Ok switching to ubuntu mono regular fixed the issue. So it is really +related to font. I don't know what changed. I always used inconsolata +and it worked before. + +-aneesh + -- 2.26.2