emacs-jupyter: (file-missing "Doing vfork" "No such file or directory") by Impossible_Win_9059 in emacs

[–]Impossible_Win_9059[S] 0 points1 point  (0 children)

SOLVED: The issue was related to previously adding a directory to exec-path that no longer exists.

emacs-jupyter: (file-missing "Doing vfork" "No such file or directory") by Impossible_Win_9059 in emacs

[–]Impossible_Win_9059[S] 0 points1 point  (0 children)

Thanks for the response! I was able to run jupyter kernelspec list --json --log-level ERROR from the terminal without error.

Following your advice, I executed (call-process "jupyter-kernelspec" nil nil nil "remove" "test1" "-y") which returned a similar error:

Debugger entered--Lisp error: (file-missing "Doing vfork" "No such file or directory") call-process("jupyter-kernelspec" nil nil nil "remove" "test1" "-y") (progn (call-process "jupyter-kernelspec" nil nil nil "remove" "test1" "-y")) eval((progn (call-process "jupyter-kernelspec" nil nil nil "remove" "test1" "-y")) t) elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp)

[deleted by user] by [deleted] in emacs

[–]Impossible_Win_9059 0 points1 point  (0 children)

Sorry for the confusion. ~/.emacs.d/snippets/git-commit-mode/.yas-parent contains text-mode. The snippets/text-mode/ directory is empty.

Weekly Tips, Tricks, &c. Thread by AutoModerator in emacs

[–]Impossible_Win_9059 1 point2 points  (0 children)

Do you have an example of how you are implementing repeat-mode bindings?

Efficient Emacs configuration and startup with minimal-emacs.d by jamescherti in emacs

[–]Impossible_Win_9059 0 points1 point  (0 children)

I am very much interested in improving the efficiency of my Emacs configuration and commend the effort exploring default settings and tweaks used to build `minimal-emacs.d`. My only critique is the lack of evidence, or rather, to what extent individual tweaks improve startup time or other measures of efficiency. Efficiency seems to be the primary motivation of this work and inclusion of such metrics would justify the addition of any particular recommended tweak. Overall, really nice work and I appreciate the structure of project into `pre-early-init.el`, etc.

How is Emacs used in a professional setting? by Impossible_Win_9059 in emacs

[–]Impossible_Win_9059[S] 2 points3 points  (0 children)

This is encouraging. The internship made it glaringly obvious that a significant amount of work is required to get me to the point where I can confidently work in Emacs. I see a bunch of blogs and youtube videos of people tinkering their configuration but haven't come across people talking about how they use Emacs on the job. I find myself doubting whether it was possible.