From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: declare-function file names Date: Thu, 22 Nov 2007 17:26:31 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195748936 15420 80.91.229.12 (22 Nov 2007 16:28:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 16:28:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 17:29:03 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 1IvEv8-00063b-5T for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 17:28:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEut-0005j1-Rm for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 11:28:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvEsw-0003PR-D8 for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:26:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvEst-0003LH-MO for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:26:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEst-0003Kr-DJ for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:26:35 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvEss-0002yF-Ll for emacs-devel@gnu.org; Thu, 22 Nov 2007 11:26:34 -0500 Original-Received: by nz-out-0506.google.com with SMTP id f1so2269283nzc for ; Thu, 22 Nov 2007 08:26:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Fso/5BuL/42LT27xKP4GfIvUPw9+3/CRgCDf10+Vuis=; b=JDW0cBSkCGOAQdcmSv6QolC1nhjUXEx8sYKpKT3k8Co9eiehxdbW/JPop3b8szUSq+VBnO2+zI3PNPilrauHEgO2s/zGGG1EieHh5Wl+Ifwd2lRmpDVfTBSnJZqqZCQ8aNCqwnjkBsnAhSOAiFB4Lu/mcZRn4NQwAjHw4QDF7mg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CMbUmZkRuUyPJvze8jTBcnLAOoZX90PktnMLrfBa0eyBhkJ6tS8N7TuoChMheAONFYWffJCpUUaf9O8fAFERKgClYmKcxmK2wgtNheTVrdP/yGDT1GF7ybXAMiNRgysNtOkcOGCx+1STkv5Gqo+sMuA6fgbnQ//ZMy6wY0sqwow= Original-Received: by 10.114.27.20 with SMTP id a20mr743621waa.1195748791955; Thu, 22 Nov 2007 08:26:31 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Thu, 22 Nov 2007 08:26:31 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:83876 Archived-At: On Nov 22, 2007 5:22 PM, Richard Stallman wrote: > 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. `declare-function' could be useful for packages outside Emacs... Juanma