dickmao

Results 64 comments of dickmao

I'll reopen the issues.

Very sorry! I didn't get your message in time! Well, I guess we're in no worse a state than we were four hours ago.

The critical function is `ts_highlighter_return_highlights`: https://github.com/commercial-emacs/tree-sitter/blob/5b282dac8012d55103eb55ce8cf55726efa1cfaf/highlight/src/c_lib.rs#L194 It is used in Commercial Emacs here: https://github.com/commercial-emacs/commercial-emacs/blob/d34154f1fec9c3fed8b74875572edfa4e2f15d70/src/tree-sitter.c#L364

> nnreddit-sentinel: process /home/antonio/.virtualenvs/nnreddit-0.2.1-python3/bin/python exited abnormally with code 1 The python module is failing. You can try `M-x customize-option RET nnreddit-log-rpc`, then retry, and hope the error shows up in...

In that inferior python shell you mentioned, what do you see for: ``` Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] Type 'copyright', 'credits' or 'license' for more information...

There are some `sys.audit` calls in webbrowser.py that might shed some light, but I imagine neither of us has the patience to figure out `sys.addaudithook`. Sorry, we couldn't make it...

https://github.com/tkf/emacs-request/pull/85#issuecomment-526258222 This is continued fallout from an indiscretion some months ago.

ein keys off a very particular output string from the `jupyter notebook list` command. That string has probably changed several times since 2019 when ein was last known to work....

> It's such a bad idea, please can we change it? tl;dr ``` (add-hook 'ein:ipynb-mode-hook (lambda () (cl-letf (((symbol-function 'read-directory-name) (lambda (_prompt dir &rest _args) dir))) (ein:process-find-file-callback)))) ``` 29 out...

What you describe would require research and programming far beyond EIN's current sunset status.