From unknown Wed Jun 18 23:07: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#37792 <37792@debbugs.gnu.org> To: bug#37792 <37792@debbugs.gnu.org> Subject: Status: [PATCH] Fix tree-widget image creation Reply-To: bug#37792 <37792@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:07:19 +0000 retitle 37792 [PATCH] Fix tree-widget image creation reassign 37792 emacs submitter 37792 Eugene Apollonsky severity 37792 normal tag 37792 fixed patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 17 10:42:41 2019 Received: (at submit) by debbugs.gnu.org; 17 Oct 2019 14:42:41 +0000 Received: from localhost ([127.0.0.1]:48638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iL6zB-0006l0-5p for submit@debbugs.gnu.org; Thu, 17 Oct 2019 10:42:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:39464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iL6Kh-0005iE-8V for submit@debbugs.gnu.org; Thu, 17 Oct 2019 10:00:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42044) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL6Kf-0003L3-VS for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 10:00: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.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL6Ke-0005LG-VC for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 10:00:49 -0400 Received: from mail-qt1-x833.google.com ([2607:f8b0:4864:20::833]:33819) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL6Ke-0005L9-Q5 for bug-gnu-emacs@gnu.org; Thu, 17 Oct 2019 10:00:48 -0400 Received: by mail-qt1-x833.google.com with SMTP id 3so3746264qta.1 for ; Thu, 17 Oct 2019 07:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6ZgvrfETJrn3mgiVsO3+UgiIdubt3NiYrHIAz0E6lT8=; b=D9JFeeVSeSWzlpvWJz2nW50pjNLNwVZDt9yOYYPF8zfIz4AXRzc4fNOP6PiJeAJMRH 852smMpz2Q7WLpT3NdF48rTrMDKW7MnnxH442H9D2mukHzJ7JzgM0m7WPQ0sBQrJ9lPP caD5JlKWwu7slyLBS6kp6wz/LdIx82obHup/NOpYwaPbRepmmBtIYO/kAIqe6s1xt8C2 2iGNGfBu5grQu10YN36K+TMfLyc6yeNzBfUrrMaxe05ry6GrBZ823nl2ieFu+Dn3QMDa 99sVPlONTmVPJBMFuPnqcXwN4+Wuq+DZ/g3V07JKYmRCv6WHK4LCsSDJqUVFq9QEX00u RaBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6ZgvrfETJrn3mgiVsO3+UgiIdubt3NiYrHIAz0E6lT8=; b=Uza8csWPiCpzjPv2FXoN49rxccOOkHYQidXE9P+laaG/AvXT+cWO6aVch58OiLUnJe h2xe6xuzHu8dG4tOH92SuArHZtQosH53H2KuZLzsgJPD8m/lbKSaqk8M8tbg5PGzZNZs PX17M1tTMDT9FstIYKQdJlPOucfNZAsSlG4a6goLEtAUOXxowGVEb5Cjd4UTEkkeP+x/ YwPIrYt8SZm6Sg53/EMqQrgx8/yw1lL6grHIT1ruUElc/iJ6iAl1i9+lSLmrdBSWvF1K 9hYiP6hAZdwMBVWdtU5cSjA7J6v+a7JAiW6rusk6jSps1xXuKv6AfU6fJz7+8XfTLQQB tKlQ== X-Gm-Message-State: APjAAAUI0G9AsKLTP2K1AekzyFTNQwt5NJkAUwOtCdKGWNn1XGT2ykKU ugxagySAHqQAIunPL67MIVy4RPT21LzrxwFqYYqU2Q== X-Google-Smtp-Source: APXvYqxW1+u/E6VcOyeQpofoImuii8KM41q3Q85tseMfPHVJQ0OJz+Ai1YyfDsASR+g5usRZ5WyOrrMm0ULllx/AYHU= X-Received: by 2002:ad4:4345:: with SMTP id q5mr4041356qvs.80.1571320846965; Thu, 17 Oct 2019 07:00:46 -0700 (PDT) MIME-Version: 1.0 From: Eugene Apollonsky Date: Thu, 17 Oct 2019 17:00:36 +0300 Message-ID: Subject: [PATCH] Fix tree-widget image creation To: bug-gnu-emacs@gnu.org Content-Type: multipart/mixed; boundary="000000000000e9899005951ba4c6" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::833 X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 17 Oct 2019 10:42:40 -0400 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: -2.3 (--) --000000000000e9899005951ba4c6 Content-Type: multipart/alternative; boundary="000000000000e9898f05951ba4c4" --000000000000e9898f05951ba4c4 Content-Type: text/plain; charset="UTF-8" -- Eugene Apollonsky --000000000000e9898f05951ba4c4 Content-Type: text/html; charset="UTF-8"


