emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dan Davison <davison@stats.ox.ac.uk>
To: Henri-Paul Indiogine <hindiogine@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Re: Org mode and emacs email
Date: Tue, 30 Mar 2010 14:34:57 -0400	[thread overview]
Message-ID: <87r5n1u08e.fsf@stats.ox.ac.uk> (raw)
In-Reply-To: <87r5n1u0rf.fsf@belvoir.org> (Henri-Paul Indiogine's message of "Tue, 30 Mar 2010 13:23:32 -0500")

Henri-Paul Indiogine <hindiogine@gmail.com> writes:

> Dan Davison <davison@stats.ox.ac.uk> writes:
>> http://www.princeton.edu/~ddavison/gnus.png)
>
> Thanks for the .gnus code.  Actually, I do not use .gnus and place all
> in .emacs but I do not think that matters.
>
> I run Ubuntu Karmic + Gnu Emacs 23.  Both updated
>
> Anyway, now my summary buffer looks very much like the image that you placed
> on-line. However I have some differences:
>
> 1. I do not have the arrows.  Does that have to do with some unicode
> settings that I may have to change?

Ah, sorry, I think I should have included the following two variable
settings:

(setq gnus-thread-sort-functions
      '(gnus-thread-sort-by-number
	gnus-thread-sort-by-most-recent-date))

(setq gnus-summary-thread-gathering-function
      'gnus-gather-threads-by-references)

Does that do it?

[...]

> 3. There are also color differences:  I do not have the dates colored
> blue as you have.  My subject lines are colored green, red, white and
> blue according to the marks that they have.  I find that useful and
> would like to keep those colors.

These settings don't alter the faces, just the text. The colours in my
image are whatever color-theme-charcoal-black gave me (in the
color-themes package.)

Dan

So the full settings, including the ones I originally posted are:


--8<---------------cut here---------------start------------->8---
(setq gnus-thread-sort-functions
      '(gnus-thread-sort-by-number
	gnus-thread-sort-by-most-recent-date))

(setq gnus-summary-thread-gathering-function
      'gnus-gather-threads-by-references)

(setq gnus-summary-line-format
      (concat
       "%0{%U%R%z%}"
       "%3{│%}" "%1{%d%}" "%3{│%}" ;; date
       "  "
       "%4{%-20,20f%}"               ;; name
       "  "
       "%3{│%}"
       " "
       "%1{%B%}"
       "%s\n"))
(setq gnus-summary-display-arrow t)
;; http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/a673a74356e7141f
(when window-system
  (setq gnus-sum-thread-tree-indent "  ")
  (setq gnus-sum-thread-tree-root "") ;; "● ")
  (setq gnus-sum-thread-tree-false-root "") ;; "◯ ")
  (setq gnus-sum-thread-tree-single-indent "") ;; "◎ ")
  (setq gnus-sum-thread-tree-vertical        "│")
  (setq gnus-sum-thread-tree-leaf-with-other "├─► ")
  (setq gnus-sum-thread-tree-single-leaf     "╰─► "))
--8<---------------cut here---------------end--------------->8---


>
> Thanks,

  reply	other threads:[~2010-03-30 18:35 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 11:22 Org mode and emacs email Simon Brown
2010-03-29 12:45 ` Richard Riley
2010-03-29 13:49   ` Simon Brown
2010-03-29 13:56     ` Łukasz Stelmach
2010-03-30 16:09     ` Richard Riley
2010-03-29 16:14 ` Henri-Paul Indiogine
2010-03-30 14:36 ` Scott Brim
2010-03-30 16:01   ` Simon Brown
2010-03-30 16:55     ` Eric Schulte
2010-03-30 17:34       ` Manuel Hermenegildo
2010-03-30 19:53         ` Leo
2010-03-31 19:09           ` Gary
2010-04-01  7:28             ` peter.frings
2010-04-01 14:15               ` Eric Schulte
2010-04-01 14:32                 ` Giovanni Ridolfi
2010-04-01 14:46                   ` Henri-Paul Indiogine
2010-04-01 16:51                     ` Daniel Goldin
2010-03-31 17:54         ` Robert Goldman
2010-03-31 18:16           ` Nick Dokos
     [not found]             ` <4BB39872.3030806@sift.info>
2010-03-31 18:56               ` Nick Dokos
2010-04-09 11:30           ` Uday S Reddy
2010-03-30 17:40       ` Dan Davison
2010-03-30 18:23         ` Henri-Paul Indiogine
2010-03-30 18:34           ` Dan Davison [this message]
2010-03-31  0:34         ` Geralt
2010-03-31  1:15           ` [OT] " Dan Davison
2010-03-31  1:38             ` Jonathan Creekmore
2010-03-31  9:29               ` Geralt
2010-03-31  8:23             ` Darlan Cavalcante Moreira
2010-03-31 14:12               ` Eric Schulte
2010-03-31 17:37             ` Henri-Paul Indiogine
2010-04-08 21:13               ` Eraldo Helal
2010-03-30 16:57     ` Richard Riley
2010-03-30 17:53 ` Gary

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r5n1u08e.fsf@stats.ox.ac.uk \
    --to=davison@stats.ox.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=hindiogine@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).