From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/src/fns.c,v Date: Fri, 27 Jun 2008 09:38:31 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1214527151 1956 80.91.229.12 (27 Jun 2008 00:39:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2008 00:39:11 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 27 02:39:56 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 1KC20G-0003Vi-RT for ged-emacs-devel@m.gmane.org; Fri, 27 Jun 2008 02:39:53 +0200 Original-Received: from localhost ([127.0.0.1]:40130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KC1zR-0001HP-2m for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2008 20:39:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KC1zJ-0001EW-0Q for emacs-devel@gnu.org; Thu, 26 Jun 2008 20:38:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KC1zH-0001DG-3K for emacs-devel@gnu.org; Thu, 26 Jun 2008 20:38:52 -0400 Original-Received: from [199.232.76.173] (port=44608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KC1zG-0001DD-VI for emacs-devel@gnu.org; Thu, 26 Jun 2008 20:38:50 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:41799) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KC1zB-0004mY-9G; Thu, 26 Jun 2008 20:38:45 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m5R0cbFj022633; Fri, 27 Jun 2008 09:38:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m5R0cbjb005059; Fri, 27 Jun 2008 09:38:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m5R0cVEq018433; Fri, 27 Jun 2008 09:38:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KC1yx-0008Uj-6y; Fri, 27 Jun 2008 09:38:31 +0900 In-reply-to: (message from Richard M Stallman on Thu, 26 Jun 2008 17:20:58 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:99987 Archived-At: In article , Richard M Stallman writes: > Moreover, "signaled/signaling" seems to be the U.S. spelling, which I > think is preferred in Emacs sources... > Ah, I didn't know. I did the above change because my ispell > told me so, but ok, I've just cancelled that change. > If your Ispell dictionary doesn't have `signaled', how about > reporting that bug in the dictionary? Actually, M-$ on "signaled" shows this: ---------------------------------------------------------------------- Affix rules generate and capitalize this word as shown below: signal+ed Use option `i' to accept this spelling and put it in your private dictionary. (0) signalled (1) signal ed (3) signal-ed ---------------------------------------------------------------------- I read it as "signalled" is the most correct one. But, as I've just typed `i', M-$ doesn't complain about "signaled" anymore. --- Kenichi Handa handa@ni.aist.go.jp