oscarfv

Results 15 issues of oscarfv

First of all: very nice package, thank you! I noticed that with this mode active Emacs uses ~1-2% of one CPU core when sitting idle. I tried setting `mini-modeline-update-interval` to...

Some licenses (i.e. the GPL) require the distribution of the source code used to produce a binary package. This is the *exact* source code used for creating the binary. MSYS2...

enhancement

`trailing-whitespace` only specifies foreground (which is useless for whitespace), not background, so default background is used and whitespace is invisible. I suggest something like this: ``` - `(trailing-whitespace ((,class (:foreground...

context-syntax
status-reproduction
scope-compatibility
scope-ux

Save this code to `foo.el` after adjusting the first line if needed: ``` (load-library "~/aggressive-indent.el") (aggressive-indent-mode 1) (query-replace "foo" "x") (when nil (foo c "hello") (foo c)) ``` Now invoke...

Start Emacs and show the info tree top (`C-h i`) The Emacs manuals are not listed. Likewise if you use the command-line `info` viewer. Apparently the Emacs manuals are not...

``` oscar@w10x64-vm-sky MINGW64 ~ $ pacman -Suy :: Synchronizing package databases... mingw32 468.8 KiB 652 KiB/s 00:01 [#####################] 100% mingw32.sig 119.0 B 0.00 B/s 00:00 [#####################] 100% mingw64 471.4 KiB...

Installing Mingw packages (or clang, ucrt, etc) puts info files in `/$architecture/share/info` (where `$architecture` is `mingw64`, etc) but no `dir` file is created, or if it exists because it was...

... for one-line progress messages on terminal emulators without using hacks such as winpty. Do no activate color, because ANSI escape sequences breaks CMake.

After `M-x tmm-menubar` the prompt is shown but after a second or after a key is pressed the command aborts with the message `No buffer named *Completions*`.

It just occurred to me that somehow `message` ended aliased to `ignore`. `a-i-m` is the primer suspect, as I have no other package that does that. When this happens, the...