Skip to content

PGTK issue: doesn't look like expected on my setup #3

@magthe

Description

@magthe

This is what the defaults look like for me (zoomed in a bit):

screenshot_2023-07-30_18-23-24_656961226

My config:

(use-package indent-bars
  :straight (:host github
             :repo "jdtsmith/indent-bars")
  :hook ((haskell-mode python-mode yaml-mode) . indent-bars-mode))

I seem to have stipple support, but maybe it's broken?

(set-face-stipple 'default (,(window-font-width) 1 ,(unibyte-string 1)))` gives the following error

Debugger entered--Lisp error: (error "Invalid stipple attribute" 23 1 "\1")
  set-face-attribute(default nil :stipple (23 1 "\1"))
  set-face-stipple(default (23 1 "\1"))
  eval-expression((set-face-stipple 'default `(,(window-font-width) 1 ,(unibyte-string 1))) nil nil 127)
  funcall-interactively(eval-expression (set-face-stipple 'default `(,(window-font-width) 1 ,(unibyte-string 1))) nil nil 127)
  command-execute(eval-expression)

I'm not sure what that means really.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions