From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: include Ada Reference Manual info files in ada-mode ELPA package? Date: Sun, 28 Sep 2014 11:06:49 +0200 Message-ID: References: <85zjdqhys4.fsf@stephe-leake.org> <85lhp4gz8s.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411895253 26409 80.91.229.3 (28 Sep 2014 09:07:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2014 09:07:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 28 11:07:26 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XYARx-00075C-BO for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2014 11:07:25 +0200 Original-Received: from localhost ([::1]:58932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYARw-0003r4-Kh for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2014 05:07:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYARf-0003q1-L4 for emacs-devel@gnu.org; Sun, 28 Sep 2014 05:07:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYARZ-0006TL-Tb for emacs-devel@gnu.org; Sun, 28 Sep 2014 05:07:07 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:42209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYARZ-0006Mh-Mp for emacs-devel@gnu.org; Sun, 28 Sep 2014 05:07:01 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3j5Lb21X31z3hj6W; Sun, 28 Sep 2014 11:06:53 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3j5Lb16XkjzvjND; Sun, 28 Sep 2014 11:06:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Cad1v7OW5lFD; Sun, 28 Sep 2014 11:06:52 +0200 (CEST) X-Auth-Info: B/xUAXVUu7o6B0G2JTDUWudkEPI5oX18bHeKWPY599BQ4d1U9u1Yg4OsywJojqro Original-Received: from linux.local (ppp-188-174-146-80.dynamic.mnet-online.de [188.174.146.80]) by mail.mnet-online.de (Postfix) with ESMTPA; Sun, 28 Sep 2014 11:06:52 +0200 (CEST) Original-Received: by linux.local (Postfix, from userid 501) id 10EFA1E5763; Sun, 28 Sep 2014 11:06:49 +0200 (CEST) X-Yow: Yow! I threw up on my window! In-Reply-To: <85lhp4gz8s.fsf@stephe-leake.org> (Stephen Leake's message of "Sat, 27 Sep 2014 23:12:03 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.18.0.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174758 Archived-At: Stephen Leake writes: > --- a/admin/archive-contents.el > +++ b/admin/archive-contents.el > @@ -167,7 +167,7 @@ EXTRAS is an alist with additional metadata. > > PKG is the name of the package and DIR is the directory where it is." > (let* ((mainfile (expand-file-name (concat pkg ".el") dir)) > - (files (directory-files dir nil "\\.el\\'"))) > + (files (directory-files dir nil "^dir$\\|\\.el\\'"))) Please use \` and \' instead of ^ and $. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."