all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Help] eww does not display text properly
@ 2021-04-06  6:00 MysteriousSilver
  2021-04-06  8:48 ` Philip Kaludercic
  2021-04-06  8:54 ` Gregory Heytings
  0 siblings, 2 replies; 11+ messages in thread
From: MysteriousSilver @ 2021-04-06  6:00 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1.1: Type: text/plain, Size: 392 bytes --]

https://i.imgur.com/plLWAiV.png

The right window is `emacs -Q` while the left window is Emacs GUI 
launched normally. I am unable to view text properly in eww buffers.

I've tried changing font and theme, but that doesn't seem to help. Here 
are the list of enabled minor modes: http://ix.io/2VbP

(emacs -nw works fine)

Any idea what could be causing this? Thanks.
-- 
Silver

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3163 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  6:00 [Help] eww does not display text properly MysteriousSilver
@ 2021-04-06  8:48 ` Philip Kaludercic
  2021-04-06  9:06   ` MysteriousSilver
  2021-04-06  8:54 ` Gregory Heytings
  1 sibling, 1 reply; 11+ messages in thread
From: Philip Kaludercic @ 2021-04-06  8:48 UTC (permalink / raw)
  To: MysteriousSilver; +Cc: help-gnu-emacs

MysteriousSilver <silver@tfwno.gf> writes:

> https://i.imgur.com/plLWAiV.png
>
> The right window is `emacs -Q` while the left window is Emacs GUI
> launched normally. I am unable to view text properly in eww buffers.
>
> I've tried changing font and theme, but that doesn't seem to
> help. Here are the list of enabled minor modes: http://ix.io/2VbP

Have you tried changing the font of variable-pinch?

> (emacs -nw works fine)
>
> Any idea what could be causing this? Thanks.

-- 
	Philip K.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  6:00 [Help] eww does not display text properly MysteriousSilver
  2021-04-06  8:48 ` Philip Kaludercic
@ 2021-04-06  8:54 ` Gregory Heytings
  2021-04-06  9:00   ` MysteriousSilver
  1 sibling, 1 reply; 11+ messages in thread
From: Gregory Heytings @ 2021-04-06  8:54 UTC (permalink / raw)
  To: MysteriousSilver; +Cc: help-gnu-emacs


>
> https://i.imgur.com/plLWAiV.png
>
> The right window is `emacs -Q` while the left window is Emacs GUI 
> launched normally. I am unable to view text properly in eww buffers.
>
> I've tried changing font and theme, but that doesn't seem to help. Here 
> are the list of enabled minor modes: http://ix.io/2VbP
>
> (emacs -nw works fine)
>
> Any idea what could be causing this?
>

Please move your cursor onto one of the wrongly displayed characters, type 
C-u C-x =, and show us (copy-paste) the output in the *Help* buffer.  It 
might be displayed incorrectly, too, but copy-pasting should work.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  8:54 ` Gregory Heytings
@ 2021-04-06  9:00   ` MysteriousSilver
  2021-04-06  9:13     ` Gregory Heytings
  0 siblings, 1 reply; 11+ messages in thread
From: MysteriousSilver @ 2021-04-06  9:00 UTC (permalink / raw)
  To: Gregory Heytings; +Cc: help-gnu-emacs


[-- Attachment #1.1.1: Type: text/plain, Size: 406 bytes --]

On 4/6/21 2:24 PM, Gregory Heytings wrote:
>> Any idea what could be causing this?
>>
> 
> Please move your cursor onto one of the wrongly displayed characters, 
> type C-u C-x =, and show us (copy-paste) the output in the *Help* 
> buffer.  It might be displayed incorrectly, too, but copy-pasting should 
> work.

Thanks for replying, here's the command output: http://ix.io/2Vcz
-- 
Silver

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3163 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  8:48 ` Philip Kaludercic
@ 2021-04-06  9:06   ` MysteriousSilver
  2021-04-06  9:31     ` Philip Kaludercic
  0 siblings, 1 reply; 11+ messages in thread
From: MysteriousSilver @ 2021-04-06  9:06 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: help-gnu-emacs


