From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Does face support underline other than a straight line? Date: Wed, 25 Jan 2012 14:03:36 +0800 Message-ID: <87r4yoiaiv.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327471433 15939 80.91.229.12 (25 Jan 2012 06:03:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2012 06:03:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 07:03: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 1RpvxV-0002zL-5X for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 07:03:49 +0100 Original-Received: from localhost ([::1]:52239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpvxU-0006Po-Ht for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 01:03:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpvxR-0006Pe-Mu for emacs-devel@gnu.org; Wed, 25 Jan 2012 01:03:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpvxQ-0000vd-8b for emacs-devel@gnu.org; Wed, 25 Jan 2012 01:03:45 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpvxQ-0000vY-0h for emacs-devel@gnu.org; Wed, 25 Jan 2012 01:03:44 -0500 Original-Received: from [155.69.18.169] (port=36750 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RpvxP-0003sI-98; Wed, 25 Jan 2012 01:03:43 -0500 In-Reply-To: (Leo's message of "Tue, 24 Jan 2012 18:00:18 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) 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:147902 Archived-At: 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.