From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: declare-function file names Date: Thu, 22 Nov 2007 11:22:13 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195748602 14343 80.91.229.12 (22 Nov 2007 16:23:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 16:23:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 17:23:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvEpp-0003sC-Ty for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 17:23:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEpb-00081K-Ky for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 11:23:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvEoh-0007Ya-D1 for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvEog-0007Xv-2S for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEof-0007Xl-LR for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:13 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvEof-0001LT-Bv for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:22:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IvEof-0006VZ-0C; Thu, 22 Nov 2007 11:22:13 -0500 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83869 Archived-At: I just saw this +(declare-function dos-8+3-filename "../dos-fns.el" (filename)) and realized that we never discussed precisely what these file name arguments would mean. In particular we never discussed how directories would be handled. Since Lisp library names must be unique even between directories, I think that we should not include directory names in this argument. check-declare should ignore any directory name if specified.