-
OS:
cat /etc/os-release …
-
If you fire up Macaulay2 in emacs and then hit backspace a few times (or `C-0 C-k`), you can end up without a prompt:
```m2
+ M2 --no-readline --print-width 79
Macaulay2, version 1.18.0.1
with p…
-
Just tried building this on a M1 Macbook Air (Big Sur 11.1), and got the following errors:
```
---------------------------
Configuring and compiling
---------------------------
./configure -q …
cilia updated
2 years ago
-
I tried with the following example:
```python
import matplotlib.pyplot as plt
from numpy import arange, sin, pi
t = arange(0, 2*pi, 0.01)
plt.plot(sin(4*t), sin(5*t))
```
The corresponding Emac…
-
I installed `comint-mime` with the following configuration:
```emacs-lisp
(use-package comint-mime
:straight (:host github :type git :repo "astoff/comint-mime"
:files (:defaults "*.…
-
`ielm` is not working correctly for me ATM.
When I open it, it looks like it's in normal mode.
![image](https://user-images.githubusercontent.com/1134/144051899-36c0c7e6-1738-4d7e-ab0a-57d1aceee…
-
Hi, I'm not sure if this is the right place to report this problem, but I don't have email set up to do emacs-report-bug that way. So I'm going to just paste the contents of the emacs-report-bug messa…
-
Currently, I'm using the `comint-mime` package with the following configuration:
```emacs-lisp
(use-package comint-mime
:straight (:host github :repo "astoff/comint-mime"
:files (…
-
#### Description :octocat:
`Error (use-package): python :init: Invalid version syntax: ‘zsh:1: command not found: ipython’ (must
start with a number)`
#### Reproduction guide :beetle:
- Update to 0.2…
-
As per the title, this is the parsing issue I encounter occasionally when I use ess expansions:
```r
> filenamesAndParameters$outputIndFitnessFilename
outputIndFitnessFilename
Error: object 'outpu…