From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: [Fwd: Re: Some letters get cut off] Date: Sat, 06 Aug 2005 15:46:25 +0200 Message-ID: <42F4BF31.3000802@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123337068 9919 80.91.229.2 (6 Aug 2005 14:04:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2005 14:04:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 06 16:04:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1PH0-000642-Sm for ged-emacs-devel@m.gmane.org; Sat, 06 Aug 2005 16:03:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1PJv-0002ar-3J for ged-emacs-devel@m.gmane.org; Sat, 06 Aug 2005 10:06:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1PHp-00021m-Db for emacs-devel@gnu.org; Sat, 06 Aug 2005 10:04:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1PHj-0001xM-KF for emacs-devel@gnu.org; Sat, 06 Aug 2005 10:04:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1PHj-0001VZ-Ci for emacs-devel@gnu.org; Sat, 06 Aug 2005 10:04:23 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E1PDc-0006uP-AZ for emacs-devel@gnu.org; Sat, 06 Aug 2005 10:00:08 -0400 Original-Received: from [192.168.123.121] (83.249.202.239) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B93717006E67A7 for emacs-devel@gnu.org; Sat, 6 Aug 2005 15:46:26 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Emacs Devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41597 I have forwarded both your messages to Emacs Devel. -------- Original Message -------- Subject: Re: Some letters get cut off Date: Sat, 06 Aug 2005 15:34:59 +0200 From: Eric Lilja Organization: Island, Linkoping University, Sweden To: help-gnu-emacs@gnu.org Newsgroups: gnu.emacs.help References: Eric Lilja wrote: > Hello, I'm using GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of > 2005-07-07 and I'm having a font problem. Some letters get their > width cut off at the right-hand side. Just a few pixels, but still > very annoying. The image found here exhibits the problem: > http://www-und.ida.liu.se/~mikas493/cutoff.png > > As you can see the D in HWND get cut off at a number of places, also > the K in CALLBACK. > > The problem occurs for both capital and non-capital letters, but may > be a bit more frequent for capital letters. > > The font setting in my .emacs file is as follows: > (set-default-font > "-outline-Crisp-normal-r-normal-normal-16-120-96-96-c-70-iso8859-1") > > I was hoping someone might have an idea what's wrong and an idea how > to fix it. I'm still very much a novice, I'm afraid. I tried upgrading to the very latest version of cvs emacs but that didn't solve the problem. But then I did solve the problem by reading up on the font itself...it didn't like the bold setting. > > Thanks for any replies! > > / E