From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Noah Friedman Newsgroups: gmane.emacs.devel Subject: read-file-name argument clash with xemacs Date: Fri, 09 Aug 2002 22:36:29 -0700 (PDT) Sender: emacs-devel-admin@gnu.org Message-ID: <20020809223629.673361.FMU31823@piglet.prv.splode.com> Reply-To: Noah Friedman NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1028957780 5662 127.0.0.1 (10 Aug 2002 05:36:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 10 Aug 2002 05:36:20 +0000 (UTC) Cc: kyle_jones@wonderworks.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17dOvC-0001TD-00 for ; Sat, 10 Aug 2002 07:36:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17dPI7-0003IA-00 for ; Sat, 10 Aug 2002 08:00:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17dOvz-0006vP-00; Sat, 10 Aug 2002 01:37:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17dOvQ-0006v8-00 for emacs-devel@gnu.org; Sat, 10 Aug 2002 01:36:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17dOvP-0006ui-00 for emacs-devel@gnu.org; Sat, 10 Aug 2002 01:36:32 -0400 Original-Received: from scones-of-silence.splode.com ([216.27.180.143] helo=piglet.prv.splode.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17dOvO-0006uW-00 for emacs-devel@gnu.org; Sat, 10 Aug 2002 01:36:30 -0400 Original-Received: (from friedman@localhost) by piglet.prv.splode.com (8.9.3/8.9.3) id WAA31987; Fri, 9 Aug 2002 22:36:29 -0700 Original-To: emacs-devel@gnu.org 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:6413 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6413 XEmacs's 6th argument to read-file-name is a history list variable. In the Emacs development sources, it's a predicate. This is a somewhat nasty situation because functions which currently inspect the argument list or use a condition-case to trap wrong-number-of-arguments, are suddenly failing. So I suggest adding the history variable support to Emacs and moving the predicate out to the 7th argument. Any objections?