[-- Attachment #1.1.1: Type: text/plain, Size: 304 bytes --]

On 4/6/21 2:18 PM, Philip Kaludercic wrote:
> 
> Have you tried changing the font of variable-pinch?
> Thanks for replying, commenting out variable-pinch in my config fixes it.

What is variable-pinch and how is that different from what the command 
`set-frame-font` does?

Thanks.
-- 
Silver

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3163 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  9:00   ` MysteriousSilver
@ 2021-04-06  9:13     ` Gregory Heytings
  2021-04-06  9:42       ` MysteriousSilver
  0 siblings, 1 reply; 11+ messages in thread
From: Gregory Heytings @ 2021-04-06  9:13 UTC (permalink / raw)
  To: MysteriousSilver; +Cc: help-gnu-emacs


>> Please move your cursor onto one of the wrongly displayed characters, 
>> type C-u C-x =, and show us (copy-paste) the output in the *Help* 
>> buffer.  It might be displayed incorrectly, too, but copy-pasting 
>> should work.
>
> Thanks for replying, here's the command output: http://ix.io/2Vcz
>

Thanks, can you now show us the output of M-x describe-face RET 
variable-pitch RET ?


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  9:06   ` MysteriousSilver
@ 2021-04-06  9:31     ` Philip Kaludercic
  2021-04-06 12:28       ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Philip Kaludercic @ 2021-04-06  9:31 UTC (permalink / raw)
  To: MysteriousSilver; +Cc: help-gnu-emacs

MysteriousSilver <silver@tfwno.gf> writes:

> On 4/6/21 2:18 PM, Philip Kaludercic wrote:
>> Have you tried changing the font of variable-pinch?
>> Thanks for replying, commenting out variable-pinch in my config fixes it.
>
> What is variable-pinch and how is that different from what the command
> `set-frame-font` does?

variable-pinch is the face used for non-monospaces text. Try

               M-x customize-face variable-pinch RET

and see what font is used for the face.

> Thanks.

-- 
	Philip K.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  9:13     ` Gregory Heytings
@ 2021-04-06  9:42       ` MysteriousSilver
  2021-04-06 10:01         ` Gregory Heytings
  0 siblings, 1 reply; 11+ messages in thread
From: MysteriousSilver @ 2021-04-06  9:42 UTC (permalink / raw)
  To: Gregory Heytings; +Cc: help-gnu-emacs


[-- Attachment #1.1.1: Type: text/plain, Size: 263 bytes --]

On 4/6/21 2:43 PM, Gregory Heytings wrote:
> Thanks, can you now show us the output of M-x describe-face RET 
> variable-pitch RET ?

http://ix.io/2VcJ

Commenting out variable-pitch in .emacs seems to fix the issue. Thanks 
for helping!
-- 
Silver



[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3163 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  9:42       ` MysteriousSilver
@ 2021-04-06 10:01         ` Gregory Heytings
  2021-04-06 10:21           ` MysteriousSilver
  0 siblings, 1 reply; 11+ messages in thread
From: Gregory Heytings @ 2021-04-06 10:01 UTC (permalink / raw)
  To: MysteriousSilver; +Cc: help-gnu-emacs


>> Thanks, can you now show us the output of M-x describe-face RET 
>> variable-pitch RET ?
>
> http://ix.io/2VcJ
>
> Commenting out variable-pitch in .emacs seems to fix the issue. Thanks for 
> helping!
>

I think the problem is that your face height is set to "10" where you 
probably meant "1.0".



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06 10:01         ` Gregory Heytings
@ 2021-04-06 10:21           ` MysteriousSilver
  0 siblings, 0 replies; 11+ messages in thread
From: MysteriousSilver @ 2021-04-06 10:21 UTC (permalink / raw)
  To: Gregory Heytings; +Cc: help-gnu-emacs


[-- Attachment #1.1.1: Type: text/plain, Size: 462 bytes --]

On 4/6/21 3:31 PM, Gregory Heytings wrote:
> 
>>> Thanks, can you now show us the output of M-x describe-face RET 
>>> variable-pitch RET ?
>>
>> http://ix.io/2VcJ
>>
>> Commenting out variable-pitch in .emacs seems to fix the issue. Thanks 

>> for helping!
>>
> 
> I think the problem is that your face height is set to "10" where you 
> probably meant "1.0".

Ah, you're right. Changing it to 1.0 makes the text clear.

Thanks.
-- 
Silver

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3163 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Help] eww does not display text properly
  2021-04-06  9:31     ` Philip Kaludercic
@ 2021-04-06 12:28       ` Eli Zaretskii
  0 siblings, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2021-04-06 12:28 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Philip Kaludercic <philipk@posteo.net>
> Date: Tue, 06 Apr 2021 11:31:44 +0200
> Cc: help-gnu-emacs@gnu.org
> 
> variable-pinch is the face used for non-monospaces text.

There's no such face in Emacs, AFAIK.  You probably meant
variable-pitch.




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-04-06 12:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-06  6:00 [Help] eww does not display text properly MysteriousSilver
2021-04-06  8:48 ` Philip Kaludercic
2021-04-06  9:06   ` MysteriousSilver
2021-04-06  9:31     ` Philip Kaludercic
2021-04-06 12:28       ` Eli Zaretskii
2021-04-06  8:54 ` Gregory Heytings
2021-04-06  9:00   ` MysteriousSilver
2021-04-06  9:13     ` Gregory Heytings
2021-04-06  9:42       ` MysteriousSilver
2021-04-06 10:01         ` Gregory Heytings
2021-04-06 10:21           ` MysteriousSilver

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.