From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40909 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Make gnus-summary-line-format %B prettier? Date: Wed, 19 Dec 2001 23:22:05 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035176391 3455 80.91.224.250 (21 Oct 2002 04:59:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:59:51 +0000 (UTC) Return-Path: Original-Received: (qmail 10239 invoked from network); 19 Dec 2001 22:32:33 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 19 Dec 2001 22:32:33 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16GpD6-0000HM-00; Wed, 19 Dec 2001 16:29:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 19 Dec 2001 16:29:01 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA15884 for ; Wed, 19 Dec 2001 16:28:49 -0600 (CST) Original-Received: (qmail 10148 invoked by alias); 19 Dec 2001 22:28:54 -0000 Original-Received: (qmail 10143 invoked from network); 19 Dec 2001 22:28:54 -0000 Original-Received: from fepd.post.tele.dk (195.41.46.149) by gnus.org with SMTP; 19 Dec 2001 22:28:54 -0000 Original-Received: from defun.localdomain ([195.215.96.182]) by fepD.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011219222848.NAGJ16766.fepD.post.tele.dk@defun.localdomain> for ; Wed, 19 Dec 2001 23:28:48 +0100 Original-To: ding@gnus.org X-Face: &>4YWj)5jy97[$J|&W(MX>,:L.9*|o]WXwhY40_'#-Yc:J-&v+U*?uhK9cqS'eaG(SLj0o E)IS]Ua_g,_"S$Xv)V5^T<^s?U8Tt6XZ~2EdDl^]={px>)aE[grl6~~G`7:vKu!:tZ_.L6,g7qV[; vn><9`4hh(Pf^gH'EJ[!c/$Jog51Q In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 19 Dec 2001 10:03:19 +0000 (UTC)") Original-Lines: 31 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40909 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40909 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=C3=9Fjohann) writes: > I think on Emacs 21 it should be possible to use line drawing > characters for the %B specifier. How does one do that? That's a neat idea. Here's what I came up with: (setq gnus-summary-line-format "%U%R%z%(%[%-23,23f%]%) %B\n") (setq gnus-sum-thread-tree-leaf-with-other "=E2=94=9C=E2=94=80=E2=96=B6 ") (setq gnus-sum-thread-tree-vertical "=E2=94=82") (setq gnus-sum-thread-tree-single-leaf "=E2=95=B0=E2=94=80=E2=96=B6 ") (setq gnus-sum-thread-tree-root nil) (setq gnus-sum-thread-tree-single-indent nil) Threads look like this: [Jinhyok Heo ] How to read utf-8 mails? [Kai Gro=C3=9Fjohann ] =E2=94=9C=E2=94=80=E2=96=B6=20 [Daniel Pittman ] =E2=94=82=E2=95=B0=E2=94=80=E2=96=B6=20 [Jinhyok Heo ] =E2=94=82 =E2=94=9C=E2=94=80=E2=96=B6=20 [Daniel Pittman ] =E2=94=82 =E2=94=82=E2=94=9C=E2=94=80=E2=96= =B6=20 [Vincent Bernat ] =E2=94=82 =E2=94=82=E2=95=B0=E2=94=80=E2=96= =B6=20 [Kai Gro=C3=9Fjohann ] =E2=94=82 =E2=94=82 =E2=95=B0=E2=94=80= =E2=96=B6=20 [Vincent Bernat ] =E2=94=82 =E2=95=B0=E2=94=80=E2=96=B6=20 [Daniel Pittman ] =E2=94=82 =E2=95=B0=E2=94=80=E2=96=B6=20 [Frank Schmitt ] =E2=95=B0=E2=94=80=E2=96=B6=20 BTW, how should I save my .gnus to make it work? When I evaluate it with `C-x C-e' it works, but loading from .gnus doesn't.