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: Fix UK spelling in comments and ChangeLog entries? Date: Mon, 30 Jun 2008 10:18:40 +0200 Message-ID: References: <85skuva3zx.fsf@lola.goethe.zz> <851w2f9w37.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214813942 26678 80.91.229.12 (30 Jun 2008 08:19:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 08:19:02 +0000 (UTC) Cc: rgm@gnu.org, eliz@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 30 10:19:48 2008 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.50) id 1KDEby-00034g-AW for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 10:19:46 +0200 Original-Received: from localhost ([127.0.0.1]:47386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDEb7-0008J8-6B for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 04:18:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDEay-0008IO-VH for emacs-devel@gnu.org; Mon, 30 Jun 2008 04:18:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDEax-0008HV-Dr for emacs-devel@gnu.org; Mon, 30 Jun 2008 04:18:44 -0400 Original-Received: from [199.232.76.173] (port=49472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDEax-0008H2-3Z for emacs-devel@gnu.org; Mon, 30 Jun 2008 04:18:43 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.190]:35185) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDEaw-0004rK-9g for emacs-devel@gnu.org; Mon, 30 Jun 2008 04:18:42 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so386437nfi.26 for ; Mon, 30 Jun 2008 01:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lDtcAz8W6lLbwFxh46kJDfrG2dbJs6mntXI2LQcfeQs=; b=xVLiXQzYja2jV5OabH2A85McY4HUeQ1i9/ipjim6KFKNWf1r4psLcx2fu9AeSC5aN5 Fk09h+Smhym/sx462IgncFS7ZFxQPz3xFls2UHJWxGNHkeB/UQQZu0hUCngQxI5s+LKv q6gx4D2RUvTGitdycKOGDLSfCWEGxYLgbaQh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aVcECUo7yLZNo2G04AhVVXUJvbldwIEP5Xe36gWBbw+YeUs4r5tDWzy/+eSRH4ASKM 6dmQBfxMbKQQru+O8vSdYTytcuBLkKL8ft5oUwRRqhL54xD4G5obUrbL2J3EU/oYrdb+ pa4j1C6p+MZ+TzdbvR1Z4ZRIbNqR1LyvXlPDg= Original-Received: by 10.210.120.17 with SMTP id s17mr3889356ebc.90.1214813920939; Mon, 30 Jun 2008 01:18:40 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Mon, 30 Jun 2008 01:18:40 -0700 (PDT) In-Reply-To: <851w2f9w37.fsf@lola.goethe.zz> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:100202 Archived-At: On Mon, Jun 30, 2008 at 10:16, David Kastrup wrote: > Maybe I am dense, but all I have seen up to now were _suggestions_ about > what _might_ make people prefer to have their DOC strings stay the way > they are. Very curious, because in the conversation I was, DOC strings were entirely left out. It was all about source code comments and ChangeLog entries. Juanma