From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Updated patch for a Windows implementation of play-sound - 2 Date: Sun, 27 Oct 2002 18:38:43 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210251417.g9PEH5x20757@rum.cs.yale.edu> <000201c27caa$db78b240$6401a8c0@GODDESS> <84n0p1s7ay.fsf@crybaby.uni-duisburg.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035761964 14151 80.91.224.249 (27 Oct 2002 23:39:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Oct 2002 23:39:24 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185x06-0003g6-00 for ; Mon, 28 Oct 2002 00:39:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 185x3x-0005kv-00 for ; Mon, 28 Oct 2002 00:43:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185x0U-0007B8-00; Sun, 27 Oct 2002 18:39:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 185wzh-0006va-00 for emacs-devel@gnu.org; Sun, 27 Oct 2002 18:38:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 185wzU-0006uj-00 for emacs-devel@gnu.org; Sun, 27 Oct 2002 18:38:56 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 185wzU-0006ud-00 for emacs-devel@gnu.org; Sun, 27 Oct 2002 18:38:44 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 185wzT-00010R-00; Sun, 27 Oct 2002 18:38:43 -0500 Original-To: kai.grossjohann@uni-duisburg.de In-reply-to: <84n0p1s7ay.fsf@crybaby.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8834 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8834 > This is one of the few places where my coding style differs from the GNU > coding standards. I think it's better to comply with the Emacs coding standards, for subsequent editors probably won't update your special comments. There is more than one good way to do these things, but inconsistency is really ugly. In code for Emacs, please stick to Emacs style conventions.