Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Edward K. Ream
On Sun, Feb 24, 2013 at 10:56 AM, Josef joe...@gmx.net wrote: I just noticed, when opening a file with @auto via a soft link (on Linux) Leo reads in the file correctly, but after modifying the content leo replaces the link with an actual file, which means the original file, is not modified

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Edward K. Ream
On Mon, Feb 25, 2013 at 7:38 AM, Edward K. Ream edream...@gmail.com wrote: On Sun, Feb 24, 2013 at 10:56 AM, Josef joe...@gmx.net wrote: I just noticed, when opening a file with @auto via a soft link (on Linux) Leo reads in the file correctly, but after modifying the content leo replaces the

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Terry Brown
On Mon, 25 Feb 2013 08:02:06 -0600 Edward K. Ream edream...@gmail.com wrote: On Mon, Feb 25, 2013 at 7:38 AM, Edward K. Ream edream...@gmail.com wrote: On Sun, Feb 24, 2013 at 10:56 AM, Josef joe...@gmx.net wrote: I just noticed, when opening a file with @auto via a soft link (on Linux)

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Jacob Peck
On 2/25/2013 9:38 AM, Terry Brown wrote: On Mon, 25 Feb 2013 08:02:06 -0600 Edward K. Ream edream...@gmail.com wrote: On Mon, Feb 25, 2013 at 7:38 AM, Edward K. Ream edream...@gmail.com wrote: On Sun, Feb 24, 2013 at 10:56 AM, Josef joe...@gmx.net wrote: I just noticed, when opening a file

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Terry Brown
On Mon, 25 Feb 2013 09:39:45 -0500 Jacob Peck gatesph...@gmail.com wrote: On 2/25/2013 9:38 AM, Terry Brown wrote: On Mon, 25 Feb 2013 08:02:06 -0600 Edward K. Ream edream...@gmail.com wrote: On Mon, Feb 25, 2013 at 7:38 AM, Edward K. Ream edream...@gmail.com wrote: On Sun, Feb

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Josef
I filed bug # 1132821 The problem still persists with Rev 5605. Josef -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+unsubscr...@googlegroups.com. To

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Josef
The problem still persists with Rev 5605. I filed bug #1132821 - Josef On Sunday, February 24, 2013 5:56:44 PM UTC+1, Josef wrote: I just noticed, when opening a file with @auto via a soft link (on Linux) Leo reads in the file correctly, but after modifying the content leo replaces the

Re: Bug: Leo replaces a link with a file

2013-02-25 Thread Edward K. Ream
On Mon, Feb 25, 2013 at 8:46 AM, Terry Brown terry_n_br...@yahoo.comwrote: Just a thought - does Leo use os.unlink() to delete files and write them fresh? Because that would delete the link and write a new file in it's place. I don't know, but os.path.realpath should fix that, by

Re: Bug: Leo replaces a link with a file

2013-02-24 Thread Terry Brown
On Sun, 24 Feb 2013 08:56:44 -0800 (PST) Josef joe...@gmx.net wrote: I just noticed, when opening a file with @auto via a soft link (on Linux) Leo reads in the file correctly, but after modifying the content leo replaces the link with an actual file, which means the original file, is not