From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug#5813: remove __DJGPP__ version tests Date: Fri, 02 Apr 2010 11:57:53 +0300 Message-ID: <83hbnuw7se.fsf@gnu.org> References: <8339zfxjyf.fsf@gnu.org> <83oci2wb6i.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1270198851 19065 80.91.229.12 (2 Apr 2010 09:00:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2010 09:00:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 02 11:00:47 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 1NxckA-00056U-Rv for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 11:00:47 +0200 Original-Received: from localhost ([127.0.0.1]:51046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxckA-0006lk-99 for ged-emacs-devel@m.gmane.org; Fri, 02 Apr 2010 05:00:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nxci2-00066z-Ko for emacs-devel@gnu.org; Fri, 02 Apr 2010 04:58:34 -0400 Original-Received: from [140.186.70.92] (port=48377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxci1-00066K-9G for emacs-devel@gnu.org; Fri, 02 Apr 2010 04:58:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nxci0-0001pt-4A for emacs-devel@gnu.org; Fri, 02 Apr 2010 04:58:33 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:62329) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxchy-0001pT-0f; Fri, 02 Apr 2010 04:58:30 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L0800D00RG3JI00@a-mtaout23.012.net.il>; Fri, 02 Apr 2010 11:57:51 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0800AHARKF2W80@a-mtaout23.012.net.il>; Fri, 02 Apr 2010 11:57:51 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123059 Archived-At: > Cc: emacs-devel@gnu.org > From: Dan Nicolaescu > Date: Fri, 02 Apr 2010 04:35:50 -0400 > > Eli Zaretskii writes: > > >> Cc: 5813-done@debbugs.gnu.org > >> From: Dan Nicolaescu > >> Date: Thu, 01 Apr 2010 19:26:43 -0400 > >> > >> Can you please also remove comments like: > >> /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ > >> that have about zero use now. > > > > Sorry, no. Not unless we are removing all the other "personalized" > > comments, of which we have quite a few. Some examples: > > > > /* Rewritten for clarity and GC protection by rms in Feb 94. */ > > > > /* There is no way to specify the before_dot and after_dot > > operators. rms says this is ok. --karl */ > > > > /* rms, 2003-01-03: I think I have fixed this bug. */ > > > > Personally, I don't like to remove other people's credit, even when > > expressed in this form. But if we are going to delete all such > > comments, I won't object. > > IMHO as long as the personalized comments have some useful information. > /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ is kind of content free. Stefan and Yidong, it's your call. I'll go along with any decision you make.