From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "B. Anyos" Newsgroups: gmane.emacs.devel Subject: :overline face attribute fix -- again Date: Wed, 20 Oct 2004 15:08:53 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <41766365.8030200@freemail.hu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010306070007080000060707" X-Trace: sea.gmane.org 1098278639 2017 80.91.229.6 (20 Oct 2004 13:23:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 13:23:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 20 15:23:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKGRU-0004oN-00 for ; Wed, 20 Oct 2004 15:23:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKGYs-0000TE-Q2 for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2004 09:31:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKGYh-0000Sj-Sz for emacs-devel@gnu.org; Wed, 20 Oct 2004 09:31:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKGYh-0000SG-0I for emacs-devel@gnu.org; Wed, 20 Oct 2004 09:31:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKGYg-0000RJ-HI for emacs-devel@gnu.org; Wed, 20 Oct 2004 09:31:18 -0400 Original-Received: from [81.0.70.197] (helo=evo2.evosoft.hu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CKGPX-0002vF-J5 for emacs-devel@gnu.org; Wed, 20 Oct 2004 09:21:52 -0400 Original-Received: from evosoft.hu (griff.evosoft.hu [172.16.110.26]) by evo2.evosoft.hu (8.12.9p2/8.12.9) with ESMTP id i9KD7Iou000271 for ; Wed, 20 Oct 2004 15:07:18 +0200 (CEST) (envelope-from banyos@freemail.hu) Original-Received: from [172.16.111.121] (banyos2.evosoft.hu [172.16.111.121]) by evosoft.hu (8.12.3/8.12.3) with ESMTP id i9KD7BLS008243 for ; Wed, 20 Oct 2004 15:07:12 +0200 (CEST) (envelope-from banyos@freemail.hu) User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-evosoft-evo2-MailScanner-Information: Please contact the ISP for more information X-evosoft-evo2-MailScanner: Found to be clean 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28663 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28663 This is a multi-part message in MIME format. --------------010306070007080000060707 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, There's been a long existing bug/typo with the mentioned attribute on Win32 only. I already submitted a fix weeks ago but nobody took the effort to patch the file ? Would anyone please incorporate this fix into the upcoming release. It would be nice to have this solved. For reference I attached the patch again. Thanks in advance, Bela --------------010306070007080000060707 Content-Type: text/plain; name="w32term.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="w32term.patch" --- w32term.c Fri Aug 20 12:34:12 2004 +++ w32term.c.new Mon Aug 23 08:51:08 2004 @@ -2506,7 +2506,7 @@ } else { - w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x, + w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x, s->y + dy, s->width, h); } } --------------010306070007080000060707 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --------------010306070007080000060707--