From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: bug of encode_coding_sjis_big5 Date: Fri, 10 May 2002 11:56:41 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <6480-Fri10May2002115640+0300-eliz@is.elta.co.il> References: <200205092336.IAA02371@etlken.m17n.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021021220 17901 127.0.0.1 (10 May 2002 09:00:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 10 May 2002 09:00:20 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1766GC-0004ec-00 for ; Fri, 10 May 2002 11:00:20 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1766PD-0004Rh-00 for ; Fri, 10 May 2002 11:09:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1766GE-0006bV-00; Fri, 10 May 2002 05:00:22 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1766Dl-0006W3-00 for ; Fri, 10 May 2002 04:57:49 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.54-GA) with ESMTP id BKP40065; Fri, 10 May 2002 11:57:39 +0300 (IDT) Original-To: handa@etl.go.jp X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <200205092336.IAA02371@etlken.m17n.org> (message from Kenichi Handa on Fri, 10 May 2002 08:36:57 +0900 (JST)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3800 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3800 > From: Kenichi Handa > Date: Fri, 10 May 2002 08:36:57 +0900 (JST) > > At line 3047, we have this line: > if (!coding->mode & CODING_MODE_SELECTIVE_DISPLAY) > but "coding->mode & CODING_..." must be surrounded by '(' > and ')'. > > Could someone please fix it (both in HEAD and RC)? Done, on both counts.