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: [Emacs-diffs] Changes to emacs/src/fns.c,v Date: Wed, 25 Jun 2008 13:02:53 +0200 Message-ID: References: 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 1214391825 6508 80.91.229.12 (25 Jun 2008 11:03:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2008 11:03:45 +0000 (UTC) Cc: emacs-devel Mailinglist To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 25 13:04:30 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 1KBSnV-0001ck-GH for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 13:04:21 +0200 Original-Received: from localhost ([127.0.0.1]:39527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBSmf-00080E-NI for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 07:03:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBSmA-0007mM-UV for emacs-devel@gnu.org; Wed, 25 Jun 2008 07:02:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBSm8-0007l1-JH for emacs-devel@gnu.org; Wed, 25 Jun 2008 07:02:57 -0400 Original-Received: from [199.232.76.173] (port=42154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBSm8-0007kq-5P for emacs-devel@gnu.org; Wed, 25 Jun 2008 07:02:56 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.182]:56246) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBSm7-00075j-Q1 for emacs-devel@gnu.org; Wed, 25 Jun 2008 07:02:55 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so1617675ika.2 for ; Wed, 25 Jun 2008 04:02:53 -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=SMmhlpq3GIfdMPDOFY0qOQJD0zajFG1c8Pp2X9P1hNk=; b=Vznwqu9x3Sa2vMwGW0x9LQIOCqYHcKi6O37kA/dohXODlGC25PbX+B1ZsptSpGcgEq AsJq6B4Eg1GsMlIirM5eLPs3dWimFHh5UipQANxzxosZV4s7LXr5ebt5IQ9YmZcItcrJ FCs+q3dVLy5JorbLhJzsUGwQvfq4tgAhkIICo= 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=nQXcZ+RoDUMdx0pLNH8l4fBXC7Wx4czlrX6tcSq9c6aWjtV8UxvIKGtBW8qVhaIlqL M3MvyAfhtWiBbVrQZpY9jTplrUtZxkO/Pdz51KNfyCh0WS76wJ6nSnq7ltTobjDP12/9 sKQhNulAOcfqlA2QWTgpxrlY6s+pRPANo1LA4= Original-Received: by 10.210.46.4 with SMTP id t4mr1463923ebt.35.1214391773876; Wed, 25 Jun 2008 04:02:53 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 25 Jun 2008 04:02:53 -0700 (PDT) In-Reply-To: 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:99909 Archived-At: On Wed, Jun 25, 2008 at 04:56, Kenichi Handa wrote: > -an error is signaled. > +an error is signalled. In fact, the single-l variants win over the double-l ones in the Emacs sources about 4.5:1. Moreover, "signaled/signaling" seems to be the U.S. spelling, which I think is preferred in Emacs sources... Juanma (Idle? Moi?)