From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 23 01:12:17 2020 Received: (at submit) by debbugs.gnu.org; 23 Apr 2020 05:12:17 +0000 Received: from localhost ([127.0.0.1]:53819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRU9o-0003qX-Mi for submit@debbugs.gnu.org; Thu, 23 Apr 2020 01:12:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:53431) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRU8J-0003lk-5B for submit@debbugs.gnu.org; Thu, 23 Apr 2020 01:10:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43590) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRU8I-00009U-Kt for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2020 01:10:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRU8H-0003yZ-Io for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2020 01:10:42 -0400 Received: from smtp08.smtpout.orange.fr ([80.12.242.130]:44564 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1jRU8G-0003tl-Uc for bug-gnu-emacs@gnu.org; Thu, 23 Apr 2020 01:10:41 -0400 Received: from [192.168.1.25] ([92.129.68.39]) by mwinf5d15 with ME id W5Ab2200R0qq0GU035Ac20; Thu, 23 Apr 2020 07:10:37 +0200 X-ME-Helo: [192.168.1.25] X-ME-Auth: ZGFfdmlkQHdhbmFkb28uZnI= X-ME-Date: Thu, 23 Apr 2020 07:10:37 +0200 X-ME-IP: 92.129.68.39 To: bug-gnu-emacs@gnu.org From: David Ponce Subject: =?UTF-8?Q?28=2e0=2e50=3b_Error_running_timer_=e2=80=98custom-magic-?= =?UTF-8?B?cmVzZXTigJk=?= Message-ID: <9360131a-d203-4075-78b2-f4d31d044801@orange.fr> Date: Thu, 23 Apr 2020 07:10:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=80.12.242.130; envelope-from=da_vid@orange.fr; helo=smtp.smtpout.orange.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/23 01:10:37 X-ACL-Warn: Detected OS = Linux 2.6.x [fuzzy] X-Received-From: 80.12.242.130 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: Hello, Here is the recipe for an error I encounter when using customize with 2 windows in the same frame: emacs -Q M-x pop-to-buffer RET *Message* M-x customize-variable RET blink-cursor-alist Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (da_vid[at]orange.fr) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 2.0 SPOOFED_FREEMAIL No description available. X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 23 Apr 2020 01:12:15 -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: -1.7 (-) Hello, Here is the recipe for an error I encounter when using customize with 2 windows in the same frame: emacs -Q M-x pop-to-buffer RET *Message* M-x customize-variable RET blink-cursor-alist At this point the *scratch* buffer is on top window and the customize buffer on bottom. Click on 'INS' button and insert a new Key/Value pair Clict on 'State' button, then 'Set for Current Session' Then click somewhere in the *scratch* buffer, then click on the 'DEL' button in the customize buffer to delete the value previously entered. At this point custom try to redraw the 'State' button in the *scratch* buffer instead of the customize buffer! In this case, because the *scratch* buffer is shorter than the position of the State button, it fails with the error: Error running timer ‘custom-magic-reset’: (args-out-of-range # # #) This error can be severe because, if in place of the *scratch* buffer you were editing a file big enough to include the position of the 'State' button, the 'State' button is drawn in your file without you realizing it! And if you ever realize it, this change cannot be undone! Thanks! In GNU Emacs 28.0.50 (build 32, x86_64-pc-linux-gnu, GTK+ Version 3.24.13, cairo version 1.16.0) of 2020-04-23 built Repository revision: 7b15cc3ebb45e50ac5faf3bbc2a813afffdaa418 Repository branch: master Windowing system distributor 'Fedora Project', version 11.0.12006000 System Description: Fedora 31 (KDE Plasma) Recent messages: Mark set Creating customization items... Creating customization items ...done Creating customization setup...done Mark set Beginning of buffer Mark set [2 times] scroll-up-command: End of buffer Configured using: 'configure --prefix=/home/dponce --with-cairo PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LC_TIME: fr_FR.utf8 value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix Major mode: Messages Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils vc-git diff-mode easy-mmode bug-reference eieio-opt cl-extra seq speedbar ezimage dframe cl-print debug backtrace find-func cus-theme eieio-custom cl-seq eieio byte-opt bytecomp byte-compile cconv eieio-core cl-macs gv eieio-loaddefs wid-browse tree-widget thingatpt help-fns radix-tree help-mode cus-edit easymenu cus-start cus-load wid-edit time-date subr-x cl-loaddefs cl-lib tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 98994 16077) (symbols 48 10003 1) (strings 32 26548 2003) (string-bytes 1 811951) (vectors 16 14342) (vector-slots 8 182195 11344) (floats 8 43 119) (intervals 56 4061 0) (buffers 992 16)) From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 23 13:39:35 2020 Received: (at 40788) by debbugs.gnu.org; 23 Apr 2020 17:39:35 +0000 Received: from localhost ([127.0.0.1]:55816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRfp0-0003w6-Qf for submit@debbugs.gnu.org; Thu, 23 Apr 2020 13:39:35 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:34536 helo=smtp.smtpout.orange.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRfoz-0003vs-Nx for 40788@debbugs.gnu.org; Thu, 23 Apr 2020 13:39:34 -0400 Received: from wwinf1p24 ([10.223.75.48]) by mwinf5d44 with ME id WHfS2200D12XHQS03HfStL; Thu, 23 Apr 2020 19:39:26 +0200 X-ME-Helo: wwinf1p24 X-ME-Auth: ZGFfdmlkQG9yYW5nZS5mcg== X-ME-Date: Thu, 23 Apr 2020 19:39:26 +0200 X-ME-IP: 92.129.68.39 Date: Thu, 23 Apr 2020 19:39:26 +0200 (CEST) From: David PONCE To: 40788@debbugs.gnu.org Message-ID: <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> Subject: =?UTF-8?Q?28.0.50;_Error_running_t?= =?UTF-8?Q?imer_=E2=80=98custom-magic-reset=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [92.129.68.39] X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40788 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: , Reply-To: David PONCE Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello again, Below is a possible patch that seems to have fixed the issue for me. But I am not sure the approach is correct Thanks! diff --git a/installs/emacs/lisp/cus-edit.el b/emacs.d/cus-edit.el index d3d17fd..eec7ef0 100644 --- a/installs/emacs/lisp/cus-edit.el +++ b/emacs.d/cus-edit.el @@ -2217,9 +2217,16 @@ and `face'." ;; commands like `M-u' (that work on a region in the buffer) ;; will upcase the wrong part of the buffer, since more text has ;; been inserted before point. - (run-with-idle-timer 0.0 nil #'custom-magic-reset widget) + (run-with-idle-timer 0.0 nil #'custom-magic-reset-async (current-buffer) widget) (apply 'widget-default-notify widget args)))) +(defun custom-magic-reset-async (buffer widget) + "Redraw the :custom-magic property of WIDGET. +Called asynchronously thru an idle timer, ensure redrawing will happen in the +origin custom BUFFER." + (set-buffer buffer) + (custom-magic-reset widget)) + (defun custom-redraw (widget) "Redraw WIDGET with current settings." (let ((line (count-lines (point-min) (point))) From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 24 07:56:21 2020 Received: (at 40788) by debbugs.gnu.org; 24 Apr 2020 11:56:21 +0000 Received: from localhost ([127.0.0.1]:56603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRwwO-0006kA-UD for submit@debbugs.gnu.org; Fri, 24 Apr 2020 07:56:21 -0400 Received: from mail-wm1-f46.google.com ([209.85.128.46]:52650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRwwM-0006jy-Ll for 40788@debbugs.gnu.org; Fri, 24 Apr 2020 07:56:19 -0400 Received: by mail-wm1-f46.google.com with SMTP id 188so10123571wmc.2 for <40788@debbugs.gnu.org>; Fri, 24 Apr 2020 04:56:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :mime-version; bh=qOg53V8Z22O9gReQx0BpBEoSnAKw4qUIqXLLWTgTu8c=; b=R2VkhGf7bqqeoqVsUColgw/1yWOJW6OPyLQXB9ImRy3riQwPsqT2I9F7QBFHxEeTyb n3TwDEH4yce/mpYgj8foQkh99MpFCeDrgl2THelMTqFtStiSr4LqvzGdq5Gb5AxppqWm 0zl1ShmJQ+K+yTY6eTHz7Pwpr1mxq37qRU8qbvW4zmHM+m5Yum+OAYYekGVtgXbln9C9 0Thcw0/nYvxi4N3DHt0ygsRvECtC88ynYiVWBA95lRvz7MReaXmHBvg0d9HNqIvhOEP9 X4R+gLECD4EJn81yK5qb2t0cYU4AJmRaXD65LduXOpuMiMAgO3nT1XqkVY6Rak3hQahb wfVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version; bh=qOg53V8Z22O9gReQx0BpBEoSnAKw4qUIqXLLWTgTu8c=; b=oLkUuy/aWxLAX57beME24VPSVWQCou+H3Cho0ulh7GsykImb6p/1izjJQ3TIs+8ESP V5nZ3W6dl1N3F5EJ2Nazg0wJ+c6+54VIRnMwKorItgo5bryoBuApd1iaaQ1xx5PsYRUS DYeGnWCaIpupXSBjEFZelAAndyo8HkxO0mWc4bGzHPfXp63/z0p+2sWeoww/BiOfkx2g SnUXmoRxDlQ7C2vqnErNQE7Tg/NsuAM2QLPXcs6K3RFp4QYhQMzB6u82trqruoPb8/Zu XlnwEfG0ZhIuTux9f5e16OA5YykR3nyA9dLFumxm7EbFCC9mCsFaZpVYQm+OxMrz1nym t9ng== X-Gm-Message-State: AGi0PuatUPcSD+SNZBoYInGFKb/VtyDuiaW0Zrwf1EQ62palgQs83Mbs PVNrZaQ/6C4hrYt3qi3QteG7tT9lotY= X-Google-Smtp-Source: APiQypKdL3yjXG45cmlB/4BiLiEmW+mhjZOSV2YT+0md+qKH/R1k6zBmEU0Ed3gYz2IyK6bkOqpUvg== X-Received: by 2002:a1c:dc8b:: with SMTP id t133mr9893444wmg.117.1587729372419; Fri, 24 Apr 2020 04:56:12 -0700 (PDT) Received: from rpluim-mac ([2a01:e34:ecfc:a860:bd9a:ec93:82f0:3a9a]) by smtp.gmail.com with ESMTPSA id u188sm2032256wmg.37.2020.04.24.04.56.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Apr 2020 04:56:11 -0700 (PDT) From: Robert Pluim To: David PONCE Subject: Re: bug#40788: 28.0.50; Error running timer =?utf-8?Q?=E2=80=98cu?= =?utf-8?Q?stom-magic-reset=E2=80=99?= References: <9360131a-d203-4075-78b2-f4d31d044801@orange.fr> <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> Date: Fri, 24 Apr 2020 13:56:10 +0200 In-Reply-To: <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> (David PONCE's message of "Thu, 23 Apr 2020 19:39:26 +0200 (CEST)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40788 Cc: 40788@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 (-) >>>>> On Thu, 23 Apr 2020 19:39:26 +0200 (CEST), David PONCE said: David> Hello again, David> Below is a possible patch that seems to have fixed the issue for me. David> But I am not sure the approach is correct Rather than defining a new function, you can add an argument to the existing one. Something like (untested) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d3d17fda7a..93012b134f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2102,11 +2102,12 @@ custom-magic-value-create (insert " ")) (widget-put widget :children children)))) -(defun custom-magic-reset (widget) +(defun custom-magic-reset (widget &optional buffer) "Redraw the :custom-magic property of WIDGET." - (let ((magic (widget-get widget :custom-magic))) - (when magic - (widget-value-set magic (widget-value magic))))) + (with-current-buffer (or buffer (current-buffer)) + (let ((magic (widget-get widget :custom-magic))) + (when magic + (widget-value-set magic (widget-value magic)))))) ;;; The `custom' Widget. @@ -2217,7 +2218,7 @@ custom-notify ;; commands like `M-u' (that work on a region in the buffer) ;; will upcase the wrong part of the buffer, since more text has ;; been inserted before point. - (run-with-idle-timer 0.0 nil #'custom-magic-reset widget) + (run-with-idle-timer 0.0 nil #'custom-magic-reset widget (current-buffer)) (apply 'widget-default-notify widget args)))) (defun custom-redraw (widget) From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 24 11:56:52 2020 Received: (at 40788) by debbugs.gnu.org; 24 Apr 2020 15:56:52 +0000 Received: from localhost ([127.0.0.1]:57775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jS0hA-0006Ty-1H for submit@debbugs.gnu.org; Fri, 24 Apr 2020 11:56:52 -0400 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:57165 helo=smtp.smtpout.orange.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jS0h8-0006Tk-2U for 40788@debbugs.gnu.org; Fri, 24 Apr 2020 11:56:51 -0400 Received: from [192.168.1.25] ([92.129.68.39]) by mwinf5d57 with ME id Wfwi2200B0qq0GU03fwiA4; Fri, 24 Apr 2020 17:56:43 +0200 X-ME-Helo: [192.168.1.25] X-ME-Auth: ZGFfdmlkQHdhbmFkb28uZnI= X-ME-Date: Fri, 24 Apr 2020 17:56:43 +0200 X-ME-IP: 92.129.68.39 Subject: =?UTF-8?Q?Re=3a_bug=2340788=3a_28=2e0=2e50=3b_Error_running_timer_?= =?UTF-8?B?4oCYY3VzdG9tLW1hZ2ljLXJlc2V04oCZ?= To: Robert Pluim References: <9360131a-d203-4075-78b2-f4d31d044801@orange.fr> <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> From: David Ponce Message-ID: <444f86ec-6d0b-7134-5bb1-165549a7acb3@orange.fr> Date: Fri, 24 Apr 2020 17:56:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40788 Cc: 40788@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 (-) On 24/04/2020 13:56, Robert Pluim wrote: >>>>>> On Thu, 23 Apr 2020 19:39:26 +0200 (CEST), David PONCE said: > > David> Hello again, > David> Below is a possible patch that seems to have fixed the issue for me. > David> But I am not sure the approach is correct > > Rather than defining a new function, you can add an argument to the > existing one. Something like (untested) Hi Robert, Sure, your patch is better :-) I tested it, and I confirm it fixes the issue :-) I also tested the below variant, because it seems to me that it is not necessary to set the buffer when magic is nil, as there is nothing to do. Please feel free to apply which version looks better to you. Thanks! diff --git a/home/dponce/installs/emacs/lisp/cus-edit.el b/cus-edit.el index d3d17fd..490d905 100644 --- a/home/dponce/installs/emacs/lisp/cus-edit.el +++ b/cus-edit.el @@ -2102,11 +2102,12 @@ and `face'." (insert " ")) (widget-put widget :children children)))) -(defun custom-magic-reset (widget) +(defun custom-magic-reset (widget &optional buffer) "Redraw the :custom-magic property of WIDGET." (let ((magic (widget-get widget :custom-magic))) (when magic - (widget-value-set magic (widget-value magic))))) + (with-current-buffer (or buffer (current-buffer)) + (widget-value-set magic (widget-value magic)))))) ;;; The `custom' Widget. @@ -2217,7 +2218,7 @@ and `face'." ;; commands like `M-u' (that work on a region in the buffer) ;; will upcase the wrong part of the buffer, since more text has ;; been inserted before point. - (run-with-idle-timer 0.0 nil #'custom-magic-reset widget) + (run-with-idle-timer 0.0 nil #'custom-magic-reset widget (current-buffer)) (apply 'widget-default-notify widget args)))) (defun custom-redraw (widget) From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 04:29:18 2020 Received: (at control) by debbugs.gnu.org; 21 Jul 2020 08:29:18 +0000 Received: from localhost ([127.0.0.1]:37906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxneI-0000j0-HL for submit@debbugs.gnu.org; Tue, 21 Jul 2020 04:29:18 -0400 Received: from mail-wm1-f47.google.com ([209.85.128.47]:54069) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxneG-0000ik-Nw for control@debbugs.gnu.org; Tue, 21 Jul 2020 04:29:17 -0400 Received: by mail-wm1-f47.google.com with SMTP id j18so1928553wmi.3 for ; Tue, 21 Jul 2020 01:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=Cl+p7+mfOekWKgwcgX1TFOE5p7AWmPCs2ehBNH+Zfa4=; b=RV5qSs/dB8STT7XNhn2cvwtZW6WEyZpmyzNcGm8eUvWeG3nDdJgut7ZOSlltxpEJ0t UCZUFhcKx+VuJ5ebMEyvJMzk4OprTGwgRNwTOIWR3Hn+zXVUElH9SZEmpS/IMWhCkgKv Iz+QW/Yj9ZIpbBvv+lwiKH8g/+EgGMMgTkF8I8zrnVK1qD+lSrColYJYiseBrzs44XX5 jNZlFlNqcVKF1Tj4AnQjJQuNEYzPwsmY+QSOIoEZZMY4Qm9D9C4Y+F7UnTeTanUGa3RS g62Ga2LSXWdXTpqMoW7cgox7XRY/R3P8C8ozc3z3wbHUDlI9Vx92YrzVFXorBWVBV3vN ojfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=Cl+p7+mfOekWKgwcgX1TFOE5p7AWmPCs2ehBNH+Zfa4=; b=PWNqGbWSlcPkri0j8oR92XGOsb1DrfrKxcuhQ07p/s3OGZFYDl2oIQWaq0CITexL1h nxta2htA1Bmt4C0Ixyp0rgFxylXOcYXdUwF/yJdDUh7d5S4OL+FFJef0Rc5AcQdxR39/ iO9J4PZfghC2XXNT0kSpXVcFXmfmLDAYqa0aj6MTclsF0fkYaQBe9uoTuAjRwzTsQd7d XZDDy+YE6WUHsjnYeI/X0064NYl61etzrEFU2xqDijKrEohVE2045uQCX7W/gZTDFOnd hk8Z3+i9AqyTLx/zT3BViJO6FMKbTVXyB719xrKhAtuU8gx3Q3TV8wI1kLjwa5oTXBF0 6tjQ== X-Gm-Message-State: AOAM53364qiacpuE1LmXP/uIxXnsqZGS9uHgHYtCQrZu0canhEjL2MQn 2O66zXj8nJmLG/MtkuCh1qSqPVnIqw4= X-Google-Smtp-Source: ABdhPJwJrW+m0JHX6dhEix2xKixuIz3/nMT9QKwwHEFNkFC1LPkcxg/qwqLkMgJsF/O8hyftV6CGbQ== X-Received: by 2002:a1c:65d5:: with SMTP id z204mr2936987wmb.15.1595320150413; Tue, 21 Jul 2020 01:29:10 -0700 (PDT) Received: from rpluim-mac ([2a01:e34:ecfc:a860:4110:9b43:efda:ca2e]) by smtp.gmail.com with ESMTPSA id v15sm2442081wmh.24.2020.07.21.01.29.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 01:29:09 -0700 (PDT) From: Robert Pluim To: control@debbugs.gnu.org Subject: control message for bug #40788 Date: Tue, 21 Jul 2020 10:29:08 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 (-) merge 40788 41245 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 04:39:37 2020 Received: (at 40788) by debbugs.gnu.org; 21 Jul 2020 08:39:37 +0000 Received: from localhost ([127.0.0.1]:37922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxnoH-0000z5-4M for submit@debbugs.gnu.org; Tue, 21 Jul 2020 04:39:37 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:42518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxnoE-0000yr-1l for 40788@debbugs.gnu.org; Tue, 21 Jul 2020 04:39:35 -0400 Received: by mail-wr1-f65.google.com with SMTP id o11so20322434wrv.9 for <40788@debbugs.gnu.org>; Tue, 21 Jul 2020 01:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :mime-version; bh=enLiYmIFVb5kZ+omWy7jU4RjY/DnVoM90eoaNbFPWMc=; b=CzveQ2CmP9SsBHijsqPrxACBF0Ne1kS0gBEbdLvlZlDbY2GqG/fdIOtbwC8um1tqYF 3oPmlwUZm190mCKnX2xaTYXN+HUlheUOfv0vg7ca2Q8lJkxgiFqE09eb61OvVQM0UUCx uSJdADL5SWSJOXLZ6cFGQkO/Gnkd8GyH+XZAa6hgBKyL6Y1Ty/G9/Z6dxIgtSKnZgUCf WMkS2UH3BaCqSkRKa13zTl3blr112HDFglYwineQaV4x4giE9+DdNjM/9khblFQPvwSA Uo/uM/dfrbc2dng7LqBK+jUCqbSOu93ROcZEtoulu5tGPGCTSl01MBcHRJWlscjDOrrh w2tQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version; bh=enLiYmIFVb5kZ+omWy7jU4RjY/DnVoM90eoaNbFPWMc=; b=IevZrL6rfZ4fOThz9PckJU70FG/7Ngj0Y4OZ+u4Kn25SA7bdxAIBoP7/KoIIxhhbah Da6kke/KeAwMbiD0urHdIa6xj+uvjIUUH4Bt2rz9r1901CLdsoBK/qyKzFDF0zvHVLqG Vi1fjRo12m9K9016De0IR//zYEDCfoscux6CkLqMzU523QoXLOo91J/M+uBk6FVssPaU s+sBSkcig/RfTghA/IF+lbkijZKEr3l6VVTvxIwmwmChQdTtVKu8VpbKCOA2BR995r1Z Bp5J3mmFcvpAImbYNRM739fTcJWF5NyJy9A/l+V6sUBnVOJplCWsT+ASYtX7szQl/SZl 3m9Q== X-Gm-Message-State: AOAM530z4XNQ6aqTV8q4WUM84LfnxyChZ3TYyFneCAMwFudrkDHVhTQL gNNQSor5Fm4kdSZYkV8rXywUDYiY0/o= X-Google-Smtp-Source: ABdhPJyQJhFHiCOGVmNgZT7ymU196pdmcZ/nB+mUZ7Tna8QpXkLDYm/zlZAMRJ+lZxJl8J00lZv6mQ== X-Received: by 2002:adf:ec04:: with SMTP id x4mr8461409wrn.28.1595320767715; Tue, 21 Jul 2020 01:39:27 -0700 (PDT) Received: from rpluim-mac ([2a01:e34:ecfc:a860:4110:9b43:efda:ca2e]) by smtp.gmail.com with ESMTPSA id 14sm2535428wmk.19.2020.07.21.01.39.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 01:39:26 -0700 (PDT) From: Robert Pluim To: David Ponce Subject: Re: bug#40788: 28.0.50; Error running timer =?utf-8?Q?=E2=80=98cu?= =?utf-8?Q?stom-magic-reset=E2=80=99?= References: <9360131a-d203-4075-78b2-f4d31d044801@orange.fr> <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> <444f86ec-6d0b-7134-5bb1-165549a7acb3@orange.fr> Date: Tue, 21 Jul 2020 10:39:26 +0200 In-Reply-To: <444f86ec-6d0b-7134-5bb1-165549a7acb3@orange.fr> (David Ponce's message of "Fri, 24 Apr 2020 17:56:42 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40788 Cc: 40788@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 (-) >>>>> On Fri, 24 Apr 2020 17:56:42 +0200, David Ponce said: David> On 24/04/2020 13:56, Robert Pluim wrote: >>>>>>> On Thu, 23 Apr 2020 19:39:26 +0200 (CEST), David PONCE said: David> Hello again, David> Below is a possible patch that seems to have fixed the issue for me. David> But I am not sure the approach is correct >> Rather than defining a new function, you can add an argument to the >> existing one. Something like (untested) David> Hi Robert, David> Sure, your patch is better :-) David> I tested it, and I confirm it fixes the issue :-) David> I also tested the below variant, because it seems to me that it is not David> necessary to set the buffer when magic is nil, as there is nothing to do. David> Please feel free to apply which version looks better to you. David> Thanks! Thanks for testing. Eli, would this be OK to go into emacs-27 ? The bug causes unintended changes to buffers unrelated to customize. David> diff --git a/home/dponce/installs/emacs/lisp/cus-edit.el b/cus-edit.el David> index d3d17fd..490d905 100644 David> --- a/home/dponce/installs/emacs/lisp/cus-edit.el David> +++ b/cus-edit.el David> @@ -2102,11 +2102,12 @@ and `face'." David> (insert " ")) David> (widget-put widget :children children)))) David> -(defun custom-magic-reset (widget) David> +(defun custom-magic-reset (widget &optional buffer) David> "Redraw the :custom-magic property of WIDGET." David> (let ((magic (widget-get widget :custom-magic))) David> (when magic David> - (widget-value-set magic (widget-value magic))))) David> + (with-current-buffer (or buffer (current-buffer)) David> + (widget-value-set magic (widget-value magic)))))) David> ;;; The `custom' Widget. David> @@ -2217,7 +2218,7 @@ and `face'." David> ;; commands like `M-u' (that work on a region in the buffer) David> ;; will upcase the wrong part of the buffer, since more text has David> ;; been inserted before point. David> - (run-with-idle-timer 0.0 nil #'custom-magic-reset widget) David> + (run-with-idle-timer 0.0 nil #'custom-magic-reset widget (current-buffer)) David> (apply 'widget-default-notify widget args)))) David> (defun custom-redraw (widget) From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 10:20:22 2020 Received: (at 40788) by debbugs.gnu.org; 21 Jul 2020 14:20:22 +0000 Received: from localhost ([127.0.0.1]:40003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxt82-0005fU-Eb for submit@debbugs.gnu.org; Tue, 21 Jul 2020 10:20:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxt81-0005fE-4o for 40788@debbugs.gnu.org; Tue, 21 Jul 2020 10:20:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57304) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxt7v-00036V-Gn; Tue, 21 Jul 2020 10:20:15 -0400 Received: from [176.228.60.248] (port=1868 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jxt7u-0003cY-NC; Tue, 21 Jul 2020 10:20:15 -0400 Date: Tue, 21 Jul 2020 17:20:11 +0300 Message-Id: <83a6ztgdb8.fsf@gnu.org> From: Eli Zaretskii To: Robert Pluim In-Reply-To: (message from Robert Pluim on Tue, 21 Jul 2020 10:39:26 +0200) Subject: Re: bug#40788: 28.0.50; Error running timer =?utf-8?Q?=E2=80=98custom-magic-reset=E2=80=99?= References: <9360131a-d203-4075-78b2-f4d31d044801@orange.fr> <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> <444f86ec-6d0b-7134-5bb1-165549a7acb3@orange.fr> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 40788 Cc: da_vid@orange.fr, 40788@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: Robert Pluim > Date: Tue, 21 Jul 2020 10:39:26 +0200 > Cc: 40788@debbugs.gnu.org > > David> Please feel free to apply which version looks better to you. > David> Thanks! > > Thanks for testing. Eli, would this be OK to go into emacs-27 ? The > bug causes unintended changes to buffers unrelated to customize. Yes, OK. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 10:40:09 2020 Received: (at 40788) by debbugs.gnu.org; 21 Jul 2020 14:40:09 +0000 Received: from localhost ([127.0.0.1]:40037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxtRA-0006B0-Sz for submit@debbugs.gnu.org; Tue, 21 Jul 2020 10:40:09 -0400 Received: from mail-wr1-f42.google.com ([209.85.221.42]:44645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxtR9-0006AX-Fh for 40788@debbugs.gnu.org; Tue, 21 Jul 2020 10:40:08 -0400 Received: by mail-wr1-f42.google.com with SMTP id b6so21437101wrs.11 for <40788@debbugs.gnu.org>; Tue, 21 Jul 2020 07:40:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :mime-version; bh=BLW2XIY3NR9r9wbDeD45sgcwHsCG1/gSOSG+QuBY37M=; b=S+k7rOsGQvtTztayn2X+aVZV+HzjzG91EyPn+YssdYb+VTFkM7tH/Z2imsaeA4MO3S owxR9P54q1RlR98dVdbuV0QYncNPxzTkSgmG+3lX5IjOhVRruM2pQdHrlrTLc2jIEnMj U3dXXj41x/4UV6dhFVJkviHU8eD7jVESqMcPvI7KxcVFBEvU0I2iPkGh+9YQmTqoG4JJ CV3XmN8f3qCxM3EqNXHJoKeVJLtXOVlfFBLRMSG2v26nPCPRnTA0F41UpZUBNWd5Gw9O 3fi1nBjOLDD+HOizJf6Cq/O2Qt0EIxBDGDsE1yJe1Eib7r4uIBERr1Znuk8VCKyevYCv FDZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version; bh=BLW2XIY3NR9r9wbDeD45sgcwHsCG1/gSOSG+QuBY37M=; b=VHDD63wk/ZWJjDEU5/kdUXhHMkeJZMoIDQmOmXasf4G9gnGniNoO2MNBiQp1cGH1bt qxG38Oj+U7tE7gxlX9nfJ7Zk+KpvbSt19McYcUBI4s9BLXAWbFqh6BqbchXfsDEbYepR +BSZIb8ciSp4Px6pPSfxGwQhyh9ZHYw3NY0LJW37gurgYbbSguDJGHHHz1kE8t3eTXcx XP5gDXJZ2Vj/vE6J/Fu7JeTWmz1JDPIOsZ8evVbwkU3GuvIAiks/84UXZguW1aRwbROg nGOAfa2evraRT7q70p1DcozCcsqaJqfUPCQ8D1kjta/3vBRQEqVjp6dQuJI2wB5Hf6rE y2YQ== X-Gm-Message-State: AOAM531A4raH6o+nB+SSKczkm7np48Gf+HCQxARXXnBiUOSfl+xmE5iF xG6wU020GUAA6rDnMJkJQmDuC90iDoc= X-Google-Smtp-Source: ABdhPJyesSX0mNOrKJ0nMDEbEN/4FZurZ7HMJ9UsNupeTG7qNbyLaqlgtQPoBzLFsf4E1UfQCg0tSQ== X-Received: by 2002:a5d:6685:: with SMTP id l5mr222482wru.264.1595342401138; Tue, 21 Jul 2020 07:40:01 -0700 (PDT) Received: from rpluim-mac ([2a01:e34:ecfc:a860:611a:4464:bd9f:8c88]) by smtp.gmail.com with ESMTPSA id t4sm3894129wmf.4.2020.07.21.07.40.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 07:40:00 -0700 (PDT) From: Robert Pluim To: Eli Zaretskii Subject: Re: bug#40788: 28.0.50; Error running timer =?utf-8?Q?=E2=80=98cu?= =?utf-8?Q?stom-magic-reset=E2=80=99?= References: <9360131a-d203-4075-78b2-f4d31d044801@orange.fr> <1699699799.16404.1587663566588.JavaMail.www@wwinf1p24> <444f86ec-6d0b-7134-5bb1-165549a7acb3@orange.fr> <83a6ztgdb8.fsf@gnu.org> Date: Tue, 21 Jul 2020 16:39:59 +0200 In-Reply-To: <83a6ztgdb8.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 21 Jul 2020 17:20:11 +0300") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40788 Cc: da_vid@orange.fr, 40788@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 (-) >>>>> On Tue, 21 Jul 2020 17:20:11 +0300, Eli Zaretskii said: >> From: Robert Pluim >> Date: Tue, 21 Jul 2020 10:39:26 +0200 >> Cc: 40788@debbugs.gnu.org >> David> Please feel free to apply which version looks better to you. David> Thanks! >> >> Thanks for testing. Eli, would this be OK to go into emacs-27 ? The >> bug causes unintended changes to buffers unrelated to customize. Eli> Yes, OK. Done as 4db3235fd8 Closing. Thanks Robert From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 10:40:26 2020 Received: (at control) by debbugs.gnu.org; 21 Jul 2020 14:40:26 +0000 Received: from localhost ([127.0.0.1]:40040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxtRS-0006Bb-73 for submit@debbugs.gnu.org; Tue, 21 Jul 2020 10:40:26 -0400 Received: from mail-wr1-f42.google.com ([209.85.221.42]:46954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxtRR-0006BM-5u for control@debbugs.gnu.org; Tue, 21 Jul 2020 10:40:25 -0400 Received: by mail-wr1-f42.google.com with SMTP id r12so21363699wrj.13 for ; Tue, 21 Jul 2020 07:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=E2hE/SYKzyklqOpDMH8m38V40CY9NIK8kznPOjc3i1Q=; b=tDE7yopENBarchGLUzkDIqUYLkXHPhTL5eKZfO5AO4nV+KLFoY+wmrsQ6/HHujWW6s ghSY35ygBiIONv31CYU7CAot2lv8WD9S44Zs1CBbgHNPBdiXzPuJDEPRO6k40ZYefZZk ZLluSq6e9/GMxSwjRSqqnbzuMrDsj2sC6bViEyylvzPZyjKfqS1oCxpLKAs7mxG2uQxh fAHnuYenUxvS3175AFLLHlnACn/aNvHLouhrk6BJ8eZpWoHrycYLpCL3RIwAtbPkYnZt Omfd5mh1FdsO4mJvsCm7h2pY8wsO7ggszSikxMAzQl7wteNsr/AQSQog3x3U4+a/2K/X rgvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=E2hE/SYKzyklqOpDMH8m38V40CY9NIK8kznPOjc3i1Q=; b=nHjXXqEiG0Qhkb7hmZYAdfWl25TM4qeUzzA9Jg8SvZqGp2mfhGBLtll8vnTEUtGS8Q gwAFmPHfDyW5CtMqeFm9U7XCUdxDdd3o1qINg84xiD4f4Aj69wXY6pnAlNu0e5KDi5of DfJ8AyxSu5aBWvhsPYmOGrsVmMb7SyPkhviL1ZdhSBY1CZuGXlSAfq0A+htC83j41vql S4o1vZcsh8Xq4oUSbYL0Y4Pu3jY0GN+k1tFa5Mjs9HalVUloSj0884rrJtLNXDzUU5qS 3LX6Tfp8VsFXKpsf5I0C65aH7JE47suuOOG2n0Xc5FEWqYjs/zoTV1UO0Zqe3RhaZwiW VSiw== X-Gm-Message-State: AOAM531GReU87ykdjaIfdV4GpER04d4RZZBBvw1nKAdc+yLAwKDo+mAC 5AWjpCSr8qM4RnoYo+nv5DDtL7kDZ6Q= X-Google-Smtp-Source: ABdhPJzFFsY9GKuX3wXAOsMKynuNr0I4mCCfKgQzDLVLMHh1t/ThO23fY4UnkgMhny4j7lyvHhnGWg== X-Received: by 2002:a5d:4e92:: with SMTP id e18mr19228924wru.107.1595342419236; Tue, 21 Jul 2020 07:40:19 -0700 (PDT) Received: from rpluim-mac ([2a01:e34:ecfc:a860:611a:4464:bd9f:8c88]) by smtp.gmail.com with ESMTPSA id u84sm3759698wmg.7.2020.07.21.07.40.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 07:40:18 -0700 (PDT) From: Robert Pluim To: control@debbugs.gnu.org Subject: control message for bug #40788 Date: Tue, 21 Jul 2020 16:40:18 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 (-) close 40788 27.1 quit From unknown Tue Jun 17 01:48:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 19 Aug 2020 11:24:06 +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