From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?=C3=93scar?= Fuentes Newsgroups: gmane.emacs.bugs Subject: bug#10733: 24.0.93; w32 file truncation Date: Mon, 06 Feb 2012 01:20:42 +0100 Message-ID: <87bopc6cdh.fsf@wanadoo.es> References: <20120205.143400.416428493.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328487688 6478 80.91.229.3 (6 Feb 2012 00:21:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 00:21:28 +0000 (UTC) Cc: "Ota, Takaaki" , 10733@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 06 01:21:27 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuCKe-0003U4-F7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 01:21:20 +0100 Original-Received: from localhost ([::1]:41262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuCKd-0000Xm-MZ for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 19:21:19 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuCKa-0000XW-JU for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 19:21:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuCKZ-0003IH-Lv for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 19:21:16 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuCKZ-0003ID-H4 for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 19:21:15 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RuCLK-00054t-0I for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 19:22:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: =?UTF-8?Q?=C3=93scar?= Fuentes Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Feb 2012 00:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10733 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10733-submit@debbugs.gnu.org id=B10733.132848769919486 (code B ref 10733); Mon, 06 Feb 2012 00:22:01 +0000 Original-Received: (at 10733) by debbugs.gnu.org; 6 Feb 2012 00:21:39 +0000 Original-Received: from localhost ([127.0.0.1]:55978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuCKx-00054E-Dj for submit@debbugs.gnu.org; Sun, 05 Feb 2012 19:21:39 -0500 Original-Received: from impaqm1.telefonica.net ([213.4.138.17]:17029 helo=telefonica.net) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuCKr-00053z-3A for 10733@debbugs.gnu.org; Sun, 05 Feb 2012 19:21:35 -0500 Original-Received: from IMPmailhost3.adm.correo ([10.20.102.124]) by IMPaqm1.telefonica.net with bizsmtp id WQKf1i01a2h2L9m3MQLkig; Mon, 06 Feb 2012 01:20:44 +0100 Original-Received: from qcore ([88.11.106.32]) by IMPmailhost3.adm.correo with BIZ IMP id WQLi1i00H0hxhHC1jQLjmy; Mon, 06 Feb 2012 01:20:44 +0100 X-Brightmail-Tracker: AAAAAA== X-original-sender: 981711563@telefonica.net In-Reply-To: (Juanma Barranquero's message of "Mon, 6 Feb 2012 00:51:40 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) 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 (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:56543 Archived-At: Juanma Barranquero writes: >> When opening a file on an NTFS file system the file opens as if the >> content is truncated to size of 65375 characters. =C2=A0This happens when >> the file is an NTFS symbolic link which is made by mklink command of >> cmd.exe. =C2=A0There is no problem if the target file of the NTFS symbol= ic >> link is smaller than this size. > > Can you please give a step-by-step recipe, starting from "emacs -Q"? I can reproduce the problem on Windows 7 64 bits: * Run a cmd shell as Administrator (mklink is a privileged command). * Navigate to a directory with a text file larger than 64 KB (let's suppose that the file is named foo.txt). * mklink bar.txt foo.txt. * runemacs -Q bar.txt * The file appears truncated in Emacs. Very odd.