realcomplex
realcomplex
In cb90d3f the arguments to `define-minor-mode` were changed erroneously. Whereas the `override-global-mode` was initially defined as `(define-minor-mode override-global-mode "..." t "")`, the two latter arguments where changed to `:global t...
Hi! Thanks for a great package; I'm using vterm a lot. After a little bit of setup I also got vterm to mostly play nice with tramp, and now I...
This is somewhere between a bug and a documentation issue; hopefully I didn't miss anything obvious. The `forge--db-dump` function (and the `forge--db-restore` for that matter) depend on the external program...
This is part bug report, part support request. Using the this emacs overlay I'm suffering from https://gitlab.gnome.org/GNOME/gtk/-/issues/5567 (see also the related https://gitlab.gnome.org/GNOME/gtk/-/issues/5379) which is a regression introduced by gtk3 v3.24.35....
The `python-gobject` package seems to no longer be available on Debian 11 and later. This causes the install script to fail. Install, the `python3-gi` package should be installed.
At https://github.com/dacap/keyfreq/blob/main/keyfreq.el#L465 the `(list-system-processes)` function is called, but when `default-directory` is on a remote host, this attempts to lists the processes on that host. This can lead to latency and...