From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 18 12:44:09 2013 Received: (at submit) by debbugs.gnu.org; 18 Feb 2013 17:44:09 +0000 Received: from localhost ([127.0.0.1]:34989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Ul7-0000DL-1l for submit@debbugs.gnu.org; Mon, 18 Feb 2013 12:44:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57366) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Ul5-0000DF-Op for submit@debbugs.gnu.org; Mon, 18 Feb 2013 12:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7Uk4-0005IQ-2N for submit@debbugs.gnu.org; Mon, 18 Feb 2013 12:43:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:53972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Uk3-0005IM-UH for submit@debbugs.gnu.org; Mon, 18 Feb 2013 12:43:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Ujy-0007p2-Tz for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:43:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7Ujp-0005D9-3x for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:42:58 -0500 Received: from mail-qc0-f182.google.com ([209.85.216.182]:54530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Ujo-0005Cm-Vg for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:42:49 -0500 Received: by mail-qc0-f182.google.com with SMTP id k19so2207007qcs.27 for ; Mon, 18 Feb 2013 09:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=BkfSmB4fcz2O0nmRXnvnAYwt1n8SKbJqoi3rKnTFoPc=; b=0ZiqVqEU/mhOJFY6c6qtravegTT6V1EtVOZ+k5oy6aVitVOG5MJLMo0qaTZTz1838S fJKPXzoM0Do0j0Ahtkms1MmBmlvYRk7UbH5j160gjvdtRFM0Q0T6iUr2C4AuftBURmdR V8Kaq/45UgIzXGUgfW7/9aUGUAwpXEaop5iDcL7EFafOquLk7ahw+XfCxyWTycdRvy3k HkD+yT+GOSK7TtklHhIaWEjcpyQm2Ia4CMmoRyOH21H3nrzY49yXNwgQZ9iaTvbPibbz LaoaK74RyVT4C8JVQZ9s5zM3CpzN5jJVjord9IIzpIf5u+nYuadUPTmoMplspqvxLi4e G50g== MIME-Version: 1.0 X-Received: by 10.49.105.100 with SMTP id gl4mr5606185qeb.23.1361209367899; Mon, 18 Feb 2013 09:42:47 -0800 (PST) Received: by 10.229.86.85 with HTTP; Mon, 18 Feb 2013 09:42:47 -0800 (PST) Date: Mon, 18 Feb 2013 18:42:47 +0100 Message-ID: Subject: Bug: Error when viewing symbolically linked file in Windows 7 From: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7b6774d0d6aef104d6034038 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --047d7b6774d0d6aef104d6034038 Content-Type: text/plain; charset=ISO-8859-1 Description: When viewing files in windows 7 that are symbolically linked the buffer cuts the file at 2^16 bytes of information. To reproduce: - Create or find a text-file that has content of more than 65536 bytes of data. - Link that file to a different place in your filesystem > set dest_folder=%HOMEPATH%\temp1\ > set src_folder=%HOMEPATH%\temp2\ > MKLINK "%dest_folder%\init.org" "%src_folder%\.emacs.d\init.org" - Open the linked file in emacs. - Go to the last point in the buffer containing the file. - Observe the position of POINT (M-x = ) - Do the same with the original file and observe the position of POINT at the end of buffer. Obtained result: The position of point in the linked buffer is 65536 while the point is higher when opening the non-linked file. I.e. the whole file is not visible in the buffer for the linked file Expected result: The position of point is the same in both buffers. Environmental parameters: - GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-29 on MARVIN - Windows 7 32bits & 64bits --047d7b6774d0d6aef104d6034038 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Description:
When viewing files in windows 7 that are = symbolically linked the buffer cuts the file at 2^16 bytes of information.<= br>

To reproduce:
- Create or find= a text-file that has content of more than=A065536 bytes of data.
- Link that file to a different place in your filesystem

=A0 > set dest_folder=3D%HOMEPATH%\temp1\<= /div>
=A0 > set src_folder=3D%HOMEPATH%\temp2\
=A0 &= gt; MKLINK "%dest_folder%\init.org&quo= t; =A0 =A0 =A0 =A0 "%src_folder%\.emacs.d\= init.org"

- Open the linked file in emacs.
- Go to the last point in the buffer containing the file.
- Observe the position of POINT (M-x =3D )
- Do the sa= me with the original file and observe the position of POINT at the end of b= uffer.

Obtained result:
The po= sition of point in the linked buffer is 65536 while the point is higher whe= n opening the non-linked file.

I.e. th= e whole file is not visible in the buffer for the linked file

Expected result:
The position of point i= s the same in both buffers.

Environmen= tal parameters:
- GNU Emacs 24.2.1 (i386-mingw-nt6.1.= 7601) of 2012-08-29 on MARVIN
- Windows 7 32bits & 64bits
--047d7b6774d0d6aef104d6034038-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 18 13:16:30 2013 Received: (at 13747) by debbugs.gnu.org; 18 Feb 2013 18:16:30 +0000 Received: from localhost ([127.0.0.1]:35005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VGQ-0000y0-EJ for submit@debbugs.gnu.org; Mon, 18 Feb 2013 13:16:30 -0500 Received: from mtaout20.012.net.il ([80.179.55.166]:58686) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VGN-0000xs-LG for 13747@debbugs.gnu.org; Mon, 18 Feb 2013 13:16:29 -0500 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MIF00D00H7YC000@a-mtaout20.012.net.il> for 13747@debbugs.gnu.org; Mon, 18 Feb 2013 20:15:25 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIF00DJ6HDP07A0@a-mtaout20.012.net.il>; Mon, 18 Feb 2013 20:15:25 +0200 (IST) Date: Mon, 18 Feb 2013 20:15:33 +0200 From: Eli Zaretskii Subject: Re: bug#13747: Bug: Error when viewing symbolically linked file in Windows 7 In-reply-to: To: Gustav =?iso-8859-1?Q?Wikstr=F6m?= Message-id: <83wqu5pjy2.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 13747 Cc: 13747@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Mon, 18 Feb 2013 18:42:47 +0100 > From: Gustav Wikstr=F6m >=20 > Description: > When viewing files in windows 7 that are symbolically linked the bu= ffer > cuts the file at 2^16 bytes of information. >=20 > To reproduce: > - Create or find a text-file that has content of more than 65536 by= tes of > data. > - Link that file to a different place in your filesystem >=20 > > set dest_folder=3D%HOMEPATH%\temp1\ > > set src_folder=3D%HOMEPATH%\temp2\ > > MKLINK "%dest_folder%\init.org" "%src_folder%\.emacs.d\= init.org" >=20 > - Open the linked file in emacs. > - Go to the last point in the buffer containing the file. > - Observe the position of POINT (M-x =3D ) > - Do the same with the original file and observe the position of PO= INT at > the end of buffer. >=20 > Obtained result: > The position of point in the linked buffer is 65536 while the point= is > higher when opening the non-linked file. >=20 > I.e. the whole file is not visible in the buffer for the linked fil= e >=20 > Expected result: > The position of point is the same in both buffers. >=20 > Environmental parameters: > - GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-29 on MARVIN > - Windows 7 32bits & 64bits Emacs 24.2 did not support symlinks on MS-Windows. Please try the latest pretest of Emacs 24.3, it should have this problem fixed (and supports more features related to symlinks). From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 19 11:42:39 2013 Received: (at 13747-done) by debbugs.gnu.org; 19 Feb 2013 16:42:39 +0000 Received: from localhost ([127.0.0.1]:37128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7qH9-0007MB-3u for submit@debbugs.gnu.org; Tue, 19 Feb 2013 11:42:39 -0500 Received: from mtaout20.012.net.il ([80.179.55.166]:40444) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7qH6-0007M1-AU for 13747-done@debbugs.gnu.org; Tue, 19 Feb 2013 11:42:37 -0500 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MIH005007GIO100@a-mtaout20.012.net.il> for 13747-done@debbugs.gnu.org; Tue, 19 Feb 2013 18:41:23 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIH005GY7OYK230@a-mtaout20.012.net.il>; Tue, 19 Feb 2013 18:41:23 +0200 (IST) Date: Tue, 19 Feb 2013 18:41:34 +0200 From: Eli Zaretskii Subject: Re: bug#13747: Bug: Error when viewing symbolically linked file in Windows 7 In-reply-to: To: Gustav =?iso-8859-1?Q?Wikstr=F6m?= Message-id: <83ip5op875.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: <83wqu5pjy2.fsf@gnu.org> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > Date: Mon, 18 Feb 2013 22:46:59 +0100 > From: Gustav Wikström > > Ok, thanks for the pointer! I've now verified that the latest pretest doesn't have this problem, and I'm therefore closing the bug. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.166 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4944] X-Debbugs-Envelope-To: 13747-done Cc: 13747-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.7 (/) > Date: Mon, 18 Feb 2013 22:46:59 +0100 > From: Gustav Wikstr=F6m >=20 > Ok, thanks for the pointer! I've now verified that the latest pretest doesn't have this problem, and I'm therefore closing the bug. Thanks. From unknown Mon Jun 23 18:33:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 20 Mar 2013 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator