Gnus development mailing list
 help / color / mirror / Atom feed
* underlines in summary buffer
@ 2011-09-09 16:14 Eric Schulte
  2011-09-10 19:50 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2011-09-09 16:14 UTC (permalink / raw)
  To: ding

Hi,

After recently updating my OS and checking out the latest Emacs/gnus
from bzr the text in my summary buffer which indents articles to
indicate threads is now underlined.  For example when I do

  (buffer-substring (point) (+ 4 (point)))

with the point in a bit of thread indentation (specifically a group of
`gnus-sum-thread-tree-indent' characters), I get the following

  #("    " 0 4 (gnus-face t face italic gnus-number 18))

However none of those indicate to me that the characters should be
underlined, and I am unable to dig further as gnus-face seems to be
undefined.

Any help on how to remove this underlining would be greatly appreciated.

Thanks -- Eric

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



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

* Re: underlines in summary buffer
  2011-09-09 16:14 underlines in summary buffer Eric Schulte
@ 2011-09-10 19:50 ` Lars Magne Ingebrigtsen
  2011-09-13 20:57   ` Eric Schulte
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-10 19:50 UTC (permalink / raw)
  To: ding

Eric Schulte <schulte.eric@gmail.com> writes:

> After recently updating my OS and checking out the latest Emacs/gnus
> from bzr the text in my summary buffer which indents articles to
> indicate threads is now underlined.  For example when I do
>
>   (buffer-substring (point) (+ 4 (point)))
>
> with the point in a bit of thread indentation (specifically a group of
> `gnus-sum-thread-tree-indent' characters), I get the following
>
>   #("    " 0 4 (gnus-face t face italic gnus-number 18))

Is `italic' an underline font for you?

It could also be overlays.  See what (overlays-at (point)) says for
you. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




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

* Re: underlines in summary buffer
  2011-09-10 19:50 ` Lars Magne Ingebrigtsen
@ 2011-09-13 20:57   ` Eric Schulte
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Schulte @ 2011-09-13 20:57 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Eric Schulte <schulte.eric@gmail.com> writes:
>
>> After recently updating my OS and checking out the latest Emacs/gnus
>> from bzr the text in my summary buffer which indents articles to
>> indicate threads is now underlined.  For example when I do
>>
>>   (buffer-substring (point) (+ 4 (point)))
>>
>> with the point in a bit of thread indentation (specifically a group of
>> `gnus-sum-thread-tree-indent' characters), I get the following
>>
>>   #("    " 0 4 (gnus-face t face italic gnus-number 18))
>
> Is `italic' an underline font for you?
>

Ah yes, for some reason 'italic' is underlined, I should have checked
for this possibility.

Thanks -- Eric

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



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

end of thread, other threads:[~2011-09-13 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-09 16:14 underlines in summary buffer Eric Schulte
2011-09-10 19:50 ` Lars Magne Ingebrigtsen
2011-09-13 20:57   ` Eric Schulte

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 NNTP newsgroup(s).