From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Does face support underline other than a straight line? Date: Wed, 25 Jan 2012 02:13:21 -0500 Message-ID: References: <87r4yoiaiv.fsf@gnu.org> <8739b446qj.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1327475618 6268 80.91.229.12 (25 Jan 2012 07:13:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2012 07:13:38 +0000 (UTC) Cc: cyd@gnu.org, sdl.web@gmail.com, emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 08:13:34 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rpx2z-0002D0-IP for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 08:13:33 +0100 Original-Received: from localhost ([::1]:48689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpx2z-0001YO-18 for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 02:13:33 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpx2s-0001YG-9A for emacs-devel@gnu.org; Wed, 25 Jan 2012 02:13:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rpx2o-0000eT-8R for emacs-devel@gnu.org; Wed, 25 Jan 2012 02:13:26 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpx2o-0000eO-5k for emacs-devel@gnu.org; Wed, 25 Jan 2012 02:13:22 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rpx2n-0007gD-U3; Wed, 25 Jan 2012 02:13:21 -0500 In-reply-to: <8739b446qj.fsf@uwakimon.sk.tsukuba.ac.jp> (stephen@xemacs.org) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147907 Archived-At: > From: "Stephen J. Turnbull" > Date: Wed, 25 Jan 2012 15:49:08 +0900 > Cc: Leo , emacs-devel@gnu.org > > Chong Yidong writes: > > Leo writes: > > > > > Hello, > > > > > > I found in other editors something like this: > > > > > > ie they support wave underline. I am curious whether emacs can do this > > > too? > > > > I think implementing this would be a pain in the butt, since underlining > > is currently done with primitive X calls. > > If Emacs supports background pixmaps to attach to faces, then it > should be possible to create an appropriate pixmap on the fly. We have the :stipple attribute of faces; is that what you mean?