unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "B. Anyos" <banyos@freemail.hu>
Subject: :overline face attribute fix -- again
Date: Wed, 20 Oct 2004 15:08:53 +0200	[thread overview]
Message-ID: <41766365.8030200@freemail.hu> (raw)

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

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

[-- Attachment #2: w32term.patch --]
[-- Type: text/plain, Size: 378 bytes --]

--- 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);
             }
         }

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2004-10-20 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-20 13:08 B. Anyos [this message]
2004-10-20 20:11 ` :overline face attribute fix -- again Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41766365.8030200@freemail.hu \
    --to=banyos@freemail.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).