From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79857 Path: news.gmane.org!not-for-mail From: Eric Schulte Newsgroups: gmane.emacs.gnus.general Subject: underlines in summary buffer Date: Fri, 09 Sep 2011 10:14:48 -0600 Message-ID: <874o0ln153.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315584978 3953 80.91.229.12 (9 Sep 2011 16:16:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2011 16:16:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28151@lists.math.uh.edu Fri Sep 09 18:16:14 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R23kS-0004ic-MU for ding-account@gmane.org; Fri, 09 Sep 2011 18:16:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R23jN-000061-QF; Fri, 09 Sep 2011 11:15:05 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R23jM-00005n-MU for ding@lists.math.uh.edu; Fri, 09 Sep 2011 11:15:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R23jL-0002Lz-Mk for ding@lists.math.uh.edu; Fri, 09 Sep 2011 11:15:04 -0500 Original-Received: from mail-pz0-f46.google.com ([209.85.210.46]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R23jJ-0001WE-Uc for ding@gnus.org; Fri, 09 Sep 2011 18:15:02 +0200 Original-Received: by pzk32 with SMTP id 32so3263926pzk.33 for ; Fri, 09 Sep 2011 09:14:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=+EhkXxI3QgsD2Izi14j39svsbiYa45TZpsUMfAcezco=; b=BfpvF61hghPM9FEy7QKP+om+Vkmr9dnyPQdTsHyWRSyA61s9lqrOzVlltb9LHp1FiD 3DbIcLVaYUbwZUrJjT6Qn6MvP75APpaxH/rOblF47ZiQOo/P+KoBY8DSgsc7SO9TcXBg QkVJD00vzf0Bu2JagV3VrJlBp7NCdD15f1NuU= Original-Received: by 10.68.41.136 with SMTP id f8mr756376pbl.196.1315584895500; Fri, 09 Sep 2011 09:14:55 -0700 (PDT) Original-Received: from bagel (c-174-56-1-147.hsd1.nm.comcast.net. [174.56.1.147]) by mx.google.com with ESMTPS id f8sm5208948pbc.3.2011.09.09.09.14.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Sep 2011 09:14:54 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79857 Archived-At: 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/