Gnus development mailing list
 help / color / mirror / Atom feed
* strange behavors of gnus-uu-mark-thread and gnus-uu-unmark-thread
@ 2013-03-17  1:32 feng shu
  2013-08-01 16:05 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: feng shu @ 2013-03-17  1:32 UTC (permalink / raw)
  To: ding


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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: strange behavors of gnus-uu-mark-thread and gnus-uu-unmark-thread
  2013-03-17  1:32 strange behavors of gnus-uu-mark-thread and gnus-uu-unmark-thread feng shu
@ 2013-08-01 16:05 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-08-01 16:05 UTC (permalink / raw)
  To: feng shu; +Cc: ding

feng shu <tumashu@gmail.com> writes:

> 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?

I've now fixed this in Ma Gnus.

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-01 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-17  1:32 strange behavors of gnus-uu-mark-thread and gnus-uu-unmark-thread feng shu
2013-08-01 16:05 ` Lars Magne Ingebrigtsen

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).