From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Multi-column layouts and line heights Date: Mon, 09 Feb 2015 09:25:23 -0500 Message-ID: References: <87oap3zbi1.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423491942 26640 80.91.229.3 (9 Feb 2015 14:25:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 14:25:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 15:25:41 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YKpHN-0006wK-IN for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 15:25:37 +0100 Original-Received: from localhost ([::1]:33072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKpHM-000433-TP for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 09:25:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKpHF-0003zI-Hy for emacs-devel@gnu.org; Mon, 09 Feb 2015 09:25:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKpHA-0001Hw-OP for emacs-devel@gnu.org; Mon, 09 Feb 2015 09:25:29 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:49042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKpHA-0001Hk-JL for emacs-devel@gnu.org; Mon, 09 Feb 2015 09:25:24 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t19EPNOv006644; Mon, 9 Feb 2015 09:25:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 97F5D1240; Mon, 9 Feb 2015 09:25:23 -0500 (EST) In-Reply-To: <87oap3zbi1.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Mon, 09 Feb 2015 20:21:10 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5212=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5212> : inlines <2053> : streams <1387388> : uri <1850515> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182690 Archived-At: > Take a look at the layout here: > http://lars.ingebrigtsen.no/2015/02/09/eww-not-can-haz-different-line-pitch/ > Is there any way to work around that problem? I would guess not, but > I've been wrong about lots of things before. :-) Yes, that's one other problem among yet more (e.g. selecting text in a column won't behave as the user expects). I don't see how this can be fixed without deep changes in the redisplay. Stefan