--
Eugene Apollonsky
--000000000000e9898f05951ba4c4-- --000000000000e9899005951ba4c6 Content-Type: text/x-patch; charset="US-ASCII"; name="0001-Fix-tree-widget-image-creation.patch" Content-Disposition: attachment; filename="0001-Fix-tree-widget-image-creation.patch" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_k1urunff0 RnJvbSA4YzVkMmJmZmUxMjI3NTM5NTE2ZDUwNzgxYjc5N2UwN2ZkNDE3MzU0IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBFdWdlbmUgQXBvbGxvbnNreSA8ZS5hcG9sbG9uc2t5QGdtYWls LmNvbT4KRGF0ZTogVGh1LCAxNyBPY3QgMjAxOSAxMzoxMjoxNyArMDMwMApTdWJqZWN0OiBbUEFU Q0hdIEZpeCB0cmVlLXdpZGdldCBpbWFnZSBjcmVhdGlvbgoKLS0tCiBsaXNwL3RyZWUtd2lkZ2V0 LmVsIHwgMiArLQogMSBmaWxlIGNoYW5nZWQsIDEgaW5zZXJ0aW9uKCspLCAxIGRlbGV0aW9uKC0p CgpkaWZmIC0tZ2l0IGEvbGlzcC90cmVlLXdpZGdldC5lbCBiL2xpc3AvdHJlZS13aWRnZXQuZWwK aW5kZXggMjc0YTFiOGI4MS4uNjYwYjRiNzY4MyAxMDA2NDQKLS0tIGEvbGlzcC90cmVlLXdpZGdl dC5lbAorKysgYi9saXNwL3RyZWUtd2lkZ2V0LmVsCkBAIC0zNzEsNyArMzcxLDcgQEAgZm91bmQu IgogICAgICAgICAgICAgICAgICAgIChmaWxlLXJlZ3VsYXItcCBmaWxlKQogICAgICAgICAgICAg ICAgICAgICh0aHJvdyAnZm91bmQKICAgICAgICAgICAgICAgICAgICAgICAgICAgKGFwcGx5ICMn Y3JlYXRlLWltYWdlCi0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2FyIGZtdCkg ZmlsZSBuaWwKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGUgKGNhciBmbXQp IG5pbAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKHRyZWUtd2lkZ2V0LWltYWdl LXByb3BlcnRpZXMgbmFtZSkpKSkpKSkpCiAgICAgICBuaWwpKSkKIAotLSAKMi4yMy4wCgo= --000000000000e9899005951ba4c6-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 04:41:10 2019 Received: (at 37792) by debbugs.gnu.org; 19 Oct 2019 08:41:11 +0000 Received: from localhost ([127.0.0.1]:51947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkIQ-0005FC-KY for submit@debbugs.gnu.org; Sat, 19 Oct 2019 04:41:10 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkIO-0005F4-Pb for 37792@debbugs.gnu.org; Sat, 19 Oct 2019 04:41:09 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iLkIL-00045r-9d; Sat, 19 Oct 2019 10:41:07 +0200 From: Lars Ingebrigtsen To: Eugene Apollonsky Subject: Re: bug#37792: [PATCH] Fix tree-widget image creation References: Date: Sat, 19 Oct 2019 10:41:04 +0200 In-Reply-To: (Eugene Apollonsky's message of "Thu, 17 Oct 2019 17:00:36 +0300") Message-ID: <87ftjpgman.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Thanks for the patch -- an very similar one was just applied earlier today. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37792 Cc: 37792@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: -1.0 (-) Thanks for the patch -- an very similar one was just applied earlier today. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 04:41:16 2019 Received: (at control) by debbugs.gnu.org; 19 Oct 2019 08:41:16 +0000 Received: from localhost ([127.0.0.1]:51950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkIV-0005FU-VF for submit@debbugs.gnu.org; Sat, 19 Oct 2019 04:41:16 -0400 Received: from quimby.gnus.org ([80.91.231.51]:47152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLkIU-0005FM-6o for control@debbugs.gnu.org; Sat, 19 Oct 2019 04:41:14 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iLkIR-00046J-EX for control@debbugs.gnu.org; Sat, 19 Oct 2019 10:41:13 +0200 Date: Sat, 19 Oct 2019 10:41:11 +0200 Message-Id: <87eez9gmag.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #37792 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 37792 fixed close 37792 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) tags 37792 fixed close 37792 27.1 quit From unknown Wed Jun 18 23:07: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: Sat, 16 Nov 2019 12:24:09 +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