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 01:46:39 -0500 Message-ID: References: <87r4yoiaiv.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1327474013 29733 80.91.229.12 (25 Jan 2012 06:46:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2012 06:46:53 +0000 (UTC) Cc: sdl.web@gmail.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 07:46:49 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 1Rpwd2-00010w-VG for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 07:46:45 +0100 Original-Received: from localhost ([::1]:55858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpwd2-0005x3-0V for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 01:46:44 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpwcy-0005ws-Ue for emacs-devel@gnu.org; Wed, 25 Jan 2012 01:46:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rpwcx-00060W-TM for emacs-devel@gnu.org; Wed, 25 Jan 2012 01:46:40 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rpwcx-00060S-Qb for emacs-devel@gnu.org; Wed, 25 Jan 2012 01:46:39 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rpwcx-0003MM-Nq; Wed, 25 Jan 2012 01:46:39 -0500 In-reply-to: <87r4yoiaiv.fsf@gnu.org> (message from Chong Yidong on Wed, 25 Jan 2012 14:03:36 +0800) 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:147905 Archived-At: > From: Chong Yidong > Date: Wed, 25 Jan 2012 14:03:36 +0800 > Cc: emacs-devel@gnu.org > > Leo writes: > > > 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. What would be a less painful way of implementing the "wave" underlining?