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: suggested new command `picture-mouse-set-point' Date: Tue, 29 Oct 2002 22:38:46 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <3405-Tue29Oct2002223845+0200-eliz@is.elta.co.il> References: <20021028160200.9CE1.LEKTU@terra.es> <1659-Mon28Oct2002212604+0200-eliz@is.elta.co.il> <20021029082200.A076.LEKTU@terra.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035924797 32071 80.91.224.249 (29 Oct 2002 20:53:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 20:53:17 +0000 (UTC) Cc: jpw@shootybangbang.com, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186dA2-0007ej-00 for ; Tue, 29 Oct 2002 21:40:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186dEo-0006U3-00 for ; Tue, 29 Oct 2002 21:45:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186d8V-0004AU-00; Tue, 29 Oct 2002 15:38:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186d7A-0001p8-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:37:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186d77-0001o6-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:37:27 -0500 Original-Received: from heimdall.inter.net.il ([192.114.186.17]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186d77-0001nk-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 15:37:25 -0500 Original-Received: from zaretsky ([80.230.194.201]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BXF13187; Tue, 29 Oct 2002 22:37:13 +0200 (IST) Original-To: lektu@terra.es X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20021029082200.A076.LEKTU@terra.es> (message from Juanma Barranquero on Tue, 29 Oct 2002 08:23:35 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8932 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8932 > Date: Tue, 29 Oct 2002 08:23:35 +0100 > From: Juanma Barranquero > > I suppose the large number of warnings (in other platforms) > will happen with system-header-defined types which are signed/unsigned > according to the platform... There are many warnings about unsigned char * being passed to library functions that expect a char *.