hongyi-zhao

Results 160 comments of hongyi-zhao

See the following: ![image](https://user-images.githubusercontent.com/11155854/230051300-e4b487aa-e63c-4594-a056-c21b19360913.png) But `isoph` will trigger nothing: ![image](https://user-images.githubusercontent.com/11155854/230052024-d9b1b541-aa9d-476b-a3ca-cb7a99f5c3ec.png)

Testing code: ```emacs (require 'company-ispell) ; load before override (defun company-ispell (command &optional arg &rest ignored) "`company-mode' completion backend using Ispell." (interactive (list 'interactive)) (cl-case command (interactive (company-begin-backend 'company-ispell)) (prefix...

I'm not sure whether I understand you correctly, but when I try to copy && paste `(message "arg: %s" arg)` into the `*Messages*` buffer to evaluate it, the following error...

See the following: ![image](https://user-images.githubusercontent.com/11155854/230545502-9bfb3cc0-3e1c-44d5-a065-b54773bd4f20.png) ![image](https://user-images.githubusercontent.com/11155854/230545530-2936e96d-7597-474f-adf8-6a94a9c3bfcf.png)

I can't find the file at all: ``` werner@X10DAi-00:~/.emacs.d$ find . -type f -name '*historian-save-file*' werner@X10DAi-00:~/.emacs.d$ ```

> I did `C-h v` and inspected the `historian-save-file` variable, which pointed to `~/.emacs.d/.historian`. Thank you for pointing this out. Obviously, in the case of Emacs, the find command by...

Before we do the further job, I want to understand the theory framework(s) employed in your code for obtaining the effective mass. As far as I know, there are different...

Thank you very much for letting me know your group's key work and publication pertinent to this project. Could you please let me spend some time studying your paper first,...

@erenaksoy Nice. It does the trick: ```bash werner@X10DAi:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.10 Release: 22.10 Codename: kinetic werner@X10DAi:~$ go version go version...