From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Enhancements to Snake.el Date: Wed, 28 Jul 2010 16:30:33 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280327918 3092 80.91.229.12 (28 Jul 2010 14:38:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2010 14:38:38 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: Stuart Hacking Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 16:38:37 2010 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.69) (envelope-from ) id 1Oe7mD-0004T0-Ar for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 16:38:33 +0200 Original-Received: from localhost ([127.0.0.1]:41425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe7mC-0006i7-JA for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 10:38:32 -0400 Original-Received: from [140.186.70.92] (port=49556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe7m2-0006gq-TR for emacs-devel@gnu.org; Wed, 28 Jul 2010 10:38:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe7m1-000850-Sj for emacs-devel@gnu.org; Wed, 28 Jul 2010 10:38:22 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:52907) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe7m1-00084m-No for emacs-devel@gnu.org; Wed, 28 Jul 2010 10:38:21 -0400 Original-Received: by bwz9 with SMTP id 9so4832610bwz.0 for ; Wed, 28 Jul 2010 07:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=xfKM+sAI1Tm7kN1GFftpH0WC0ovMsvlcTdYsyQZDC3M=; b=WDhiV56hFjgUH6VS4koGG4qZTGb17ZpBC/rWwnXGgyQY3ZVvpdk3RXTPmtVlMhlGt6 LarWKxaalbwAyRIVs8zyzCTTc0VYJt32HR9KyTHHpoF+atq/nc+mjbK6QqHUh+DxpEmg GfGXS2OGpvKBpZiUplSXgFV3fYLMOyRxo0qUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ZPtMGk2dR0XJqFwSPkMYd+xBkAnVU6gzSIQemhEa+9jwNGZit1HUIKXY2kDPhWRJm7 Mkjpqo9vh74DFWvNC5LFLTnmPwIM7R27aaC+dLhhBk6PmLsX9ISNKn1i/IyVuLhdntL7 EMusCoBreDFGMI3JrLEPUB9DWuu0B1hsOMOLw= Original-Received: by 10.204.51.77 with SMTP id c13mr8063063bkg.98.1280327900700; Wed, 28 Jul 2010 07:38:20 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Wed, 28 Jul 2010 07:30:33 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:127932 Archived-At: > I have made the following small enhancements to snake.el: > - Some variables are now customizable > - By default, apples will spawn at random locations. (Although it is > possible to toggle the original behaviour.) > - Added some extra doc strings to keep Checkdoc happy. Looks OK, but I think the change is at the threshold were it is (almost?) large enough that we would need for you to sign papers. Have you done so? Please resend the patch to bug-gnu-emacs@gnu.org, so it is not forgotten. Try starting the message with Package: emacs Severity: wishlist Tags: patch followed by an empty line, to assign the bug to the relevant package, etc. (I'm not sure the Tags: pseudoheader will work, but there's no harm in trying). Thanks, =C2=A0 =C2=A0 Juanma