Augusto Stoffel

Results 173 comments of Augusto Stoffel
trafficstars

If both add support then yes, but I can't quite see how to use `ispell-skip-region-alist` effectively. This API seems too focused on a command that will iteratively skip from word...

I think there's no way I could reasonable handle a list of excluded regexps. It really has to be a hook called with the start and end of the word...

Thanks for the detailed info. [This recent PR](https://github.com/astoff/devdocs.el/pull/38) allows handling these kinds of situation. I will work on it, but probably not in the near future :-).

This looks great! Since devdocs.el is on ELPA, you'd need the FSF copyright assignment — do you have it?

@aepyornis Here are some instructions: https://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/Copyright/request-assign.future And here is an explanation of why the FSF asks for this: https://www.gnu.org/licenses/why-assign.html You can also ask on the Emacs mailing list [email protected] for...

I feel we wouldn't be violating the spirit of the idea that tiny changes don't need copyright assignment, but the criterium is that those should be under 15 lines of...

Okay, I'm pretty sure this is related to the fact you're using Windows. Certainly it's necessary that the IPython subprocess runs in a PTY as opposed to via pipes. I...

Okay, `python -i` is not the right way to do it. What you would need is: 1. Add the `if __name__ == "__main__"` trick to drepl-ipython.py (which is a change...

Okay, thanks for bringing to my attention that Windows doesn't have PTYs. I still need to think how to best work around this limitation.

@pank If you would like to, feel free to test this branch: https://github.com/astoff/drepl/pull/5