From unknown Thu Sep 11 16:22:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67713 <67713@debbugs.gnu.org> To: bug#67713 <67713@debbugs.gnu.org> Subject: Status: [PATCH] 30.0.50; Small change to display.texi Reply-To: bug#67713 <67713@debbugs.gnu.org> Date: Thu, 11 Sep 2025 23:22:19 +0000 retitle 67713 [PATCH] 30.0.50; Small change to display.texi reassign 67713 emacs submitter 67713 Arash Esbati severity 67713 normal tag 67713 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 08 11:03:29 2023 Received: (at submit) by debbugs.gnu.org; 8 Dec 2023 16:03:29 +0000 Received: from localhost ([127.0.0.1]:45832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdK5-00046j-Et for submit@debbugs.gnu.org; Fri, 08 Dec 2023 11:03:29 -0500 Received: from lists.gnu.org ([2001:470:142::17]:38734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdK3-00046O-Ac for submit@debbugs.gnu.org; Fri, 08 Dec 2023 11:03:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBdJk-0001Mj-JS for bug-gnu-emacs@gnu.org; Fri, 08 Dec 2023 11:03:08 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBdJi-0003GF-Ly for bug-gnu-emacs@gnu.org; Fri, 08 Dec 2023 11:03:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=8Vkm0p4xhlF56ZX4mpie63Qlvi7N8LnuP5JaosSIqEg=; b=U93xFLb1aPD1wr 5PbuXKfVV5zbqvVqKIfEc+FItA+W+ujmqFI20P2wL4JvVaJ2jTJ6cBsbnKxq2gDu4I0CsmYLRWCAs KiEnssLd/Y/cv8XOxM3G4JpDRrIFNhtWb1Ii+F7ttrhVo8uLqIVMo+skfaQDhnucCZueGUDRGnPSZ OT1DBaDBLjnysWgm+fr/bFuYHw/EaVQl7V8xFPDlaoGP1AUVGzJIiHhCOTQKr8nimusfRYJZ27gtZ 1JBtk9HaRmxJ5OECEHGYNaLBlPLmiRniPWcj1obDLrpLwkEnvM3Nr9vKZlhG4xOAuoqvisJpPclju pMirj4+X+nF8qaLSQYsQ==; From: Arash Esbati To: "emacs-bugs" Subject: [PATCH] 30.0.50; Small change to display.texi Date: Fri, 08 Dec 2023 17:03:03 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi all, I'd like to suggest a small change to display.texi where the text follows the code in line 2725 (line break added for legibility): @item @code{(:line-width (@var{vwidth} . @var{hwidth}) :color @var{color} :style @var{style})} --8<---------------cut here---------------start------------->8--- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 4dbb4afb20d..2056b8552da 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2735,16 +2735,16 @@ Face Attributes single number @var{n} instead of a list, such case is equivalent to @code{((abs @var{n}) . @var{n})}. +The value @var{color} specifies the color to draw with. The default +is the background color of the face for 3D boxes and +@code{flat-button}, and the foreground color of the face for other +boxes. + The value @var{style} specifies whether to draw a 3D box. If it is @code{released-button}, the box looks like a 3D button that is not being pressed. If it is @code{pressed-button}, the box looks like a 3D button that is being pressed. If it is @code{nil}, @code{flat-button} or omitted, a plain 2D box is used. - -The value @var{color} specifies the color to draw with. The default -is the background color of the face for 3D boxes and -@code{flat-button}, and the foreground color of the face for other -boxes. @end table @item :inverse-video --8<---------------cut here---------------end--------------->8--- Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 08 11:26:55 2023 Received: (at 67713) by debbugs.gnu.org; 8 Dec 2023 16:26:55 +0000 Received: from localhost ([127.0.0.1]:45864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdgl-0005FJ-1q for submit@debbugs.gnu.org; Fri, 08 Dec 2023 11:26:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdgj-0005Eu-Gx for 67713@debbugs.gnu.org; Fri, 08 Dec 2023 11:26:53 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBdgR-00070w-6a for 67713@debbugs.gnu.org; Fri, 08 Dec 2023 11:26:35 -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=uecBXoOJXufU4VfX/d0EnI4GdktkToPfJRYxt62SuaM=; b=BTqMZf8f80lZ e0skVMHbbgIcS67rCRnZMR68MXqPGGWLwWlt8BTDPRo1yOyxk7kvb7JHL1zDtOCY1DL7odJ8fHLx9 t1JVtZ2UPKtC1IgiDWiNRI/v70aHAL1LbDiUM+BNvN0Z0+4lJAP7ign/zmlEikHtrxb4f39Kmq0Rh bu2Dn53QleCNP0X5enipbSvhtM1opxVsEkN20OAOM45RQ0hqNkd+NdYhV3dB7WQn3P3dz0/f2ld3b 7UcOtYovDoqcPp1FEpBGk2+M8Z+nTVNDtZ9ztnyuYjKMbX956kRFigSOaWt4X7Jx3gIE1Hwxh2jYl +6zRrnQ132qtbrDsBHqU3Q==; Date: Fri, 08 Dec 2023 18:26:28 +0200 Message-Id: <83fs0czmmj.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: (message from Arash Esbati on Fri, 08 Dec 2023 17:03:03 +0100) Subject: Re: bug#67713: [PATCH] 30.0.50; Small change to display.texi References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67713 Cc: 67713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Arash Esbati > Date: Fri, 08 Dec 2023 17:03:03 +0100 > > I'd like to suggest a small change to display.texi where the text > follows the code in line 2725 (line break added for legibility): > > @item @code{(:line-width (@var{vwidth} . @var{hwidth}) > :color @var{color} :style @var{style})} Thanks, but why is it so important to follow the order in the @item? From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 08 11:43:32 2023 Received: (at 67713) by debbugs.gnu.org; 8 Dec 2023 16:43:32 +0000 Received: from localhost ([127.0.0.1]:45902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdwq-00062a-7p for submit@debbugs.gnu.org; Fri, 08 Dec 2023 11:43:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBdwo-000628-NY for 67713@debbugs.gnu.org; Fri, 08 Dec 2023 11:43:31 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBdwW-0006Wv-8t for 67713@debbugs.gnu.org; Fri, 08 Dec 2023 11:43:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=1c3d12Scf/Ali4Ef8EuWcTsTedo3yiOUy79rlM9nhG0=; b=R17wwWiccXBOED1ezVxZ yrSy4kmfpBcoLfDemnBHkho+R+BDMJtsrsSV7xLRpEg2A81CGBPr+G2obDwdM8fhwsLLN5Ff9l/q0 EM7kDA4cgc8p11UGmK5k1IgdfmT8pgwf1ceuU2rhflGLJd1JsrsJ9H20f69GYZLDrkdKqQ0QlxMh0 A4zms/ae4l1mDzHlGzJSvE5qozdmHg2LqS5qalExOaMcS9Wq5emjdFVJaNqoAlsbT0XhmBKyA2V9l uVXfGoxAPgirOEyldV5w6F3bWGNWFx8IVTCU/q/4PiuHe3iNVMWknXSo+PhAPcm40tywvaQvXSUBJ ob8NWlR5t+YOZw==; From: Arash Esbati To: Eli Zaretskii Subject: Re: bug#67713: [PATCH] 30.0.50; Small change to display.texi In-Reply-To: <83fs0czmmj.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 08 Dec 2023 18:26:28 +0200") References: <83fs0czmmj.fsf@gnu.org> Date: Fri, 08 Dec 2023 17:43:09 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67713 Cc: 67713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eli Zaretskii writes: > Thanks, but why is it so important to follow the order in the @item? One point (which is minor) is that my brain can parse that information easier if they are in order. The major point is that couple of lines above in display.texi (and also in other places in the manual), the information is provided in that order: @item @code{(:color @var{color} :style @var{style} :position @var{position})} @var{color} is either a string, or the symbol @code{foreground-color}, meaning the foreground color of the face. Omitting the attribute @code{:color} means to use the foreground color of the face. @var{style} should be a symbol @code{line} or @code{wave}, meaning to use a straight or wavy line. Omitting the attribute @code{:style} means to use a straight line. @var{position}, if non-@code{nil}, means to display the underline at the descent of the text, instead of at the baseline level. If it is a number, then it specifies the amount of pixels above the descent to display the underline. But I'm easy, feel free to reject; it is really a minor issue. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 09 06:07:06 2023 Received: (at 67713-done) by debbugs.gnu.org; 9 Dec 2023 11:07:06 +0000 Received: from localhost ([127.0.0.1]:46868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBvAm-0000yd-5B for submit@debbugs.gnu.org; Sat, 09 Dec 2023 06:07:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBvAj-0000y9-Ho for 67713-done@debbugs.gnu.org; Sat, 09 Dec 2023 06:07:02 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBvAQ-0007oh-Hm for 67713-done@debbugs.gnu.org; Sat, 09 Dec 2023 06:06:42 -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=PsZGtlBTbXHPhTitBG9NxEx9lVM0hiopTHn0sMZXqLI=; b=YzjUJ4gGmF8d VoXOQ66zwWPjTjoe08HZjOUMI6cFxPuC6uNNjwiZI2bsKAxtbT1w2KRX0B5OeL0aKAf6p+jgyoNnk 0afUDGqCbgfbEuoiNtHeZ9PamBT1hMDzGZedpNM4xKXpbBOWcfBBIu/vjoGAynZGrhCpKQtUblSrs oaSxHRE9DKquGQUNzzj02SiNS0MjXmgbGHD9/HU5Hy+nwhJem4L8XOVwOI4y8JHSG2UNhKju96jwb YDso1oXvgK4dNl9JtFSXfVNN37StWlHwJXMmPXvjYYfkKK6hFVEQ4i3oq/u0x68KvlyIRudV39qHK ZEVzQ0IaRvAfnI65Ybb3yw==; Date: Sat, 09 Dec 2023 13:06:26 +0200 Message-Id: <83bkazy6rx.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: (message from Arash Esbati on Fri, 08 Dec 2023 17:43:09 +0100) Subject: Re: bug#67713: [PATCH] 30.0.50; Small change to display.texi References: <83fs0czmmj.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67713-done Cc: 67713-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Arash Esbati > Cc: 67713@debbugs.gnu.org > Date: Fri, 08 Dec 2023 17:43:09 +0100 > > Eli Zaretskii writes: > > > Thanks, but why is it so important to follow the order in the @item? > > One point (which is minor) is that my brain can parse that information > easier if they are in order. The major point is that couple of lines > above in display.texi (and also in other places in the manual), the > information is provided in that order: > > @item @code{(:color @var{color} :style @var{style} :position @var{position})} > @var{color} is either a string, or the symbol @code{foreground-color}, > meaning the foreground color of the face. Omitting the attribute > @code{:color} means to use the foreground color of the face. > @var{style} should be a symbol @code{line} or @code{wave}, meaning to > use a straight or wavy line. Omitting the attribute @code{:style} > means to use a straight line. @var{position}, if non-@code{nil}, means to > display the underline at the descent of the text, instead of at the > baseline level. If it is a number, then it specifies the amount of > pixels above the descent to display the underline. > > But I'm easy, feel free to reject; it is really a minor issue. I installed this on the emacs-29 branch, and I'm closing this bug. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 09 08:49:06 2023 Received: (at 67713-done) by debbugs.gnu.org; 9 Dec 2023 13:49:06 +0000 Received: from localhost ([127.0.0.1]:47014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBxhZ-0000Cw-Ox for submit@debbugs.gnu.org; Sat, 09 Dec 2023 08:49:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBxhX-0000Bl-Ld for 67713-done@debbugs.gnu.org; Sat, 09 Dec 2023 08:49:04 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBxhE-0002OK-MZ for 67713-done@debbugs.gnu.org; Sat, 09 Dec 2023 08:48:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=itUtc5NNt+mgImJGTJt+bPSoU+bVSv9eYpV2e08IQtQ=; b=Yrk08pMY0zwQ+e1Bzk6a +8bou9/SzhNz9gXuwTBjbSSTEEFmrno+0mYywakJBZ/DViIix3nLxHpIHWM2gB/V7Nurf/BzB4lCO 0wX+q6rNccY/fENGnHUuhMBfvSRMXEEhsxAiKDdSOqzoXAynFMDas37XXFlZ/s0u/tvzNa6yI30lq aEfqsGj70dQlCuYWG3iK74dy90cdBDCoGXYuDEKdXZIioXoR8YWcF6atbSn/fFdGziq1Zn7WjoR4I a6C7QfMr92PQGdDE71f+Gx17LyBQGq4j7Mi1t1lhS6LbpcUZtcSmNk7fnqTiIfXfxxNK8ucWiJXAL xsjTjyauF2L5Vw==; From: Arash Esbati To: Eli Zaretskii Subject: Re: bug#67713: [PATCH] 30.0.50; Small change to display.texi In-Reply-To: <83bkazy6rx.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 09 Dec 2023 13:06:26 +0200") References: <83fs0czmmj.fsf@gnu.org> <83bkazy6rx.fsf@gnu.org> Date: Sat, 09 Dec 2023 14:48:40 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67713-done Cc: 67713-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eli Zaretskii writes: > I installed this on the emacs-29 branch, and I'm closing this bug. Thanks. Best, Arash From unknown Thu Sep 11 16:22:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Jan 2024 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator