From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Toni_Cebri=E1n?= Subject: Org-mode in windows fires Tramp without any intervention Date: Mon, 2 Dec 2013 15:16:08 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c233ec36ea6f04ec8dd24d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnUIJ-0001nf-Bc for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 09:16:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnUIE-00066d-GV for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 09:16:15 -0500 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:56238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnUIE-00065h-2t for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 09:16:10 -0500 Received: by mail-lb0-f169.google.com with SMTP id y6so8676892lbh.0 for ; Mon, 02 Dec 2013 06:16:08 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c233ec36ea6f04ec8dd24d Content-Type: text/plain; charset=ISO-8859-1 Hi, I have my own complex Emacs configuration files developed over time when working in a Linux environment. You can see that https://github.com/tonicebrian/emacsconfig in case you are curious. It works seamlessly in Linux and I tried to use that as-is when working in Windows. Emacs in Windows reads that configuration and fires up also without any warning. The problem comes when I try to open a complex Org file, with some links in it. I don't know why, but Tramp is fired and tries to ssh to the machines in one URL within a link element that has the form " http://machine:8080/more/levels". I don't even have the (require 'tramp) in my init.el file so this is something the Org mode plugging is doing by itself. By the way, the org mode version I have is org-20131202 from elpa and Emacs is 24.3.1 for Windows. Do you know where to look or what to try? This same Org file, the same init.el and the same emacs version work without any problem in Linux. Any clues? --001a11c233ec36ea6f04ec8dd24d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

=A0=A0 I have my own complex Emacs configuratio= n files developed over time when working in a Linux environment. You can se= e that https://githu= b.com/tonicebrian/emacsconfig in case you are curious. It works seamles= sly in Linux and I tried to use that as-is when working in Windows. Emacs i= n Windows reads that configuration and fires up also without any warning. T= he problem comes when I try to open a complex Org file, with some links in = it. I don't know why, but Tramp is fired and tries to ssh to the machin= es in one URL within a link element that has the form "http://machine:8080/more/levels".
I don't even have the (require 'tramp) in my init.el file so th= is is something the Org mode plugging is doing by itself. By the way, the o= rg mode version I have is org-20131202 from elpa and Emacs is 24.3.1 for Wi= ndows. Do you know where to look or what to try? This same Org file, the sa= me init.el and the same emacs version work without any problem in Linux.
Any clues?
--001a11c233ec36ea6f04ec8dd24d-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: Org-mode in windows fires Tramp without any intervention Date: Tue, 03 Dec 2013 10:07:22 +0100 Message-ID: <87haaqjoad.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnlxI-0007rk-Fy for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 04:07:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnlxC-00055T-KH for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 04:07:44 -0500 Received: from mout.gmx.net ([212.227.17.22]:65082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnlxC-00055C-BE for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 04:07:38 -0500 Received: from detlef.gmx.de ([87.146.34.13]) by mail.gmx.com (mrgmx102) with ESMTPS (Nemesis) id 0M3d9B-1VVpSj0Op7-00rEfF for ; Tue, 03 Dec 2013 10:07:36 +0100 In-Reply-To: ("Toni \=\?utf-8\?Q\?Cebri\=C3\=A1n\=22's\?\= message of "Mon, 2 Dec 2013 15:16:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Toni =?utf-8?Q?Cebri=C3=A1n?= Cc: emacs-orgmode@gnu.org Toni Cebri=C3=A1n writes: > Hi, Hi Toni, > I have my own complex Emacs configuration files developed over time > when working in a Linux environment. You can see that > https://github.com/tonicebrian/emacsconfig in case you are curious. It > works seamlessly in Linux and I tried to use that as-is when working > in Windows. Emacs in Windows reads that configuration and fires up > also without any warning. The problem comes when I try to open a > complex Org file, with some links in it. I don't know why, but Tramp > is fired and tries to ssh to the machines in one URL within a link > element that has the form "http://machine:8080/more/levels".=20 > > I don't even have the (require 'tramp) in my init.el file so this is > something the Org mode plugging is doing by itself. By the way, the > org mode version I have is org-20131202 from elpa and Emacs is 24.3.1 > for Windows. Do you know where to look or what to try? This same Org > file, the same init.el and the same emacs version work without any > problem in Linux. > > Any clues? I guess something of the decoded URL, like "/machine:8080", is treated as remote file name Tramp feels responsible for. Could you please send a short example file which triggers the bug? I would try to debug it then. Please note that I don't use org regularly, so some comments on what to do with that file would be helpful. Best regards, Michael. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mode in windows fires Tramp without any intervention Date: Fri, 06 Dec 2013 14:59:56 +0100 Message-ID: <871u1q84gz.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vovwv-0005Rw-2u for emacs-orgmode@gnu.org; Fri, 06 Dec 2013 09:00:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vovwm-00060j-MH for emacs-orgmode@gnu.org; Fri, 06 Dec 2013 09:00:09 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:55017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vovwm-00060b-FX for emacs-orgmode@gnu.org; Fri, 06 Dec 2013 09:00:00 -0500 Received: by mail-wg0-f48.google.com with SMTP id z12so681384wgg.27 for ; Fri, 06 Dec 2013 05:59:59 -0800 (PST) In-Reply-To: ("Toni =?iso-8859-1?Q?Cebri=E1n=22's?= message of "Mon, 2 Dec 2013 15:16:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Toni =?iso-8859-1?Q?Cebri=E1n?= Cc: emacs-orgmode@gnu.org Hi Toni, Toni Cebrián writes: > Do you know where to look or what to try? This same Org > file, the same init.el and the same emacs version work without any > problem in Linux. This is weird: I would first try with a bare emacs -Q and only the culprit link in Org. Then with a more complex .emacs.el, bisecting step by step. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Toni_Cebri=E1n?= Subject: Re: Org-mode in windows fires Tramp without any intervention Date: Wed, 11 Dec 2013 18:32:57 +0100 Message-ID: References: <87haaqjoad.fsf@gmx.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113406ccb3f01304ed459ec9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqneg-00063u-49 for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 12:33:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqnee-0007Ru-IV for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 12:33:02 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:49503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqnee-0007P7-4i for emacs-orgmode@gnu.org; Wed, 11 Dec 2013 12:33:00 -0500 Received: by mail-la0-f52.google.com with SMTP id y1so3888033lam.25 for ; Wed, 11 Dec 2013 09:32:58 -0800 (PST) In-Reply-To: <87haaqjoad.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Albinus Cc: emacs-orgmode@gnu.org --001a113406ccb3f01304ed459ec9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Michael, Trying to file a minimal init.el for bug reporting I discovered the culprit. In my init file I had: (setq org-agenda-files (concat org-directory "/gtd.org")) The missing quote was causing Tramp to be ignited every time I opened a file or tried to open the agenda view. Thanks for the help. 2013/12/3 Michael Albinus > Toni Cebri=E1n writes: > > > Hi, > > Hi Toni, > > > I have my own complex Emacs configuration files developed over time > > when working in a Linux environment. You can see that > > https://github.com/tonicebrian/emacsconfig in case you are curious. It > > works seamlessly in Linux and I tried to use that as-is when working > > in Windows. Emacs in Windows reads that configuration and fires up > > also without any warning. The problem comes when I try to open a > > complex Org file, with some links in it. I don't know why, but Tramp > > is fired and tries to ssh to the machines in one URL within a link > > element that has the form "http://machine:8080/more/levels". > > > > I don't even have the (require 'tramp) in my init.el file so this is > > something the Org mode plugging is doing by itself. By the way, the > > org mode version I have is org-20131202 from elpa and Emacs is 24.3.1 > > for Windows. Do you know where to look or what to try? This same Org > > file, the same init.el and the same emacs version work without any > > problem in Linux. > > > > Any clues? > > I guess something of the decoded URL, like "/machine:8080", is treated > as remote file name Tramp feels responsible for. > > Could you please send a short example file which triggers the bug? I > would try to debug it then. > > Please note that I don't use org regularly, so some comments on what to > do with that file would be helpful. > > Best regards, Michael. > --001a113406ccb3f01304ed459ec9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Michael,

=A0=A0=A0 Trying to file a minimal init= .el for bug reporting I discovered the culprit. In my init file I had:
<= br>(setq org-agenda-files (concat org-directory "/gtd.org"))

The missing quote was causing Tramp to be ignited every time I opened a= file or tried to open the agenda view.

Thanks for the help.


2013/12/3 = Michael Albinus <michael.albinus@gmx.de>
Toni Cebri=E1n <ancechu@gmail.com> writes:

> Hi,

Hi Toni,

> I have my own complex Emacs configuration files developed over time > when working in a Linux environment. You can see that
> https://github.com/tonicebrian/emacsconfig in case you are curious. = It
> works seamlessly in Linux and I tried to use that as-is when working > in Windows. Emacs in Windows reads that configuration and fires up
> also without any warning. The problem comes when I try to open a
> complex Org file, with some links in it. I don't know why, but Tra= mp
> is fired and tries to ssh to the machines in one URL within a link
> element that has the form "http://machine:8080/more/levels".
>
> I don't even have the (require 'tramp) in my init.el file so t= his is
> something the Org mode plugging is doing by itself. By the way, the > org mode version I have is org-20131202 from elpa and Emacs is 24.3.1<= br> > for Windows. Do you know where to look or what to try? This same Org > file, the same init.el and the same emacs version work without any
> problem in Linux.
>
> Any clues?

I guess something of the decoded URL, like "/machine:8080&= quot;, is treated
as remote file name Tramp feels responsible for.

Could you please send a short example file which triggers the bug? I
would try to debug it then.

Please note that I don't use org regularly, so some comments on what to=
do with that file would be helpful.

Best regards, Michael.

--001a113406ccb3f01304ed459ec9--