Adam Porter
Adam Porter
Thanks for investigating and explaining further. Yes, the nature of using the window margins can present a problem in some cases, especially if the window fringes are not visible (e.g....
Hi Andrew, I'm not sure exactly what you're asking for. Would you provide some more details please? Are you asking for a way to set the process filter function? Thanks.
That helps some, but there's still a lot left unspecified. What exactly would you want `plz` to do?
Hi John, I'm not sure what's going on here. I'm testing in a clean Emacs config (using [with-emacs.sh](https://github.com/alphapapa/with-emacs.sh)), Org 9.7.12, and the version of org-auto-expand that's on MELPA now. I...
I don't know if anything fold-related changed between Org 9.6.30 and 9.7.12, but it's possible. Regardless, Org 9.6 is supposed to work, and the cycling/folding API in Org is somewhat...
That's not a bad idea. It would be somewhere more than trivial but less than difficult to implement. I don't expect to have the time to work on this myself...
This seems like a good idea. But rather than keeping a separate list, a flag could be set on each record to indicate whether a change happened there. Then the...
The key issue is how to associate a change, made known through a call to `after-change-functions`, with the relevant Dogears record. After solving that, the rest of the issues will...
Thanks for reporting this. I've begun seeing similar behavior myself, i.e. mysterious code 9, "FTP access denied" messages instead of what's expected. It almost suggests that something, somewhere is omitting...
I think you're right that there is a bug here that incorrectly depends on the exit code in circumstances where the code is not relevant, e.g. when the process is...