rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

nomark filesystem command doesn't seem to work #499

Open rjkroege opened 2 months ago

rjkroege commented 2 months ago

nomark written to a window's control file sets the nomark flag on the window. Empirically, that doesn't seem to actually do anything. I believe that I broke this in the refactoring of the undo / text buffers code.

rjkroege commented 2 months ago

I believe that the issue only occurs when setting the name of a window from the filesystem.

rjkroege commented 2 months ago

Maybe not? The behaviour remains not working as expected. Perhaps bugs remain in the window tag handling code.