Deleted user

Results 136969 comments of Deleted user

It returns `[face unspecified unspecified unspecified unspecified unspecified unspecified unspecified unspecified unspecified unspecified unspecified ...]`

Sorry for delay. Debugger entered--Lisp error: (wrong-type-argument listp default) face-remap-set-base(header-line default) eval-expression((face-remap-set-base 'header-line 'default) nil nil 127) funcall-interactively(eval-expression (face-remap-set-base 'header-line 'default) nil nil 127) command-execute(eval-expression)

Yep, same for me.

This function is working. I am not sure how to check whether escape-glyph face changed, so I tried the other example in the manual `(face-remap-add-relative 'default :height 1.5)` and the...

The first two return the same error, i.e., `Wrong type argument: listp, default`. The third one returns `nil` and the blank modeline disappears (or maybe changes background colour to buffer...

Same error with emacs -q as well. ![Screenshot from 2024-02-20 16-31-04](https://github.com/rougier/nano-modeline/assets/148796372/8f1d15df-5dcc-41a6-9fb7-dbee4fa923f9)

I am assuming this is a generic function call that should run fine on any setup. If so, it is strange that it is returning an error on mine. Since...

Same as with my init file. First and second returned `Wrong type argument: listp, default` and third returned `nil`.

Yes. The last screenshot (20 Feb 2024) was with `emacs -q`.

I still have `nil nil 127` for `(face-remap-set-base 'default ft)` too. I am not sure what the `nil nil 127` is. I tried googling and didn't find anything relevant, but...