all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: aaditya sood <aaditya@sood.net.in>
Cc: emacs-devel@gnu.org
Subject: Re: alpha support for colors
Date: Tue, 30 Oct 2012 19:43:01 +0200	[thread overview]
Message-ID: <83pq3z7t5m.fsf@gnu.org> (raw)
In-Reply-To: <loom.20121030T055733-613@post.gmane.org>

> From: aaditya sood <aaditya@sood.net.in>
> Date: Tue, 30 Oct 2012 05:02:56 +0000 (UTC)
> 
> If I wanted to start work on it:
> 
> 1. Where should I begin?

By publishing the proposed APIs and the use cases you want to support.
What you said until now is not detailed enough, IMO.

> 2. Is it even do-able in terms of complexity, or will it touch the fabled and 
>     scary redisplay engine?

If all you want is a way to create faces by alpha-blending other
faces, then the display engine doesn't need to be touched at all.  The
display engine doesn't care about faces, they are just small numbers
as far as display is concerned.  The part that does care are the
terminal-specific back-ends: xterm.c/xfns.c, w32term.c/w32fns.c, etc.
That is where you will need to make changes to introduce support for
alpha.

However, since I don't really understand what features do you want to
support, the above might miss the point completely.



      parent reply	other threads:[~2012-10-30 17:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29 20:19 alpha support for colors aaditya sood
2012-10-30  1:52 ` Chong Yidong
2012-10-30  5:02   ` aaditya sood
2012-10-30  5:07     ` Masatake YAMATO
2012-10-30  6:51     ` joakim
2012-10-30  7:37       ` aaditya sood
2012-10-30 13:28         ` Stefan Monnier
2012-10-30 17:45         ` Eli Zaretskii
2012-10-31  2:06           ` Stephen J. Turnbull
2012-10-31  4:00             ` Eli Zaretskii
2012-10-30 17:43     ` Eli Zaretskii [this message]

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

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

  git send-email \
    --in-reply-to=83pq3z7t5m.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=aaditya@sood.net.in \
    --cc=emacs-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.