From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bugs Subject: bug#12598: 24.2; utf-8 codepoints in doc-strings and compression of .el and .elc files Date: Wed, 06 Feb 2013 09:46:47 +0900 Message-ID: <87halq46bs.fsf@gnu.org> References: <877gr2b2in.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360129820 11549 80.91.229.3 (6 Feb 2013 05:50:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2013 05:50:20 +0000 (UTC) Cc: Stromeko@nexgo.de, 12598@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 06 06:50:40 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1U2xtz-0007h8-OH for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2013 06:50:35 +0100 Original-Received: from localhost ([::1]:33838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2xtg-00027P-VX for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2013 00:50:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2xte-00027K-BY for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2013 00:50:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2xtd-0005dd-5w for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2013 00:50:14 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2tBx-0004Eu-KY for bug-gnu-emacs@gnu.org; Tue, 05 Feb 2013 19:48:49 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U2tD8-0002Th-CA for bug-gnu-emacs@gnu.org; Tue, 05 Feb 2013 19:50:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Kenichi Handa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Feb 2013 00:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12598-submit@debbugs.gnu.org id=B12598.13601117889498 (code B ref 12598); Wed, 06 Feb 2013 00:50:02 +0000 Original-Received: (at 12598) by debbugs.gnu.org; 6 Feb 2013 00:49:48 +0000 Original-Received: from localhost ([127.0.0.1]:38508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U2tCt-0002T8-8Z for submit@debbugs.gnu.org; Tue, 05 Feb 2013 19:49:47 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:42681) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U2tCq-0002T1-6x for 12598@debbugs.gnu.org; Tue, 05 Feb 2013 19:49:45 -0500 Original-Received: from [150.29.149.7] (port=56071 helo=mongkok) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1U2tBd-0004uz-Lg; Tue, 05 Feb 2013 19:48:30 -0500 In-Reply-To: (message from Stefan Monnier on Tue, 05 Feb 2013 12:43:33 -0500) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:70731 Archived-At: In article , Stefan Monnier writes: > > Apparently, Fload doesn't intend to handle a compressed > > byte-compiled file. And, it is possible to bind > > load-source-file-function to some other function than > > load-with-code-conversion, modifing > > load-with-code-conversion is not enough. > I don't know of any case where load-source-file-function is rebound to > something else, so it's hard to judge. I don't know the concrete example either. But, at least the name and the docstring of load-source-file-function implies that the function bound to it doesn't have to handle compressed byte-compiled file. --- Kenichi Handa handa@gnu.org