From unknown Sat Jun 14 19:26:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15220: Cannot byte compile directory when name ending with .el Resent-From: Johan Andersson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Aug 2013 09:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15220 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 15220@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.137785578514769 (code B ref -1); Fri, 30 Aug 2013 09:44:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Aug 2013 09:43:05 +0000 Received: from localhost ([127.0.0.1]:58536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFLEP-0003q8-9a for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:43:05 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54978) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFLEN-0003pa-EE for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLEH-0000tm-GC for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:42:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLEH-0000tg-Cu for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:42:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLEG-00024S-EY for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 05:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLEF-0000sX-Bz for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 05:42:56 -0400 Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]:48582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLEF-0000sS-6g for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 05:42:55 -0400 Received: by mail-oa0-f54.google.com with SMTP id n10so1590115oag.27 for ; Fri, 30 Aug 2013 02:42:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=4KR/99XL5LxdyjWqHItk+sz7/LsExUzYZaHhhqsfx2k=; b=tud5ARGXVHA6f5pXiqTuuNPzpVFFzkq84345ja93cyx7aV/FFpA/fCsqnSCq4vsTSz lK/05w7cgFzhqb6DXReJh6fcF8T2XHMNtFgTbhxRLl6KD6La1A4wAxK4sKW06jZZhtoz stfMbHPHElYLPjmChnuB1uq0UhBO5oHwslhP3k5PYTRvlvhBP+SwI+V5E/nSEjsygKJ1 OQCZkbb5OYZP5BtYHkxkjLVYqijymN77slxNxCcEMHnK2vRkL680Y2EkICATJAzSFxkl U+Jj5dv/Eu4bNafM+IL3OxDy7apkrAww4T8xIlpdMlCeTNIWQ/m1qO+NrPXFW5DV3lxs lMdw== X-Received: by 10.182.50.200 with SMTP id e8mr6277440obo.35.1377855774594; Fri, 30 Aug 2013 02:42:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.7.99 with HTTP; Fri, 30 Aug 2013 02:42:34 -0700 (PDT) From: Johan Andersson Date: Fri, 30 Aug 2013 11:42:34 +0200 Message-ID: Content-Type: multipart/alternative; boundary=047d7b6700c9ff786004e5270b0c X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --047d7b6700c9ff786004e5270b0c Content-Type: text/plain; charset=ISO-8859-1 Hi, The function byte-recompile-directory cannot compile a directory ending with ".el". Example error: (byte-recompile-directory "/path/to/ecukes.el" 0 t) Error: IO error reading /path/to/ecukes.el: Is a directory If I rename the directory ecukes.el to ecukes it works fine. --047d7b6700c9ff786004e5270b0c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

The function=A0byte-recompile-direc= tory cannot compile a directory ending with ".el". Example error:=

