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: Thu, 06 Jan 2022 10:44:23 +0200 Message-ID: <83r19l8d94.fsf@gnu.org> References: <87lezt5v7h.fsf.ref@yahoo.com> <87lezt5v7h.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31690"; 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 Thu Jan 06 09:44:59 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 1n5OOG-00082g-QN for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jan 2022 09:44:56 +0100 Original-Received: from localhost ([::1]:53546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5OOF-0001MM-Ng for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jan 2022 03:44:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5ONX-0000DL-5O for emacs-devel@gnu.org; Thu, 06 Jan 2022 03:44:11 -0500 Original-Received: from [2001:470:142:3::e] (port=37768 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 1n5ONW-000352-SY; Thu, 06 Jan 2022 03:44: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=F+Uxh4/tIsi+sUnSBKVtuMS06GoPem8gqyo1dTUMcCE=; b=sDUFdtxhaPVi rXbXgO1qC9fyjAsnC52Gt+lYUtdkooK5rvxShZ9aEBT5GPqrUTJKU9HWRSTWtN1RrUf3sbi7f3jSB l5lrXYcnckdhB7PksXNL77RrQm+ORWRqtfgNUxSoBWovAnQGy35NP0sY/MEwAixxkVCxMgKbdmiAq LEwHCj2OBYdUopEm1iu8bqxerBPsBh69HvvJIvFBYr1sPlY/c/DUUiz2xOx2ArjSwvaHZ7IHtm708 NOyIFMIHYenvsJxsO43qaTyFJ8OADkET+Eh9cmTirwcwPtbXo/gPX9FWf/Di1w201I2z9ZRpzcMOu 9l1lFSRCrcOAQipEXgr93w==; Original-Received: from [87.69.77.57] (port=1551 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 1n5ONW-0002VB-9g; Thu, 06 Jan 2022 03:44:11 -0500 In-Reply-To: <87lezt5v7h.fsf@yahoo.com> (message from Po Lu on Thu, 06 Jan 2022 12:44:50 +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:284296 Archived-At: > From: Po Lu > Date: Thu, 06 Jan 2022 12:44:50 +0800 > > > It would be more useful that way for people who rely on an underline at > the descent line to achieve a bordered effect on the modeline, but who > don't otherwise want that setting to be applied to text. Obviously, we > should keep the global setting for backwards compatibility, probably > with precedence over the face attribute. Are you proposing a change in the possible values of the :underline face attribute, or are you proposing a new face attribute?