From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Making `x-underline-at-descent-line' a face attribute Date: Mon, 10 Jan 2022 19:41:01 +0200 Message-ID: <834k6ba3pu.fsf@gnu.org> References: <87lezt5v7h.fsf.ref@yahoo.com> <87lezt5v7h.fsf@yahoo.com> <83r19l8d94.fsf@gnu.org> <87wnjd434b.fsf@yahoo.com> <83ee5l8433.fsf@gnu.org> <877dbd3vdk.fsf@yahoo.com> <8335m17z17.fsf@gnu.org> <87tueg1iei.fsf@yahoo.com> <83zgo858a2.fsf@gnu.org> <871r1kyq3e.fsf@yahoo.com> <83mtk854rt.fsf@gnu.org> <877dbbyffx.fsf@yahoo.com> <87mtk5viuy.fsf@yahoo.com> <878rvnrhcf.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22932"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 10 18:43:18 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n6yhR-0005lt-RX for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Jan 2022 18:43:18 +0100 Original-Received: from localhost ([::1]:42054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n6yhQ-0002Lv-A4 for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Jan 2022 12:43:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6yfO-0000mP-DA for emacs-devel@gnu.org; Mon, 10 Jan 2022 12:41:14 -0500 Original-Received: from [2001:470:142:3::e] (port=52134 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6yfO-0004Wu-1D; Mon, 10 Jan 2022 12:41:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+vSO3QK6PxMXkf8irzKiFLevcowSuN128n1cKhT8rRg=; b=afNuf4g0TAIR BakuUVSWBOOya7hv9Sd70e2syDE0go1n/nkUBA7XO0puW9kQATdKmrG1ZAkk/AzCl0H7UlTDTaI2B Dvg2QgJLmfgiLc/fP6gq/geDgYoXoBdlS/mwII4se/Y0CP9DRq8cpEtbeBv1c3POeCrlDMGVUaZM1 tOaYFmxwcaYYAKk6Vo61F41t72zgZftWGWH0TzT+lJqfAbZMhVXGPBBC5c/8O2WRra6vX1OiuqJ07 8VVxibrEy632Tn9+I0BQryNS6Oey6dy2/WQn1kwe69hDMw5c3f2+dEZu/gdNYuilRDOLy9R/0RS8W Pg1X6HV6ha6n4n8pgcLYWQ==; Original-Received: from [87.69.77.57] (port=3571 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6yfN-0002z0-OH; Mon, 10 Jan 2022 12:41:10 -0500 In-Reply-To: <878rvnrhcf.fsf@yahoo.com> (message from Po Lu on Mon, 10 Jan 2022 18:54:40 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:284542 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Mon, 10 Jan 2022 18:54:40 +0800 > > Po Lu writes: > > > Po Lu writes: > > > >> Thanks, I implemented that, though I haven't written any documentation > >> yet. It would be nice if someone could test the attached diff on > >> MS-Windows. > > > > Does it work for everyone? If it does, I'll write the documentation and > > install it, if nobody minds. > > That was two days ago, so I'll assume nobody minds and install this > soon. It works on NS, Haiku and X, at the very least. Can you post some tests to run and see if it works OK? Thanks.