On Wed, Feb 06 2008, Katsumi Yamaoka wrote: >>>>>> William Xu wrote: >> ,---- >>| (gnus-summary-edit-article 2) >>| (goto-char (point-min)) >>| (insert (format "From: %s\n" author)) >>| (gnus-article-edit-done) >> `---- [...] > (let ((gnus-article-prepare-hook nil)) > (gnus-article-edit-done))
Wouldn't it make more sense to define a user format function that fetches "Author:" from the body and display it in the Summary buffer? In <http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/rs-gnus-summary.el> you can find some examples display e.g. infos from arbitrary headers. I'm not sure if doing it similar in this case (for body and RSS) works. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
