From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: google groups Date: Wed, 11 Apr 2007 07:13:05 +0200 (CEST) Message-ID: <2946668.47161176268385317.JavaMail.www@wwinf4001> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176285413 5397 80.91.229.12 (11 Apr 2007 09:56:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 09:56:53 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 11 11:56:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HbV96-0005ij-Nw for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 07:13:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbVD6-0001Wp-1A for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 01:17:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbVCu-0001Tb-Lk for emacs-devel@gnu.org; Wed, 11 Apr 2007 01:17:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbVCt-0001Rx-0n for emacs-devel@gnu.org; Wed, 11 Apr 2007 01:17:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbVCs-0001RW-JB for emacs-devel@gnu.org; Wed, 11 Apr 2007 01:17:22 -0400 Original-Received: from smtp1.voila.fr ([193.252.22.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbV8q-0003ik-85 for emacs-devel@gnu.org; Wed, 11 Apr 2007 01:13:12 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4003.voila.fr (SMTP Server) with ESMTP id 5FD9D2400234; Wed, 11 Apr 2007 07:13:05 +0200 (CEST) Original-Received: from wwinf4001 (wwinf4001 [172.22.157.28]) by mwinf4003.voila.fr (SMTP Server) with ESMTP id 529F72400232; Wed, 11 Apr 2007 07:13:05 +0200 (CEST) X-ME-UUID: 20070411051305338.529F72400232@mwinf4003.voila.fr X-Originating-IP: [86.107.96.49] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69280 Archived-At: > > There is no possibility to add an extension to EMACS, probably to > > GNUS in order to use EMACS to read google groups for discussions? > > > > http://groups.google.com/ > > > > Example: comp group discussions: > > > > http://groups.google.com/groups/dir?sel=33584255 > > If you talk about *Usenet* groups, this is exactly what Gnus is about > in the first place... > > ,----[ (info "(gnus)Top") ] > | The Gnus Newsreader > | ******************* > | > | You can read news (and mail) from within Emacs by using Gnus. > `---- > > If you meant these `foo-bar-baz(at)googlegroups.com' groups, you might > have success using a web group in Gnus (`G w google RET > group:foo-bar-baz RET'...). > > ,----[ (info "(gnus)Foreign Groups") ] > | `G w' > | Make an ephemeral group based on a web search > | (`gnus-group-make-web-group'). If you give a prefix to this > | command, make a solid group instead. You will be prompted for the > | search engine type and the search string. Valid search engine > | types include `google', `dejanews', and `gmane'. *Note Web > | Searches::. > `---- > Thanks.