From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9379 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: thread tree misdisplays Date: 10 Jan 1997 16:42:32 -0500 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149416 18138 80.91.224.250 (20 Oct 2002 21:30:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:30:16 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id NAA10902 for ; Fri, 10 Jan 1997 13:58:26 -0800 Original-Received: from pocari-sweat.jprc.com (karl@pocari-sweat.jprc.com [207.86.147.217]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 10 Jan 1997 22:42:35 +0100 Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.4/8.8.4) id QAA11411; Fri, 10 Jan 1997 16:42:33 -0500 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:9379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9379 I've never used thread trees much before, but I've finally decided I can use them now. I've been using a 2-way split for some time, with *Group* above *Summary* on the left, and the *Article* on the right, in a very wide (200-column) Xemacs; what is intended now is the addition of a thread tree display above the *Article*, the same size as the corresponding *Group* buffer on its left. (gnus-add-configuration '(article (horizontal 1.0 (vertical 0.4 (group 0.25) (summary 1.0 point)) (vertical 1.0 (tree 0.25) ; <-- addition here (article 1.0))))) There are 3 problems with this that I see: 1. The use of boldface font for the names in *Tree* display entries means that the lines defining the tree branches do not line up with the entries themselves. That is, the lines of display connecting entries are plain-font [-\]* strings, but when one has scored a subject higher, all the entries are boldfaced, and so the entries themselves don't line up properly among those plain-font [-\]* connectivity strings. Can the font used in the *Tree* buffer be forced to a plain state in all cases? 2. Again because of boldface (it appears), if the thread is very wide in *Tree* (very tall in *Summary*), then one can find oneself looking at an article such that no entry in the visible portion of *Tree* is highlighted -- the would-be highlighted entry is beyond the right edge of what the buffer displays. 3. Lastly, if a thread is very tall in *Tree* (very wide in *Summary*), *Tree* flickers back and forth as one moves from one article to the next, between showing an entry and then showing the top line of the *Tree* buffer. I would think it should move the buffer down so that the highlighted name is remains visible. --karl