From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: EWW: Face property changes around newlines Date: Wed, 09 Jan 2019 09:35:04 -0500 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1547044454 22398 195.159.176.226 (9 Jan 2019 14:34:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2019 14:34:14 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: bug-gnu-emacs@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 15:34:10 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghEvl-0005cI-Lc for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2019 15:34:05 +0100 Original-Received: from localhost ([127.0.0.1]:56891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghExs-0003Rc-IR for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2019 09:36:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghEx8-0003OZ-0B for emacs-devel@gnu.org; Wed, 09 Jan 2019 09:35:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghEx5-0005qh-Uy for emacs-devel@gnu.org; Wed, 09 Jan 2019 09:35:28 -0500 Original-Received: from [195.159.176.226] (port=39229 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ghEx5-0005q2-O0 for emacs-devel@gnu.org; Wed, 09 Jan 2019 09:35:27 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ghEuu-0004Vy-NY for emacs-devel@gnu.org; Wed, 09 Jan 2019 15:33:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:AuwG5rgnkvr141Lp4IDCkMrndl8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232272 gmane.emacs.bugs:154291 Archived-At: > EWW appears to work differently -- if you take a plain paragraph that > spans multiple lines, the text uses "variable-pitch" as the face > property -- except that that property is not set on the newline > characters within the paragraph. I'm not sure how hard/easy it may be to change SHR (used by EWW) to do that, but I have the impression that it may be non-trivial. > I'm sure this makes no visible difference to the layout -- but it > affects Emacspeak's logic for breaking content into meaningful > clauses. Maybe it would be simpler to change Emacspeak so it ignores face properties on whitespace? Stefan