I have some questions to be able to finally drop the stupid web interfaces...
My whole gnus configuration is here: http://github.com/AndreaCrotti/Emacs-conf/blob/master/.emacs.d/conf/gnus.el 1. Faster creation of buffer In newsgroup with 10k headers it takes really long time, so how could I limit the fetching? Is the fetching of articles only up to the agent or the agent? It would be nice to fetch only last 1k or last 2 months headers, but also be able to fetch them all if I need to look for something. Otherwise I could just cache them all and the subsequent connections would only fetch the last ones, what is the best way? 2. Hide/show function Something like org-mode cycle-visibility bound to [TAB] is very useful, would that be possible? I started to write something (BTW what was the way to cut and paste code with ---<---..?) (defun hide-or-show () "hide or show thread depending on the status" (interactive) ; (gnus-summary-show-thread) (gnus-summary-hide-thread) ) But I didn't find any variable to see if the current thread is being shown or not. Without something like that I think I can't decide if we must show or hide. Thanks a lot _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
