bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43538: 27.1; Hiding the thread moved us backwards, aborting!


From: dick . r . chiang
Subject: bug#43538: 27.1; Hiding the thread moved us backwards, aborting!
Date: Mon, 21 Sep 2020 10:58:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

EMACS=${EMACS:-emacs}
${EMACS} -Q \
--eval "(custom-set-variables \
 '(network-security-level (quote low)) \
 '(gnus-interactive-exit (quote quiet)) \
 '(gnus-large-newsgroup 4000) \
 '(gnus-select-method (quote (nntp \"news.gmane.io\" ))) \
 '(gnus-add-timestamp-to-message (quote log)) \
 '(gnus-before-startup-hook (quote (toggle-debug-on-error))) \
 '(gnus-always-read-dribble-file t) \
 '(gnus-read-newsrc-file nil) \
 '(gnus-parameters (quote ((\"^nntp\" (display . 1000))))) \
 '(gnus-summary-prepared-hook (quote (gnus-summary-hide-all-threads))) \
 '(gnus-startup-file \"/var/tmp/foo\") \
 )" \
-f gnus \
--eval "(gnus-server-open-all-servers)" \
--eval "(gnus-fetch-group \"nntp+news.gmane.io:gmane.emacs.gnus.general\")" \
--eval "(gnus-summary-search-article-forward \"maildir\")"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]