Xushan Lu
Xushan Lu
Hi Marco, I've been doing things by modifying the applications.py file and I've made an animation that serves my need. The only thing I think I actually needed was to...
Unfortunately, making it `False` would make other functions stop working although `moveCamera` does work with that. I think it is related to something deeper in the `Plotter.show()` function but I...
Okay, I tried using exec-path-from-shell and I don't think it works. I also tried to set 'vterm-environment' and it does not work either. Is it possible that this is caused...
Do I just directly modify that file directly? I did so and run `M-x exec-path-from-shell-initialize` and `M-x exec-path-from-shell-copy-env`. Then opened a new vterm buffer and tried `echo $DYLD_LIBRARY_PATH`. Nothing prints.
Now the file looks like ```lisp (defcustom exec-path-from-shell-variables '("PATH" "MANPATH" "DYLD_LIBRARY_PATH") "List of environment variables which are copied from the shell." :type '(repeat (string :tag "Environment variable")) :group 'exec-path-from-shell) ```
I used the first method to do the customization. But I do not think I am getting anything by `echo $DYLD_LIBRARY_PATH`.
Yes. Restarted. Now the weird thing is that I cannot do the customization anymore if I `customize-option` because there is now no `exec-path-from-shell-variables` option anymore. But in my dotspacemacs file,...
Okay, I now added `(require 'exec-path-from-shell)` somewhere in my dotspacemacs file and it seems to be working, i.e., the package is now initialized and I am able to customize it...
Okay, it seems that I really need to disable SIP if I want to use vterm the way I wanted. I don't think what I said in the title was...
This still happens to me in Fortran mode. It seems to be resolved temporarily after I run 'M-x revert-buffer' but it immediately comes back after I insert a snippet. Does...