Gnus development mailing list
 help / color / mirror / Atom feed
From: feng shu <tumashu@gmail.com>
To: ding@gnus.org
Subject: strange behavors of gnus-uu-mark-thread and gnus-uu-unmark-thread
Date: Sun, 17 Mar 2013 09:32:05 +0800	[thread overview]
Message-ID: <m3d2uyg6ay.fsf@gmail.com> (raw)


Hello:

Sorry my poor English,When I use the below  gnus configure, I find that
the command 'gnus-uu-mark-thread and 'gnus-uu-unmark-thread have very strange
behavors: when the cursor is  on a dummy subject line,
gnus-uu-mark-thread command will mark *all* the articles below  this
line,instead of lines in expected thread. gnus-uu-unmark-thread is like
this too. How to deal with?
   

#+begin_src emacs-lisp
(setq gnus-summary-make-false-root 'dummy)
(setq gnus-summary-make-false-root-always t)
(setq gnus-summary-dummy-line-format "    |->%-62,62S\n")
(setq gnus-summary-line-format (concat 
                                "%U%R  |"
                                "    "
                                "%2{%-5&user-date;%}    "
                                "%B"
                                "%I"
                                "%2{%n%}---->"
                                "\n"))

(copy-face 'default 'eh-gnus-face-2)
(set-face-foreground 'eh-gnus-face-2 "orange")
(setq gnus-face-2 'eh-gnus-face-2)

(setq gnus-user-date-format-alist
      '(((gnus-seconds-today) . "%H:%M")
        ((+ (* 24 3600)    (gnus-seconds-today)) . "YD   ")
        ((- (gnus-seconds-month) (* 72 3600)) . "%dth ")
        ((- (gnus-seconds-month) (* 48 3600)) . "%drd ")
        ((- (gnus-seconds-month) (* 24 3600)) . "%dnd ")
        ((gnus-seconds-month) . "%dst ")
        ((gnus-seconds-year)  . "%m-%d")
        (t . "%Y ")))

(setq gnus-thread-indent-level 0)
(setq gnus-summary-same-subject "")
(setq gnus-sum-thread-tree-indent "    ")
(setq gnus-sum-thread-tree-single-indent "〇")
(setq gnus-sum-thread-tree-root "●")
(setq gnus-sum-thread-tree-false-root "☆")
(setq gnus-sum-thread-tree-vertical "|")
(setq gnus-sum-thread-tree-leaf-with-other "|----")
(setq gnus-sum-thread-tree-single-leaf " `----")

#+end_src 



Feng Shu




             reply	other threads:[~2013-03-17  1:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-17  1:32 feng shu [this message]
2013-08-01 16:05 ` Lars Magne Ingebrigtsen

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

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

  git send-email \
    --in-reply-to=m3d2uyg6ay.fsf@gmail.com \
    --to=tumashu@gmail.com \
    --cc=ding@gnus.org \
    /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.
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).