(byte-recompile-directory "/path/to/ecukes.e= l" 0 t)
Error: IO error reading /path/to/ecukes.el: Is a directory
<= br>
If I rename the directory ecukes.el to ecukes it works fine.<= /div>
--047d7b6700c9ff786004e5270b0c-- From unknown Sat Jun 14 19:26:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Johan Andersson Subject: bug#15220: closed (Re: bug#15220: Cannot byte compile directory when name ending with .el) Message-ID: References: X-Gnu-PR-Message: they-closed 15220 X-Gnu-PR-Package: emacs Reply-To: 15220@debbugs.gnu.org Date: Fri, 30 Aug 2013 17:45:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1377884704-5195-1" This is a multi-part message in MIME format... ------------=_1377884704-5195-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #15220: Cannot byte compile directory when name ending with .el which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 15220@debbugs.gnu.org. --=20 15220: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15220 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1377884704-5195-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 15220-done) by debbugs.gnu.org; 30 Aug 2013 17:44:52 +0000 Received: from localhost ([127.0.0.1]:59609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFSke-0001LN-7n for submit@debbugs.gnu.org; Fri, 30 Aug 2013 13:44:52 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:40859 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFSkc-0001LE-AU for 15220-done@debbugs.gnu.org; Fri, 30 Aug 2013 13:44:50 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VFSkb-0007AM-HF; Fri, 30 Aug 2013 13:44:49 -0400 From: Glenn Morris To: 15220-done@debbugs.gnu.org Subject: Re: bug#15220: Cannot byte compile directory when name ending with .el References: X-Spook: bluebird Mossad Compsec Honduras rs9512c sweep Marxist X-Ran: cB*3Od>mip%WwQT,;{@SNUO}:Odc+#*v\h#kU=d>*>tL7]\eH6kzDFR)RJIFE!Y:7LRE_~ X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 30 Aug 2013 13:44:49 -0400 In-Reply-To: (Johan Andersson's message of "Fri, 30 Aug 2013 11:42:34 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -7.2 (-------) X-Debbugs-Envelope-To: 15220-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.2 (-------) Version: 24.4 Thanks; fixed. ------------=_1377884704-5195-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Aug 2013 09:43:05 +0000 Received: from localhost ([127.0.0.1]:58536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFLEP-0003q8-9a for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:43:05 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54978) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VFLEN-0003pa-EE for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLEH-0000tm-GC for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:42:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLEH-0000tg-Cu for submit@debbugs.gnu.org; Fri, 30 Aug 2013 05:42:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLEG-00024S-EY for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 05:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLEF-0000sX-Bz for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 05:42:56 -0400 Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]:48582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLEF-0000sS-6g for bug-gnu-emacs@gnu.org; Fri, 30 Aug 2013 05:42:55 -0400 Received: by mail-oa0-f54.google.com with SMTP id n10so1590115oag.27 for ; Fri, 30 Aug 2013 02:42:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=4KR/99XL5LxdyjWqHItk+sz7/LsExUzYZaHhhqsfx2k=; b=tud5ARGXVHA6f5pXiqTuuNPzpVFFzkq84345ja93cyx7aV/FFpA/fCsqnSCq4vsTSz lK/05w7cgFzhqb6DXReJh6fcF8T2XHMNtFgTbhxRLl6KD6La1A4wAxK4sKW06jZZhtoz stfMbHPHElYLPjmChnuB1uq0UhBO5oHwslhP3k5PYTRvlvhBP+SwI+V5E/nSEjsygKJ1 OQCZkbb5OYZP5BtYHkxkjLVYqijymN77slxNxCcEMHnK2vRkL680Y2EkICATJAzSFxkl U+Jj5dv/Eu4bNafM+IL3OxDy7apkrAww4T8xIlpdMlCeTNIWQ/m1qO+NrPXFW5DV3lxs lMdw== X-Received: by 10.182.50.200 with SMTP id e8mr6277440obo.35.1377855774594; Fri, 30 Aug 2013 02:42:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.7.99 with HTTP; Fri, 30 Aug 2013 02:42:34 -0700 (PDT) From: Johan Andersson Date: Fri, 30 Aug 2013 11:42:34 +0200 Message-ID: Subject: Cannot byte compile directory when name ending with .el To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7b6700c9ff786004e5270b0c X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --047d7b6700c9ff786004e5270b0c Content-Type: text/plain; charset=ISO-8859-1 Hi, The function byte-recompile-directory cannot compile a directory ending with ".el". Example error: (byte-recompile-directory "/path/to/ecukes.el" 0 t) Error: IO error reading /path/to/ecukes.el: Is a directory If I rename the directory ecukes.el to ecukes it works fine. --047d7b6700c9ff786004e5270b0c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

The function=A0byte-recompile-direc= tory cannot compile a directory ending with ".el". Example error:=

(byte-recompile-directory "/path/to/ecukes.e= l" 0 t)
Error: IO error reading /path/to/ecukes.el: Is a directory
<= br>
If I rename the directory ecukes.el to ecukes it works fine.<= /div>
--047d7b6700c9ff786004e5270b0c-- ------------=_1377884704-5195-1-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 02 14:36:38 2014 Received: (at control) by debbugs.gnu.org; 2 Jan 2014 19:36:38 +0000 Received: from localhost ([127.0.0.1]:58418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vyo4L-0005LI-VH for submit@debbugs.gnu.org; Thu, 02 Jan 2014 14:36:38 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:56504) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vyo4I-0005L9-RY for control@debbugs.gnu.org; Thu, 02 Jan 2014 14:36:36 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Vyo4I-0007wi-Gx for control@debbugs.gnu.org; Thu, 02 Jan 2014 14:36:34 -0500 Date: Thu, 02 Jan 2014 14:36:34 -0500 Message-Id: Subject: control message for bug 16325 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.5 (-----) unarchive 15220 forcemerge 15220 16325