From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: LGLYPH_SET_CODE Date: Fri, 29 Aug 2008 19:48:08 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1220053799 29976 80.91.229.12 (29 Aug 2008 23:49:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2008 23:49:59 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 30 01:50:53 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 1KZDju-0007YB-QU for ged-emacs-devel@m.gmane.org; Sat, 30 Aug 2008 01:50:50 +0200 Original-Received: from localhost ([127.0.0.1]:59323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZDiw-0006Ks-BS for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2008 19:49:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZDir-0006Kd-A2 for emacs-devel@gnu.org; Fri, 29 Aug 2008 19:49:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZDio-0006Jp-68 for emacs-devel@gnu.org; Fri, 29 Aug 2008 19:49:45 -0400 Original-Received: from [199.232.76.173] (port=59206 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZDio-0006Jm-2a for emacs-devel@gnu.org; Fri, 29 Aug 2008 19:49:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZDin-0004Xc-Rj for emacs-devel@gnu.org; Fri, 29 Aug 2008 19:49:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KZDhI-0001fW-F2; Fri, 29 Aug 2008 19:48:08 -0400 In-reply-to: (message from Kenichi Handa on Fri, 29 Aug 2008 20:17:50 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103230 Archived-At: It is intended that VAL is not negative. That macro is called at four places, and except for one place, it is assured that VAL is never negative. At least there should be a loud comment next to the definition, "Make sure VAL is not negative!"