From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Newsgroups: gmane.emacs.help Subject: Re: font display Date: Sun, 23 Oct 2005 01:47:07 +1000 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <8764rpmu4k.fsf@nospam.nomore> References: <87ach2m9bj.fsf@nospam.nomore> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129994231 4951 80.91.229.2 (22 Oct 2005 15:17:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Oct 2005 15:17:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 22 17:17:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETL6s-0006vD-JE for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Oct 2005 17:16:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETL6r-0004Uy-9E for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Oct 2005 11:16:37 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:Y2cAYsLfjIJH5Ood66Ag5Yjn91U= X-Original-NNTP-Posting-Host: 203.134.35.90 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 42 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1129993929 un-2park-reader-01.sydney.pipenetworks.com.au 13315 203.134.67.67:4679 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news.glorb.com!quokka.wn.com.au!token.pipenetworks.com!218.100.2.59.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:134888 Original-To: help-gnu-emacs@gnu.org 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:30473 Archived-At: Peter Dyballa writes: > Am 22.10.2005 um 07:04 schrieb John: > >> emacs -bg black -fg white -bw 0 -fn >> -*-lucida-medium-r-*-sans-14-140-*-75-p-81-iso8859-1 & >> > > A short answer: mathematical characters (glyphs) are outside the ISO > 8859-1 range. You could have more success with an iso10646-1 encoded > font. > my OP may have been not clear enough, the problem is not in the mathematical characters, but in lining up "location of" regular characters in their correct places when their is a line break. example x^2, that is x to the power of 2. would show in most fonts like this: 2 (this line has a space before the 2) x (this line does not have a space before the x) the problem when using my default font any number of spaces before the 2 could exist thus not presenting the correct value, the further from the beginning of the line the more spaces exist before the 2, i.e could vary depending on the length of the equation as well. > Beside this GNU Emacs is able to get the missing (mathematical) glyphs > (outside ISO 8859-1) from other fonts of your system, or using > etl-fixed. By creating fontsets you have the chance to direct GNU Emacs > to use the specified fonts in the Unicode ranges of interest. > > -- > Greetings > > Pete > > Build a man a fire and he'll be warm for a night, but set a man on fire > and he'll be warm for the rest of his life.