Morten Kjeldgaard

Results 8 issues of Morten Kjeldgaard

The atom buffer is unicode by default, but if you preview an HTML snippet containing unicode characters, they are not rendered properly.

`shutil.make_archive` from the standard Python library has an option to pass "an object compatible with [PEP 282](https://peps.python.org/pep-0282/), usually an instance of [logging.Logger](https://docs.python.org/3/library/logging.html#logging.Logger)", citing from the manual. However, if I pass...

Emacs 29.1 reported an error when loading the pyenv module I believe this fix is correct but I'm no Elisp expert.

When adding your suggested lines to my init.el I get the following warning from Emacs, and it fails to load the remainder of the init.el file: ``` ⛔ Warning (initialization):...

When trying to build Emacs version 29.3 I was met with a message: `.... in 'require': cannot load such file -- macho (LoadError)` so I had to manually install ruby-macho:...

### What Operating System(s) are you seeing this problem on? Linux X11 ### Which Wayland compositor or X11 Window manager(s) are you using? I always have an Emacs GUI running,...

bug

After a bunch of trial and error I found the following config allows me to connect to Le Chat using gptel. ``` (setq gptel-model 'mistral-small) (setq gptel-backend (gptel-make-openai "MistralLeChat" :host...

enhancement

### Versions Core version is v6.0.5 (Latest: N/A) Web version is v6.0.2 (Latest: N/A) FTL version is v6.0.4 (Latest: N/A) ### Platform - OS and version: Raspbian GNU/Linux 12 (bookworm)...

Fixed in next release