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: Fri, 07 Jan 2022 14:41:40 +0200 Message-ID: <838rvr67ln.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> <83czl368j1.fsf@gnu.org> <87tuefwwre.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7623"; 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 Fri Jan 07 14:10:19 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 1n5p0d-0001mC-Kz for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Jan 2022 14:10:19 +0100 Original-Received: from localhost ([::1]:46690 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5p0c-0000lx-C8 for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Jan 2022 08:10:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5oZ9-0006a6-JC for emacs-devel@gnu.org; Fri, 07 Jan 2022 07:41:56 -0500 Original-Received: from [2001:470:142:3::e] (port=33880 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 1n5oZ8-0006Ul-Vo; Fri, 07 Jan 2022 07:41:55 -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=kr0dxBZ/ORAyaDq7YfTgh7hMqQI7n3eBjWrPVHwulrs=; b=e5eIDGutztJs +wv51yu3WPoCxVlIv8Qo/SzB2lk0XXUQl3/LZyaofGUvWGGN0Y2D2WZ0GzzlC5i8HR7kgh/yxVy5T /IuZqjrtoJjrrAVLHetQJPRFqxIANJuvrHeGoLdhqhE5R0tRl7nXVYQlR+Acf0DEAi6OrG0WR/8ft N+Lhbp1uJa1L2R6sNH41YOeDzUZ+FXUGxl7xWqygEEkfOj/jvW2k5d5w+abQgrciP+kimpQ2FbL2T EHOOL7G1tNni989LyYQt8+SdiM9oYXHEBEAqxMkfjj0PkN9vsXXeHo6k603W4i6vOMgq2lYKshlDx HAT2iHCOLlZLKhBDU5MH5g==; Original-Received: from [87.69.77.57] (port=4880 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 1n5oYd-00059y-Vs; Fri, 07 Jan 2022 07:41:53 -0500 In-Reply-To: <87tuefwwre.fsf@yahoo.com> (message from Po Lu on Fri, 07 Jan 2022 20:33:41 +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:284418 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Fri, 07 Jan 2022 20:33:41 +0800 > > Judging by the contents of that function, it's a hash of the internal > vector representation of a face, and not of a struct face itself. You've just understood the difference between the "Lisp face" and "realized face". Well, more or less, anyway.