Re: Problems with `nnweb' mode

2006-04-06 Thread Tassilo Horn
Andreas Seltenreich <[EMAIL PROTECTED]> writes: Hi Andreas, > Sorry if I was unclear. The angle brackets have to be *removed* and > not URL encoded in order for the search to work. The brackets in the > Message above indicate that they weren't. Ok, I removed the brackets and the request works. :

Re: Problems with `nnweb' mode

2006-04-06 Thread Rodolfo Medina
Andreas, Tassilo: thanks indeed for your efforts to solve the problem, but: since the discussion gets involved into technical and difficult matters, I newbie don't even know any more if it is worked out or not... If it is, would you please provide newbie-understandable recipe of what to do? Excus

Re: Problems with `nnweb' mode

2006-04-06 Thread Tassilo Horn
Rodolfo Medina <[EMAIL PROTECTED]> writes: Hi Rodolfo, > thanks indeed for your efforts to solve the problem, but: since the > discussion gets involved into technical and difficult matters, I > newbie don't even know any more if it is worked out or not... If it > is, would you please provide new

Re: Problems with `nnweb' mode

2006-04-06 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Hi again! I think last time I was a littlebit too fast with my answer. The filters on tcpdump were too restrictive and so I missed some things. This time I used ethereal and captured my network device (only TCP packets) when pressing RET on a message-id, w

Re: Problems with `nnweb' mode

2006-04-06 Thread Reiner Steib
On Thu, Apr 06 2006, Tassilo Horn wrote: > If you want to search for a message with the message-id > <[EMAIL PROTECTED]> at google, go into your *Group* buffer and > type: > > `G w RET <[EMAIL PROTECTED]> RET' [...] > BTW: You can search with any search string, not only message-ids. Cool, I

Re: Problems with `nnweb' mode

2006-04-06 Thread Rodolfo Medina
Rodolfo wrote: > In Gnus Manual there is: > > --- > The `nnweb' back end allows an easy interface to the mighty search > engine. You create an `nnweb' group, enter a search pattern, and then > enter the group and read the article

Re: Problems with `nnweb' mode

2006-04-06 Thread Tassilo Horn
Reiner Steib <[EMAIL PROTECTED]> writes: Hi Reiner, >> | (nntp "news.gmane.org") >> | (nnweb "gmane" >> | (nnweb-type gmane)) >> | (nnweb "google" >> | (nnweb-type google))) > > I don't think duplicating Gmane makes much sense, does it? Not sure. I thought the web archives may

Re: Problems with `nnweb' mode

2006-04-06 Thread Tassilo Horn
Rodolfo Medina <[EMAIL PROTECTED]> writes: Hi Rodolfo, > but I did exactly `G w RET <[EMAIL PROTECTED]> RET' as you > suggest. Did you really type "<[EMAIL PROTECTED]>"? That was only a placeholder. :-) Try: `G w RET <[EMAIL PROTECTED]> RET' This works for me and a new summary buffer sh

Re: Problems with `nnweb' mode

2006-04-06 Thread Reiner Steib
On Thu, Apr 06 2006, Tassilo Horn wrote: > I thought the web archives may perhaps store articles forever while > the news server expires them after some time. But, of course, I may > be wrong... You are wrong here, I think. Gmane's web server fetches the articles from the news server. (You coul

Re: Problems with `nnweb' mode

2006-04-06 Thread Tassilo Horn
Reiner Steib <[EMAIL PROTECTED]> writes: > You are wrong here, I think. Gmane's web server fetches the articles > from the news server. (You could ask on gmane.discuss to be sure.) Good to know. Thanks, Tassilo -- My opinions may have changed, but not the fact that I am right.

Slime and Emacs Lisp

2006-04-06 Thread Sébastien Vauban
Hello, I've just installed Slime and CLisp. Very good choice, I think. But my ultimate goal would be to try enjoying all the features of Slime for debugging Emacs Lisp code I want to maintain... but, when compiling my Emacs Lisp code, it reports many errors, like: o undefined function NIL

Re: Problems with `nnweb' mode

2006-04-06 Thread Adam Sjøgren
On Thu, 06 Apr 2006 18:45:11 +0200, Tassilo wrote: > Reiner Steib <[EMAIL PROTECTED]> writes: >> I don't think duplicating Gmane makes much sense, does it? > Not sure. I thought the web archives may perhaps store articles forever > while the news server expires them after some time. But, of cour

Re: Slime and Emacs Lisp

2006-04-06 Thread Albert Reiner
[Sébastien Vauban <[EMAIL PROTECTED]>, Thu, 06 Apr 2006 19:23:16 GMT]: > I've just installed Slime and CLisp. Very good choice, I think. Indeed, but for Common Lisp: Clisp is one of many implementations of Common Lisp, which is a completely different kind of Lisp than Emacs Lisp. And Slime is on