Compro Prasad
Compro Prasad
It would be better to move the executables in `/usr/local/bin` and man page in `/usr/local/share/man/man1` or `/usr/local/man/man1`.
`add.sh` convert to -> `python manage.py update-meme-types` `collect.py` convert to -> `python manage.py get-memes` Run flask app -> `python manage.py serve` Run Tkinter app -> `python manage.py tkinter` Also make...
This has also happened with me without spacemacs. Can you try reproducing this with just magit installed in emacs without any extra config and packages?
Okay. So, it doesn't happen with default `magit` and zero configurations on vanilla Emacs.
@allentiak Is `Do "With editor finish"` bound to `C-c C-c` / `, ,`?
@jtatarik is busy I guess!!
This issue doesn't make sense as I don't think tramp is async yet. It has to be solved at Emacs tramp level and not at spacemacs level.
I just tested it. This bug is still there.
I found the reason. Its the value of `eshell-exit-hook` that is the problem. In the popup buffer its value is: ``` (shell-pop--kill-and-delete-window eshell-write-history eshell-write-last-dir-ring t) ``` While in normal `M-x...
From my current research I found out that `poppler-cpp` is good for processing PDFs and showing images. But if we want to render it to a GTK window we will...