unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* notmuch-tree display
@ 2015-07-11 15:31 Aneesh Kumar K.V
  2015-07-11 18:35 ` Mark Walters
  0 siblings, 1 reply; 6+ messages in thread
From: Aneesh Kumar K.V @ 2015-07-11 15:31 UTC (permalink / raw)
  To: notmuch


Hi,

Any suggestion on what might be causing this

https://github.com/syl20bnr/spacemacs/issues/2309

-aneesh

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: notmuch-tree display
  2015-07-11 15:31 notmuch-tree display Aneesh Kumar K.V
@ 2015-07-11 18:35 ` Mark Walters
  2015-07-12 10:41   ` Aneesh Kumar K.V
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Walters @ 2015-07-11 18:35 UTC (permalink / raw)
  To: Aneesh Kumar K.V, notmuch


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




On Sat, 11 Jul 2015, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:
> Hi,
>
> Any suggestion on what might be causing this
>
> https://github.com/syl20bnr/spacemacs/issues/2309
>
> -aneesh
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: notmuch-tree display
  2015-07-11 18:35 ` Mark Walters
@ 2015-07-12 10:41   ` Aneesh Kumar K.V
  2015-07-12 13:41     ` Aneesh Kumar K.V
  0 siblings, 1 reply; 6+ messages in thread
From: Aneesh Kumar K.V @ 2015-07-12 10:41 UTC (permalink / raw)
  To: Mark Walters, notmuch

Mark Walters <markwalters1009@gmail.com> 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.

-aneesh

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: notmuch-tree display
  2015-07-12 10:41   ` Aneesh Kumar K.V
@ 2015-07-12 13:41     ` Aneesh Kumar K.V
  2015-07-13 10:21       ` Mark Walters
  0 siblings, 1 reply; 6+ messages in thread
From: Aneesh Kumar K.V @ 2015-07-12 13:41 UTC (permalink / raw)
  To: Mark Walters, notmuch

"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> writes:

> Mark Walters <markwalters1009@gmail.com> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: notmuch-tree display
  2015-07-12 13:41     ` Aneesh Kumar K.V
@ 2015-07-13 10:21       ` Mark Walters
  2015-07-13 15:50         ` Aneesh Kumar K.V
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Walters @ 2015-07-13 10:21 UTC (permalink / raw)
  To: Aneesh Kumar K.V, notmuch


On Sun, 12 Jul 2015, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:
> "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> writes:
>
>> Mark Walters <markwalters1009@gmail.com> 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.

My guess is that incosolata does not have all the graphics characters,
so emacs drops to a different font when displaying them. For some reason
it is now dropping to some other different font and the display is
getting messed up.

I think what-cursor-position called with a prefix argument (so C-u M-x
what-cursor-position) tells you (amongst other things) the font under
the cursor.  For me, when using incosalata as default font,  the quarter
circles and arrow heads are in some different font.

I don't know what the fix would be if this is the problem but lets see
if it the problem first!

Best wishes

Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: notmuch-tree display
  2015-07-13 10:21       ` Mark Walters
@ 2015-07-13 15:50         ` Aneesh Kumar K.V
  0 siblings, 0 replies; 6+ messages in thread
From: Aneesh Kumar K.V @ 2015-07-13 15:50 UTC (permalink / raw)
  To: Mark Walters, notmuch

Mark Walters <markwalters1009@gmail.com> writes:

> On Sun, 12 Jul 2015, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:
>> "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> writes:
>>
>>> Mark Walters <markwalters1009@gmail.com> 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.
>
> My guess is that incosolata does not have all the graphics characters,
> so emacs drops to a different font when displaying them. For some reason
> it is now dropping to some other different font and the display is
> getting messed up.
>
> I think what-cursor-position called with a prefix argument (so C-u M-x
> what-cursor-position) tells you (amongst other things) the font under
> the cursor.  For me, when using incosalata as default font,  the quarter
> circles and arrow heads are in some different font.
>
> I don't know what the fix would be if this is the problem but lets see
> if it the problem first!
>
> Best wishes
>

Yes that seems to be issue. For non working I have

             position: 158 of 780 (20%), column: 36
             
            character: ├ (displayed as ├) (codepoint 9500, #o22434, #x251c)
    preferred charset: unicode (Unicode (ISO10646))
code point in charset: 0x251C
               script: symbol
               syntax: _ 	which means: symbol
             category: .:Base, c:Chinese, h:Korean, j:Japanese
             to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
          buffer code: #xE2 #x94 #x9C
            file code: #xE2 #x94 #x9C (encoded by coding system utf-8)
              display: by this font (glyph code)
    xft:-unknown-TeX Gyre Termes Math-normal-normal-normal-*-17-*-*-*-*-0-iso1064


For working font i have

             position: 158 of 780 (20%), column: 36
            character: ├ (displayed as ├) (codepoint 9500, #o22434, #x251c)
    preferred charset: unicode (Unicode (ISO10646))
code point in charset: 0x251C
               script: symbol
               syntax: _ 	which means: symbol
             category: .:Base, c:Chinese, h:Korean, j:Japanese
             to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
          buffer code: #xE2 #x94 #x9C
            file code: #xE2 #x94 #x9C (encoded by coding system utf-8)
              display: by this font (glyph code)
    xft:-unknown-Ubuntu Mono-normal-normal-normal-*-17-*-*-*-m-0-iso10646-1 (#x4E

-aneesh

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-13 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-11 15:31 notmuch-tree display Aneesh Kumar K.V
2015-07-11 18:35 ` Mark Walters
2015-07-12 10:41   ` Aneesh Kumar K.V
2015-07-12 13:41     ` Aneesh Kumar K.V
2015-07-13 10:21       ` Mark Walters
2015-07-13 15:50         ` Aneesh Kumar K.V

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).