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: Mon, 28 Oct 2002 21:26:05 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <1659-Mon28Oct2002212604+0200-eliz@is.elta.co.il> References: <20021028160200.9CE1.LEKTU@terra.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035833110 6182 80.91.224.249 (28 Oct 2002 19:25:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2002 19:25:10 +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 186FVc-0001bX-00 for ; Mon, 28 Oct 2002 20:25:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186FZs-0006Re-00 for ; Mon, 28 Oct 2002 20:29:32 +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 186FVk-0000KA-00; Mon, 28 Oct 2002 14:25:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186FVE-0008V9-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 14:24:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186FVA-0008Su-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 14:24:44 -0500 Original-Received: from heimdall.inter.net.il ([192.114.186.17]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186FVA-0008Q9-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 14:24:40 -0500 Original-Received: from zaretsky ([80.230.194.82]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BXA32717; Mon, 28 Oct 2002 21:24:29 +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: <20021028160200.9CE1.LEKTU@terra.es> (message from Juanma Barranquero on Mon, 28 Oct 2002 16:20:29 +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:8854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8854 > From: Juanma Barranquero > Date: Mon, 28 Oct 2002 16:20:29 +0100 > > > * Write an INTRO_CVS file with basic instructions how to build emacs > > from CVS (make bootstrap), some information on how the config > > and build system is tied together, and all sorts of tips and tricks > > (FAQ) which may be of interest to new (and old) emacs hackers. > > Wasn't someone writing something like that, I seem to remember? It's done already, see INSTALL-CVS in the top-level directory. > > * Eliminate the storm of warnings concerning char/unsigned char > > mismatches that we get with proprietary compilers on various systems. > > They make it difficult to spot the important warnings. > > Which platforms? I've seen many warnings on Solaris 9 and on Irix 6.5 when using native compilers.