From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.help Subject: Re: Forwarding Emacs.SE questions to help-gnu-emacs Date: Wed, 3 Dec 2014 11:45:23 +0000 Message-ID: References: <871tpevkh8.fsf@lifelogs.com> <877fz3f8x2.fsf@lifelogs.com> <994f4701-8502-4f33-9994-480b92c134a7@default> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1417607168 32758 80.91.229.3 (3 Dec 2014 11:46:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2014 11:46:08 +0000 (UTC) Cc: help-gnu-emacs To: Tom Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 03 12:46:02 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xw8Nb-0001DM-TL for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2014 12:46:00 +0100 Original-Received: from localhost ([::1]:41009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw8Nb-0001EB-Hw for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2014 06:45:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw8N6-0001C3-El for help-gnu-emacs@gnu.org; Wed, 03 Dec 2014 06:45:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xw8N2-0004T3-Gy for help-gnu-emacs@gnu.org; Wed, 03 Dec 2014 06:45:28 -0500 Original-Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:48523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw8N2-0004SE-9U for help-gnu-emacs@gnu.org; Wed, 03 Dec 2014 06:45:24 -0500 Original-Received: by mail-la0-f46.google.com with SMTP id q1so7327312lam.5 for ; Wed, 03 Dec 2014 03:45:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=jyHXdCsXavqGfG/wtPy/fYKOtZ1UW2JghBH2hnKJnAQ=; b=gWwVqOl7+mdrhXpX9KwnQ3swb9BAI+mUnEtg3Pi0G0q2Vn3IukW4juk4mkbgR8PHkn jUgvbYWLaGT8pV4SPwxz/hcDdfLFsH2Y0vwG0wb4PeqtdY7DvyAOLu0cgGp2sSUcyCHt 0TWNrMYovEX9LVVzJWgrTUmcBbHhXoB/yms6O4w9XCtwRhGUrbASw8YTDx2oJMZseHd+ xmd6TF1C8zhGeMggpkcMxY1IFOZjH+AbfJv/ybwCgtrNQzuakUGAszl8xmvrTNRj0p+E 83cT35kveb6pz6uKWTXDhmUO7VTI+qTRHdcQuqnDHnp9BNQd2HD9/rVeZy6zVrcBElQi C9GA== X-Received: by 10.112.130.132 with SMTP id oe4mr3898675lbb.82.1417607123504; Wed, 03 Dec 2014 03:45:23 -0800 (PST) Original-Received: by 10.112.53.137 with HTTP; Wed, 3 Dec 2014 03:45:23 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: Lg9HnoFuKSNB1bCk3jADZAPznTk X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101387 Archived-At: > Other also asked about it and here there is an accepted answer > for this: > > http://meta.stackexchange.com/questions/62364/rss-feed-of-hot-questions-during-the-week-for-specific-tag > > So a script could walk through all the interesting sites (programming, > computer related) collect the hot emacs questions for the week > from them and assemble it in a single post. > Yes, a script to aggregate all of this would be ideal. Now that we have sx.el[1] it could even be written in Emacs Lisp. It's definitely something I'm planning on doing sometime next year, I just can't right now. [1]: https://github.com/vermiculus/sx.el