From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: How does the Emacs bug tracker work? Date: Sat, 02 Jul 2011 20:46:23 +0200 Message-ID: <87boxced1c.fsf@gmx.de> References: <87zkkzfiz5.fsf@stupidchicken.com> <8762nnujk8.fsf@gmx.de> <87r56953jk.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309632681 25776 80.91.229.12 (2 Jul 2011 18:51:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2011 18:51:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 02 20:51:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qd5Hg-0002RE-3K for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2011 20:51:16 +0200 Original-Received: from localhost ([::1]:37053 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qd5Hf-0000z9-4O for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2011 14:51:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qd5D2-000089-TF for emacs-devel@gnu.org; Sat, 02 Jul 2011 14:46:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qd5D1-00037P-Kj for emacs-devel@gnu.org; Sat, 02 Jul 2011 14:46:28 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:38252) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qd5D0-00036E-Tu for emacs-devel@gnu.org; Sat, 02 Jul 2011 14:46:27 -0400 Original-Received: (qmail invoked by alias); 02 Jul 2011 18:46:24 -0000 Original-Received: from p57BB8C08.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.140.8] by mail.gmx.net (mp025) with SMTP; 02 Jul 2011 20:46:24 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19qwY0xX1VqsdXOs9TxthoIhhpsTEAgwnCssdhiPX AArkGOnDI0p/hz In-Reply-To: (Glenn Morris's message of "Sat, 02 Jul 2011 14:03:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/1.2.3 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141459 Archived-At: Glenn Morris writes: > OK, except there should be a hard-coded upper limit on the number you > can fetch at any one time (really this should be implemented on the > server I guess, argh, but it would be great if the client could > implement it). Say 500? I've changed that default value. It's hard coded now; if needed we could make it a defcustom. Best regards, Michael.