From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCHES] 21.3.50 for Cygwin: patch 5 Date: Fri, 03 Jan 2003 23:19:43 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3E15B803.8080507@hekimian.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041659922 14928 80.91.224.249 (4 Jan 2003 05:58:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2003 05:58:42 +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.35 #1 (Debian)) id 18UhKT-0003sd-00 for ; Sat, 04 Jan 2003 06:58:41 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18UhNQ-0001c5-00 for ; Sat, 04 Jan 2003 07:01:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18UhJz-0005j2-0D for emacs-devel@quimby.gnus.org; Sat, 04 Jan 2003 00:58:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18UhIv-0005LS-00 for emacs-devel@gnu.org; Sat, 04 Jan 2003 00:57:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18UhFQ-00041K-00 for emacs-devel@gnu.org; Sat, 04 Jan 2003 00:53:29 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ufmi-0005am-00 for emacs-devel@gnu.org; Fri, 03 Jan 2003 23:19:44 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18Ufmh-0003nF-00; Fri, 03 Jan 2003 23:19:43 -0500 Original-To: joseph.buehler@spirentcom.com In-reply-to: <3E15B803.8080507@hekimian.com> (message from Joe Buehler on Fri, 03 Jan 2003 11:19:15 -0500) Original-cc: eliz@is.elta.co.il X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10454 The above usage in pop.c does not seem correct to me -- aren't symbols beginning with _ supposed to be reserved for the compilation system, to avoid conflicts such as this one? Yes, I thyink that is true. Perhaps we should change Emacs to use P instead of _P. But that is a rather large change, albeit not a very deep one.