From unknown Sun Aug 10 09:46:24 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#18129 <18129@debbugs.gnu.org> To: bug#18129 <18129@debbugs.gnu.org> Subject: Status: popup dialogs: bad alignment of buttons Reply-To: bug#18129 <18129@debbugs.gnu.org> Date: Sun, 10 Aug 2025 16:46:24 +0000 retitle 18129 popup dialogs: bad alignment of buttons reassign 18129 emacs submitter 18129 Carlos Pita severity 18129 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 28 10:19:08 2014 Received: (at submit) by debbugs.gnu.org; 28 Jul 2014 14:19:08 +0000 Received: from localhost ([127.0.0.1]:40885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBllW-0004EJ-RX for submit@debbugs.gnu.org; Mon, 28 Jul 2014 10:19:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40058) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBllP-0004Dk-JE for submit@debbugs.gnu.org; Mon, 28 Jul 2014 10:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBllJ-0001tm-On for submit@debbugs.gnu.org; Mon, 28 Jul 2014 10:18:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBllJ-0001ti-ML for submit@debbugs.gnu.org; Mon, 28 Jul 2014 10:18:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBllI-0002o0-Sf for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 10:18:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBllF-0001tC-4z for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 10:18:48 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:46618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBllE-0001t2-Sq for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 10:18:45 -0400 Received: by mail-lb0-f176.google.com with SMTP id u10so5883663lbd.35 for ; Mon, 28 Jul 2014 07:18:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=PeKZ9ntTxDQqgitaNInvIMVDdLXH4KHzUS5MWigC54I=; b=JcrkvI8lJnB9bueEdvO1wIbC6/waDUFXSTr8Y9WwhLI1nF1kV1DPQos4Q6CJu4yb8r 43vAyW6nhrDPuAitViAWqIaXcWU5B/0ToNDqtnk2n1QEfUIUKo1YLpCHNinEXRdMiVim VmfY2ZLuKBIf9L2FdluQsAYwdfSLSaIdYu5wTHjIuQYt4fdU5LCyYuuww4Ut/WWQ5Q+C aMAaIRx3OCgh0BT9cY2STFNr0Ih1TBlyF7Ies0+AiHUp1aPyCzmB4Ay4QDTZE0AeFaSn f1yadOf0MztR/uciV1hapWbIGWEgiriGZGm8Ok+HhYTAbUUhEy1p0T3sBVwxTw2eXv7t Yx6g== X-Received: by 10.152.25.162 with SMTP id d2mr9927868lag.82.1406557123267; Mon, 28 Jul 2014 07:18:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.137.38 with HTTP; Mon, 28 Jul 2014 07:18:23 -0700 (PDT) From: Carlos Pita Date: Mon, 28 Jul 2014 11:18:23 -0300 Message-ID: Subject: popup dialogs: bad alignment of buttons To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=089e0158c776b0541904ff41998f X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) --089e0158c776b0541904ff41998f Content-Type: text/plain; charset=UTF-8 See for example the left button produced by this: (x-popup-dialog t '("This is a loooooooooooooooooooooooooooooooooooooong question" ("Yes" . "yes") ("No" . "no"))) While the right button is just by the border of the dialog, the left one is far from the left border. Seems to be a maximum width for the stretching of the space between buttons. Tested in gtk3. --089e0158c776b0541904ff41998f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
See for example the left button produced by this:
=
(x-popup-dialog t=C2=A0 '("This is a loooooooooooooooooooooooo= oooooooooooooong question" ("Yes" . "yes") ("= No" . "no")))

While the right button is just by the border of the dialog, = the left one is far from the left border.

Seems to be a m= aximum width for the stretching of the space between buttons.

Tested in gtk3.


--089e0158c776b0541904ff41998f-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 31 20:18:38 2014 Received: (at 18129) by debbugs.gnu.org; 1 Aug 2014 00:18:38 +0000 Received: from localhost ([127.0.0.1]:53430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XD0YQ-0003lj-9D for submit@debbugs.gnu.org; Thu, 31 Jul 2014 20:18:38 -0400 Received: from mail-vc0-f175.google.com ([209.85.220.175]:50390) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XD0YO-0003lW-3V for 18129@debbugs.gnu.org; Thu, 31 Jul 2014 20:18:36 -0400 Received: by mail-vc0-f175.google.com with SMTP id ik5so5482688vcb.20 for <18129@debbugs.gnu.org>; Thu, 31 Jul 2014 17:18:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=RRyBI76byYHSGmZLxFR/GIqCgS+stq6eu3LiYW0zVMo=; b=doIniM715x5m92uzpqJkg5h6BzWYJLpWyLJdCWY3vsD2LeA992KRVN0P4ms7G4OxOu NGm3ed8UtL5KxBGYl+u0x/FU/3q0EPddF+P3zAYxmlx616DWZtiA7Qgae9rjlqdIMStr veeuOhC9KbezKE7Bu/8TiPe78wb9ctc3+TlghNF/cYku8kOK/H0hIJUziwXeoF9vvv0B QqXDXFTLS1LGxxIcUBUmeM+IvyWiLQUpnlp13Qi3Dz7BSFgv4DPEXgRaN4xuVqjQmurC RdyMjV4QCu6IyZl88xZRwVtGSKD4ZZ+vdWSaZVngKGOZHeyRE2Um6qMvMRDqMCr4WHWv Hotg== X-Received: by 10.52.52.136 with SMTP id t8mr1818604vdo.21.1406852310254; Thu, 31 Jul 2014 17:18:30 -0700 (PDT) Received: from memeplex ([190.18.155.203]) by mx.google.com with ESMTPSA id yx13sm17288372vdc.12.2014.07.31.17.18.26 for <18129@debbugs.gnu.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jul 2014 17:18:29 -0700 (PDT) From: Carlos Pita To: 18129@debbugs.gnu.org Subject: Re: bug#18129: popup dialogs: bad alignment of buttons References: Date: Thu, 31 Jul 2014 21:18:32 -0300 In-Reply-To: (Carlos Pita's message of "Mon, 28 Jul 2014 11:18:23 -0300") Message-ID: <87egx1rrjb.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18129 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) Carlos Pita writes: Additional details, just in case (although I've seen the same problem in any gtk3 installation I used): In GNU Emacs 24.3.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2014-07-24 on memeplex Windowing system distributor `The X.Org Foundation', version 11.0.11502000 Configured using: `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=gtk3 --with-xft 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' > See for example the left button produced by this: > > (x-popup-dialog t '("This is a loooooooooooooooooooooooooooooooooooooong > question" ("Yes" . "yes") ("No" . "no"))) > > While the right button is just by the border of the dialog, the left one is > far from the left border. > > Seems to be a maximum width for the stretching of the space between buttons. > > Tested in gtk3. From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 02 09:33:44 2014 Received: (at 18129-done) by debbugs.gnu.org; 2 Aug 2014 13:33:44 +0000 Received: from localhost ([127.0.0.1]:54628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XDZRO-0004wu-Iv for submit@debbugs.gnu.org; Sat, 02 Aug 2014 09:33:43 -0400 Received: from mailfe06.swip.net ([212.247.154.161]:34946 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XDZRH-0004wZ-4r for 18129-done@debbugs.gnu.org; Sat, 02 Aug 2014 09:33:36 -0400 X-T2-Spam-Status: No, hits=-0.5 required=5.0 tests=BAYES_05 Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 518777150; Sat, 02 Aug 2014 15:33:27 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: bug#18129: popup dialogs: bad alignment of buttons From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <87egx1rrjb.fsf@gmail.com> Date: Sat, 2 Aug 2014 15:33:26 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <87egx1rrjb.fsf@gmail.com> To: Carlos Pita X-Mailer: Apple Mail (2.1878.6) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18129-done Cc: 18129-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.0 (/) Hello. I've fixed it in the trunk. Jan D. 1 aug 2014 kl. 02:18 skrev Carlos Pita : > Carlos Pita writes: >=20 > Additional details, just in case (although I've seen the same problem = in > any gtk3 installation I used): >=20 > In GNU Emacs 24.3.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) > of 2014-07-24 on memeplex > Windowing system distributor `The X.Org Foundation', version = 11.0.11502000 > Configured using: > `configure --prefix=3D/usr --sysconfdir=3D/etc --libexecdir=3D/usr/lib > --localstatedir=3D/var --with-x-toolkit=3Dgtk3 --with-xft > 'CFLAGS=3D-march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe = -fstack-protector-strong > --param=3Dssp-buffer-size=3D4' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 > LDFLAGS=3D-Wl,-O1,--sort-common,--as-needed,-z,relro' >=20 >=20 >=20 >> See for example the left button produced by this: >>=20 >> (x-popup-dialog t '("This is a = loooooooooooooooooooooooooooooooooooooong >> question" ("Yes" . "yes") ("No" . "no"))) >>=20 >> While the right button is just by the border of the dialog, the left = one is >> far from the left border. >>=20 >> Seems to be a maximum width for the stretching of the space between = buttons. >>=20 >> Tested in gtk3. >=20 >=20 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 16 15:03:57 2014 Received: (at 18129) by debbugs.gnu.org; 16 Aug 2014 19:03:57 +0000 Received: from localhost ([127.0.0.1]:44812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XIjGf-0008Af-At for submit@debbugs.gnu.org; Sat, 16 Aug 2014 15:03:57 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:46345) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XIjGb-0008AM-Ql for 18129@debbugs.gnu.org; Sat, 16 Aug 2014 15:03:54 -0400 Received: by mail-lb0-f176.google.com with SMTP id u10so2861449lbd.7 for <18129@debbugs.gnu.org>; Sat, 16 Aug 2014 12:03:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=mbf+1sxFxmcJ2l7r15ZXtf98YfILvKC890DWCkWEcC0=; b=ujldoXxVXK13vmBWaByTcJ0JGGD7MOHP5BsbdUGYHm8BoEazau9REVX8lWS9M2cotV 5cwRUaCQbpj84AqReIleDQjIruUd8xiZOz2Z62cIR+C3YPq64XXVOr6EJ7HXZ247ywog Efmvi613eI1yP0Q45Oe2bl2D4YBsPB0aw3q7uqspHpfVcEUgZC1e6VlrKc+wQ2rRw7KP eKL1PAwVNqvnrYLS/BvmWcGx0LY9cKayguAa08PQ0pguZf6oAure08Qw9cugzjlXn8F+ Cx2z0bT8/wTKZjtXIygCp46KRJ8zF4cKj4CwPiIDTWV+ocO52h2+XeZxYMBWQjVC6mm2 KM5Q== X-Received: by 10.152.36.73 with SMTP id o9mr17448765laj.88.1408215827599; Sat, 16 Aug 2014 12:03:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.72.163 with HTTP; Sat, 16 Aug 2014 12:03:27 -0700 (PDT) From: Carlos Pita Date: Sat, 16 Aug 2014 16:03:27 -0300 Message-ID: Subject: To: 18129@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Jan, I'm still seeing this in the latest pretest: GNU Emacs 24.3.93.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-08-16 on localhost [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (carlosjosepita[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.176 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Debbugs-Envelope-To: 18129 Cc: "Jan D." X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Jan, I'm still seeing this in the latest pretest: GNU Emacs 24.3.93.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-08-16 on localhost [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.176 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (carlosjosepita[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid Jan, I'm still seeing this in the latest pretest: GNU Emacs 24.3.93.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-08-16 on localhost From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 16 17:53:39 2014 Received: (at 18129) by debbugs.gnu.org; 16 Aug 2014 21:53:39 +0000 Received: from localhost ([127.0.0.1]:44931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XIlut-0005oB-3n for submit@debbugs.gnu.org; Sat, 16 Aug 2014 17:53:39 -0400 Received: from mailfe07.swip.net ([212.247.154.193]:52518 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XIlup-0005nw-UX for 18129@debbugs.gnu.org; Sat, 16 Aug 2014 17:53:37 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 523877695; Sat, 16 Aug 2014 23:53:28 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: From: "Jan D." X-Mailer: iPad Mail (11D257) In-Reply-To: Date: Sat, 16 Aug 2014 23:53:28 +0200 Content-Transfer-Encoding: 7bit Message-Id: <14FAC2FE-4436-4805-B054-8D5CA2D21CFD@swipnet.se> References: To: Carlos Pita X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18129 Cc: "18129@debbugs.gnu.org" <18129@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.0 (/) As this is not a regression, it is not fixed in the pretest, just the trunk. Jan D. > 16 aug 2014 kl. 21:03 skrev Carlos Pita : > > Jan, I'm still seeing this in the latest pretest: > > > GNU Emacs 24.3.93.1 (i686-pc-linux-gnu, GTK+ Version 3.12.2) > of 2014-08-16 on localhost From unknown Sun Aug 10 09:46:24 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, 14 Sep 2014 11:24:03 +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