From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 4 Mar 2009 13:32:32 +0100 Message-ID: From: Rudolf Sykora To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] acme Put doesn't save Topicbox-Message-UUID: afcc34f4-ead4-11e9-9d60-3106f5b1d025 > Because at the beginning of the put function in exec.c you have: > =A0 =A0 =A0 =A0if(et=3D=3Dnil || et->w=3D=3Dnil || et->w->isdir) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; > and et->w->isdir is true. But there are workarounds if you want to > save the contents of the window. Well, I had some text in in-this-way created window and I only grabbed the window trying to place it in another column and suddenly it was all empty... :( All my text not only not saved, but lost completely... This isn't nice. So is there a workaround other than 1) make a new window, 2) copy & past the text there 3) save from the new window? I thought that the decision when it saves and when not should be directed by the name format: ending with / then not save, ending with sth sane, save... Ruda