From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9735: win32 emacs cannot load doc string from files which has non-ascii characters in path Date: Wed, 12 Oct 2011 12:28:13 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318436926 19653 80.91.229.12 (12 Oct 2011 16:28:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 16:28:46 +0000 (UTC) Cc: 9735@debbugs.gnu.org To: sssslang Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 12 18:28:42 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RE1fe-0000WV-FC for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 18:28:42 +0200 Original-Received: from localhost ([::1]:37042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1fd-0008Qq-WD for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 12:28:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1fb-0008Ql-MS for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:28:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE1fa-0007ZG-Ug for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:28:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1fa-0007ZC-TE for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:28:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RE1fy-0007dE-3d for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:29:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Oct 2011 16:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9735 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9735-submit@debbugs.gnu.org id=B9735.131843692129302 (code B ref 9735); Wed, 12 Oct 2011 16:29:02 +0000 Original-Received: (at 9735) by debbugs.gnu.org; 12 Oct 2011 16:28:41 +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 1RE1fc-0007cY-PV for submit@debbugs.gnu.org; Wed, 12 Oct 2011 12:28:41 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RE1fZ-0007cQ-Ny for 9735@debbugs.gnu.org; Wed, 12 Oct 2011 12:28:38 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RE1fB-0004sb-FT; Wed, 12 Oct 2011 12:28:13 -0400 X-Spook: electronic surveillance Medco Elvis Bruxelles Commecen X-Ran: "ctekZ@Z[Y23c;_hYV>;rM}ziYrpG4*hK3\rDcI{30C].rnz|$\+8DLuve('6LV?V/:6'5 X-Hue: magenta X-Attribution: GM In-Reply-To: (sssslang@gmail.com's message of "Wed, 12 Oct 2011 20:09:52 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 12 Oct 2011 12:29:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:52588 Archived-At: sssslang wrote: > Except "cl" and "calendar", other elisp sources seems can be loaded > without problem. The common factor here is probably that these are files that use `byte-compile-dynamic: t'.