Re: Problems with `nnweb' mode
Rodolfo Medina <[EMAIL PROTECTED]> writes: >> It seems to be solved, now. >> All I had to do was to update my cvs copies of emacs and gnus and put >> in my ~/.gnus.el the following stuff: >> >> (setq gnus-refer-article-method >> '(current >> (nnweb "google" >>(nnweb-type google >> >> >> . Then, in the group buffer, I did: >> `G w RET RET' >> an Gnus displayed the message(s) corrispondent to the search string. > Tassilo Horn <[EMAIL PROTECTED]> writes: > Could you please try I fetching old messages by pressing RET on a > message-id or with ^ in Summary buffer works, too? > > That's the thing which doesn't work for me... Hi, Tassilo: by pressing RET on a message-id *nothing* happens; hitting ^ on an article in the nntp+news.gnus.org:gnu.emacs.gnus summary buffer, the previous message is opened; with `M-^ ' in the nntp+news.gnus.org:gnu.emacs.gnus (maybe you meant that, not `^'?), the following is written in the Messages buffer: Opening nnweb server on google...done Loading url-auth...done Contacting host: www.google.com:80 Loading url-cache...done Contacting host: groups.google.com:80 [2 times] Requested article not found Generating summary...done Fetched article <[EMAIL PROTECTED]> No such article (may have expired or been canceled) . Bye, Rodolfo ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: Covering servers with the Agent
trial ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: Covering servers with the Agent
trial ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: Problems with `nnweb' mode
Rodolfo Medina <[EMAIL PROTECTED]> writes: Hi Rodolfo, > by pressing RET on a message-id *nothing* happens; Weird. Here I get an blank message... > hitting ^ on an article in the nntp+news.gnus.org:gnu.emacs.gnus > summary buffer, the previous message is opened; > with `M-^ ' in the nntp+news.gnus.org:gnu.emacs.gnus > (maybe you meant that, not `^'?), I meant hitting `^' on an article whos parent is not available anymore, so that this has to be fetched. > the following is written in the Messages buffer: > > Opening nnweb server on google...done > Loading url-auth...done > Contacting host: www.google.com:80 > Loading url-cache...done > Contacting host: groups.google.com:80 [2 times] > Requested article not found > Generating summary...done > Fetched article <[EMAIL PROTECTED]> > No such article (may have expired or been canceled) In <[EMAIL PROTECTED]> I described the same behavior. But now I'm running out of ideas... I'd like to know if there's anyone for whom nnweb (google) fully works. Bye, Tassilo -- 98% of us Americans are hard-working people. It's the other 2% that give us a bad reputation. Then again, we did elect them. ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: Slime and Emacs Lisp
Tim X <[EMAIL PROTECTED]> writes: > 5. O'Reilly has a book called something like Extending Emacs or Emacs >Lisp Programming - I can't quite remember. It has some handy tips. I have "Writing GNU Emacs Extensions" on my shelf which is quite nice. But back to being off-topic: Is there some kind of debugger and inspector for Elisp like what Slime provides for CL? At least the debugger I know from XEmacs is very basic and does not remotely compare to Slime's. Any help is greatly appreciated. Regards, -- Julian Stecklina "I object to doing things that computers can do." - Olin Shivers ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english
How to decode a series of articles?
Sometime users post articles (or series of articles) that have been encoded in some way or other, such as : **[1/3]; **[2/3]; **[3/3] I don't know how can I decode them into a single file? Thanks a lot! ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: Slime and Emacs Lisp
>> 5. O'Reilly has a book called something like Extending Emacs or Emacs >> Lisp Programming - I can't quite remember. It has some handy tips. > I have "Writing GNU Emacs Extensions" on my shelf which is quite nice. > But back to being off-topic: Is there some kind of debugger and > inspector for Elisp like what Slime provides for CL? At least the > debugger I know from XEmacs is very basic and does not remotely compare > to Slime's. Any help is greatly appreciated. Check the Emacs Lisp Manual, looking for "debugger". I use `edebug'. Stefan ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english