-
I use latest develop branch of spacemacs on emacs 27 on ubuntu 20.04.
`purpose-mode` seem to break built-in command `gdb`, i.e., `M-x gdb` fails to come up. Turning off `purpose-mode` minor mode st…
-
OS: Ubuntu 18.04
Emacs: 25.2
Emacs.d: git version, commit 83fa2b
When opening a .tex file, emacs reports an error
```
File mode specification error:(void-variable comint-terminfo-terminal)
``…
-
When performing searches that lead to a lot of results (thousands or more), I notice that on a few lines the column number remains event when I set `(setq rg-show-columns nil)`. This impacts the font-…
-
After [commit 9f370d](9f370d6cba7f115896579b634c7550923503a4ab) I can only start Extempore with `C-u C-c C-z` (which works as did before without the prefix argument). Trying to run with `C-c C-z` resu…
-
When I use `shell` (not `eshell` or `ansi-term` or `term`) in Emacs, it will execute `fish`(my default shell in my terminal) as shell,
But here is my problem:
```
# this is my original text in the s…
-
Recipe:
- `M-x shell RET`
- `gi TAB` (with TAB bound to `helm-fish-completion`
Helm appears with the right candidates but the Helm pattern is empty at first.
In Eshell, the Helm pattern is pro…
-
Say, we've entered the following in the normal ipython shell.
In [1]: 1+1
Out[1]: 2
In [2]: 1+2
Out[2]: 3
In [3]: 2+4
Out[3]: 6
If I now enter:
`In[4]: 1+`
…
-
When I run pdf-tools-install, it is giving me this error:
```
poppler-hack.cc:62:30: error: no member named 'getCString' in 'GooString'
result = g_convert (s->getCString () + 2,
…
-
The following test in `NumericalAlgebraicGeometry` requires the `NAGtools` package:
https://github.com/Macaulay2/M2/blob/ea039800e10a6d8e4708312ebb5edac3fda88479/M2/Macaulay2/packages/NumericalAlge…
-
I have the following relevant setting for helm
(setq
helm-split-window-in-side-p t ; open helm buffer inside current window, not occupy whole other window
helm-split-win…