Benjamin Kästner

Results 17 comments of Benjamin Kästner

@Krzmbrzl just to be sure, is this already fixed by #5820 or another PR on `master`? Otherwise I'd give it a shot (although I can only start working on it...

Short update: I'm having some trouble with the `vcpkg` dependencies, apparently something about paths (e.g. `ctype.h` not found), at least when I run `scripts\vcpkg\get_mumble_dependencies.ps1`. I'll have to check tomorrow whether...

@Krzmbrzl Thank you for the link, I hit exactly that problem. I think I found a solution that does not require the `fontPointSize()` trick, I'll prepare a PR.

That's intended, see lines 36 and 37 (or the README's screenshot) https://github.com/bkaestner/secret-mode.el/blob/6358ee1ce6c28e85eadfc96d722a00b776eb76f9/secret-mode.el#L36-L37. The blocks for uppercase letter (Unicode general category `Lu`, LOWER THREE QUARTERS BLOCK) differ from the lowercase/unspecified ones...

Hey, thanks for the PR. I'll have a look at the weekend. Not sure what to do about the linting errors at the moment. That being said, I'll also comment...

Hey @BlueFlo0d, thanks for the suggestion. That's an interesting take. It might be possible, but I'm not certain how overlays or display-tables work within the mode line. I'll have a...

So, just to be sure, you would like `redacted-mode` to act as if the following hook was active? ```lisp (add-hook 'redacted-mode-hook (lambda () (if redacted-mode (setq mode-line-format " [REDACTED ]...

> I'm still curious about whether the same effect applied to buffer text can be applied to mode line… That's a good question; I'm not entirely sure though. The mode-line...

I had a prototype `zone-pgm-secret-mode`, but unfortunately it didn't work as intended. Maybe version 0.3 or so can provide a new `zone` method :)

Hey @Ypot, just making sure: the zone screensaver should remap all characters at once (see #7) or replace the characters one after another?