Ting Zhou

Results 36 comments of Ting Zhou

```emacs lisp (defun ztlevi-atomic-chrome-server-running-p () (cond ((executable-find "lsof") (zerop (call-process "lsof" nil nil nil "-i" ":64292"))) ((executable-find "netstat") ; Windows (zerop (call-process-shell-command "netstat -aon | grep 64292"))))) (if (ztlevi-atomic-chrome-server-running-p) (message...

Any progress on mosh integraion?

any progress since a year?

I'm on latest commit and I still have this issue @tecosaur ``` emacs-everywhere on  master ➜ g glog * a484800 - (grafted, HEAD -> master, origin/master, origin/HEAD) Add demo,...

@elken I still have that osascript issue. Something like this in karabiner? ![image](https://user-images.githubusercontent.com/16655096/107150969-43023e80-699b-11eb-96ec-48f623e66b14.png)

@tecosaur The title shows properly now. But it doesn't put the text in other apps. Let me know if you would like to do a live debugging session. You can...

@elken I recorded this https://vimeo.com/509692865. And I `toggle-debug-on-error` but nothing poped up. Versions: ``` emacs-everywhere on  master ✖ pwd /Users/ztlevi/.config/emacs/.local/straight/repos/emacs-everywhere emacs-everywhere on  master ➜ g glog * d84b397...

@elken @tecosaur I recorded the video using emacs-plus 28. I tried emacs-mac 27 and it works for a few times then it broke up again like the video I recorded....

@elken Which macos version are you using? I'm on big sur.

@d1egoaz I tried adding accessibility to /bin/bash and /bin/zsh but no luck :( Thanks for the help though...