From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#7001: should `byte-compile-from-buffer' evaluate `binary-overwrite-mode' explicitly? Date: Sun, 03 Oct 2010 00:32:15 -0400 Message-ID: <87y6af28xc.fsf@stupidchicken.com> References: <87bp7cjilq.fsf@stupidchicken.com> <83iq1jq5up.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286080913 24065 80.91.229.12 (3 Oct 2010 04:41:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2010 04:41:53 +0000 (UTC) Cc: 7001@debbugs.gnu.org, monkey@sandpframing.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 03 06:41:50 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2GOT-0006uM-R8 for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Oct 2010 06:41:50 +0200 Original-Received: from localhost ([127.0.0.1]:46099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2GOS-0007O5-V9 for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Oct 2010 00:41:49 -0400 Original-Received: from [140.186.70.92] (port=56430 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2GOI-0007MA-6t for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 00:41:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2GOG-0003X5-Rx for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 00:41:38 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2GOG-0003Wz-QX for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 00:41:36 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P2GD5-0002iv-50; Sun, 03 Oct 2010 00:30:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Oct 2010 04:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7001 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 7001-submit@debbugs.gnu.org id=B7001.128608015510445 (code B ref 7001); Sun, 03 Oct 2010 04:30:02 +0000 Original-Received: (at 7001) by debbugs.gnu.org; 3 Oct 2010 04:29:15 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2GCJ-0002iQ-Hk for submit@debbugs.gnu.org; Sun, 03 Oct 2010 00:29:15 -0400 Original-Received: from pantheon-po43.its.yale.edu ([130.132.50.104]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2GCH-0002iL-F3 for 7001@debbugs.gnu.org; Sun, 03 Oct 2010 00:29:13 -0400 Original-Received: from furry (adsl-99-111-197-225.dsl.wlfrct.sbcglobal.net [99.111.197.225]) (authenticated bits=0) by pantheon-po43.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o934WFvK029125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 3 Oct 2010 00:32:15 -0400 Original-Received: by furry (Postfix, from userid 1000) id 434E6C018; Sun, 3 Oct 2010 00:32:15 -0400 (EDT) In-Reply-To: <83iq1jq5up.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 03 Oct 2010 06:04:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 03 Oct 2010 00:30:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40663 Archived-At: Eli Zaretskii writes: >> >> > Most likely this line can be removed from bytecomp.el. >> >> The comments in bytecomp.el say this is needed for DOS. > > That comment is obsolete. All file I/O works in binary mode on DOS > and Windows since at least 15 years ago. Wow, that's some history ;-) I've removed the line; thanks.