From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Using proportional (variable-width) fonts in Emacs23 Date: Wed, 30 Mar 2011 22:29:33 +0200 Message-ID: <83fwq4qrma.fsf@gnu.org> References: <898836.13190.qm@web121803.mail.ne1.yahoo.com> <4d9120aa$0$23756$14726298@news.sunsite.dk> <47119ce7-b1d1-4967-aa3e-d10112f10510@q40g2000prh.googlegroups.com> <4d9232cb$0$23752$14726298@news.sunsite.dk> <516de695-18e0-4442-9616-63bc24b99a58@18g2000prd.googlegroups.com> <4d92ead3$0$23757$14726298@news.sunsite.dk> <87sju47n29.fsf@kuiper.lan.informatimago.com> <33669aa8-47ea-48c5-8dc9-fb216893ef03@f15g2000pro.googlegroups.com> <87fwq47ggx.fsf@kuiper.lan.informatimago.com> <83sju4qxvb.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1301517006 12272 80.91.229.12 (30 Mar 2011 20:30:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 20:30:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 30 22:30:01 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q521h-0002TQ-N3 for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Mar 2011 22:30:01 +0200 Original-Received: from localhost ([127.0.0.1]:34623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q521h-0000qK-7o for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Mar 2011 16:30:01 -0400 Original-Received: from [140.186.70.92] (port=58614 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q521J-0000oe-LI for help-gnu-emacs@gnu.org; Wed, 30 Mar 2011 16:29:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q521I-0005iP-IS for help-gnu-emacs@gnu.org; Wed, 30 Mar 2011 16:29:37 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q521I-0005i9-AM for help-gnu-emacs@gnu.org; Wed, 30 Mar 2011 16:29:36 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LIW005000WNTG00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 30 Mar 2011 22:29:34 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIW003RQ0X8IHW0@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 30 Mar 2011 22:29:34 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80551 Archived-At: > Date: Wed, 30 Mar 2011 12:49:48 -0700 > From: PJ Weisberg > > > Not necessarily. In Emacs, we can specify that text be displayed > > aligned to a specific width in pixels. See the node "Specified Space" > > in the ELisp manual. Perhaps display of programming languages could > > use this feature to align program source even with proportional fonts. > > Something like the rule "after a string of two or more whitespace > characters, position the next character as if the preceeding text on > that line was monospaced"? Yes, not unlike what we do with font-lock.