Post AYYbX0CJbbRSPzn9g8 by galdor@emacs.ch
 (DIR) More posts by galdor@emacs.ch
 (DIR) Post #AYYPfZPBODnMTm85mi by pmidden@fosstodon.org
       2023-08-09T12:20:08Z
       
       0 likes, 0 repeats
       
       I don't think #emacs's EWW browser is of much use, but for browsing #haskell's documentation it's pretty perfect. Have to add some shortcuts for that...
       
 (DIR) Post #AYYPfafWgwSkOkmetk by galdor@emacs.ch
       2023-08-09T12:22:00Z
       
       0 likes, 0 repeats
       
       @pmidden It's indeed very useful for integrated documentation lookups. I use it for Common Lisp Hyperspec documentation.Configuring the variable-pitch face with a nice font makes the experience even better.
       
 (DIR) Post #AYYSzHZRhuCyox1NTs by TitanOfOld@mastodon.social
       2023-08-09T12:59:09Z
       
       0 likes, 0 repeats
       
       @galdor @pmidden When I configure a default variable-pitch it keeps eww from formatting pages correctly, i.e. headers aren't bigger, no bold or italic text, etc. Is your experience different?
       
 (DIR) Post #AYYUSdoACxQm8nT6mW by galdor@emacs.ch
       2023-08-09T13:15:42Z
       
       0 likes, 0 repeats
       
       @TitanOfOld @pmidden I did not realize that. Do you have an example?
       
 (DIR) Post #AYYZ2gn103ezd5NMVk by TitanOfOld@mastodon.social
       2023-08-09T14:06:58Z
       
       0 likes, 0 repeats
       
       @galdor @pmidden Sure! The only difference between the first and second image is the presence of `(set-face-attribute 'variable-pitch nil :font "Comic Neue" :height 120)`. The problem isn't exactly as I described, but the experience is inconsistent.
       
 (DIR) Post #AYYbX0CJbbRSPzn9g8 by galdor@emacs.ch
       2023-08-09T14:34:55Z
       
       0 likes, 0 repeats
       
       @TitanOfOld @pmidden You should use describe-face on the elements which changed to understand which face is being affected.