Fazlul Shahriar

Results 63 comments of Fazlul Shahriar

In the row/column tag, `$winid` is always set to the last active window, so wouldn't Look and Edit operate on that window?

@Superpat `9p read plumb/edit`? Row/column information is not sent to the plumber, and even if it did, I don't see how it would help you.

`win` works in unix systems because it comes with [plan9port](https://9fans.github.io/plan9port/). There is a port of `win` to Go here: https://github.com/rjkroege/winmux, but I don't know how well it works or whether...

Also missing: * `plumber` * `factotum` * `Mail` (and `mailfs`)

[Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/) has support for auto-completion. I've been working on [a tool](https://github.com/fhs/acme-lsp) that integrates LSP with acme. Currently I can have a window in acme that shows a...

My LSP tool should already work with Edwood, since the file server is currently compatible with acme. I've been using it for a while instead of [A](https://github.com/davidrjenni/A) and [acmego](https://godoc.org/9fans.net/go/acme/acmego) for...

> How do I use `acme-lsp` with Edwood on Windows where `plumb` is not a native command? You can't unfortunately. I've opened https://github.com/fhs/acme-lsp/issues/14.

See #5. I recall `devdraw` not sending some key modifier (at least on Linux). That might limit us on what we can bind to.

Support for Plan 9 and other OSes should be a goal. I've opened #115 (Plan 9 support) and #116 (Windows support).

I think the crash was fixed by a0d6ffdeb34a23ba6fff70a452a14d27a0df4143, which made `editerror` properly terminate the goroutine. I can't reproduce it anymore.