From unknown Tue Jun 17 22:24:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37198: 26.2; Infinite recursion in eshell/clear with em-smart Resent-From: Daniel Sockwell Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Aug 2019 13:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37198 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 37198@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Reply-To: Daniel Sockwell Received: via spool by submit@debbugs.gnu.org id=B.156691332619418 (code B ref -1); Tue, 27 Aug 2019 13:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Aug 2019 13:42:06 +0000 Received: from localhost ([127.0.0.1]:47884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2bjZ-000537-7r for submit@debbugs.gnu.org; Tue, 27 Aug 2019 09:42:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:35589) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2bjW-00052m-QI for submit@debbugs.gnu.org; Tue, 27 Aug 2019 09:42:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33498) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2bjT-0004h5-LA for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2019 09:42:01 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2bjR-0008DM-Ac for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2019 09:41:59 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:28644) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i2bjQ-0008BI-W1 for bug-gnu-emacs@gnu.org; Tue, 27 Aug 2019 09:41:57 -0400 Date: Tue, 27 Aug 2019 13:41:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codesections.com; s=protonmail; t=1566913310; bh=hxUs19gLz1ISo2TTPBnYa3qLE0j+Pwf8FTs6dR8J4JA=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=i5WF/uLpTowS22sZG19Am+N8TKZ7f3L+Ns3h4t1zBaA6vuIdwNlH21y0uwuvsnXJ2 bEbGoJOsa2wCx6qM3dbNTyPwX6ppHDm4zwRNsS3fEJDn/SRu5EtPTGl6JrF0ygt21e kJleXnZd0PT4YK0Ut8PIo0nKCc8VUTip5Lusaw1E= From: Daniel Sockwell Message-ID: Feedback-ID: qWX07WmNPZq-SIl_-7-kLWKTrFMgnscc4qPXstGP-kCXaJlLRg8XAk-0xq4UlhN_ZnhONThJqQGjmn8rINkw8w==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.70.40.18 X-Spam-Score: -1.3 (-) 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 (--) Hi all, I encountered the following reproducible bug earlier today and, to my knowledge, it has not yet been reported. Here is the bug: The `eshell/clear` command triggers an infinite recursion and prints 6,599 lines when em-smart mode is active. Steps to reproduce: 1) Use the following config: (require 'eshell) (require 'em-smart) (add-hook 'eshell-mode-hook 'eshell-smart-initialize) 2) M-x eshell 3) Enter `clear` at the eshell prompt Expected behavior: The contents of the eshell buffer are scrolled by a single page, leaving a blank window. Actual behavior: The contents of the eshell buffer are scrolled by 6,599 lines and the message "Error during redisplay: (eval (mode-line-eol-desc)) signaled (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99")" is ec= hoed. Info from M-x report-emacs-bug is below. Best regards, Daniel In GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) of 2019-04-12 built on juergen System Description:=09Antergos Linux Recent messages: Error during redisplay: (eval (mode-line-eol-desc)) signaled (error "Lisp n= esting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") Error during redisplay: (eval (if (frame-parameter nil (quote client)) "@" = "")) signaled (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth= =E2=80=99") Error during redisplay: (eval (unless (display-graphic-p) "-%-")) signaled = (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") redisplay--pre-redisplay-functions: (error "Lisp nesting exceeds =E2=80= =98max-lisp-eval-depth=E2=80=99") Error during redisplay: (eval (unless (display-graphic-p) "-%-")) signaled = (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") Quit Making completion list... Mark set Undo! Making completion list... Configured using: 'configure --prefix=3D/usr --sysconfdir=3D/etc --libexecdir=3D/usr/lib --localstatedir=3D/var --with-x-toolkit=3Dgtk3 --with-xft --with-modules 'CFLAGS=3D-march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector-str= ong -fno-plt' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 LDFLAGS=3D-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD LCMS2 Important settings: value of $LC_COLLATE: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: tooltip-mode: t global-eldoc-mode: t 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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/dsock/.emacs.d/elpa/soap-client-3.1.5/soap-inspect hides /usr/share/e= macs/26.2/lisp/net/soap-inspect /home/dsock/.emacs.d/elpa/soap-client-3.1.5/soap-client hides /usr/share/em= acs/26.2/lisp/net/soap-client Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils em-unix em-term term disp-table ehelp em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias term/xterm xterm time-date elec-pair finder-inf info package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib em-smart pcomplete comint ansi-color ring esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-arg esh-groups eshell esh-module esh-mode esh-util mule-util 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 menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame 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 minibuffer 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 move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 144606 12731) (symbols 48 24197 1) (miscs 40 93 195) (strings 32 42027 1466) (string-bytes 1 1199907) (vectors 16 18583) (vector-slots 8 527167 5540) (floats 8 65 215) (intervals 56 1514 83) (buffers 992 15)) To: bug-gnu-emacs@gnu.org Subject: 26.2; Infinite recursion in eshell/clear and em-smart --text follows this line-- Hi all, I encountered the following reproduceable bug earlier today and, to my knowlege, it has not yet been reported. Here is the bug: The `eshell/clear` command triggers an infinite recursion and prints 6,599 lines when em-smart mode is active. Steps to reproduce: 1) Use the following config: (require 'eshell) (require 'em-smart) (add-hook 'eshell-mode-hook 'eshell-smart-initialize) 2) M-x eshell 3) Enter `clear` at the eshell prompt Expected behavior: The contents of the eshell buffer are scrolled by a single page, leaving a blank window. Actual behavior: The contents of the eshell buffer are scrolled by 6,599 lines and the message "Error during redisplay: (eval (mode-line-eol-desc)) signaled (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99")" is ec= hoed. Info from M-x report-emacs-bug is below. Best regards, Daniel In GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) of 2019-04-12 built on juergen System Description:=09Antergos Linux Recent messages: Error during redisplay: (eval (mode-line-eol-desc)) signaled (error "Lisp n= esting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") Error during redisplay: (eval (if (frame-parameter nil (quote client)) "@" = "")) signaled (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth= =E2=80=99") Error during redisplay: (eval (unless (display-graphic-p) "-%-")) signaled = (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") redisplay--pre-redisplay-functions: (error "Lisp nesting exceeds =E2=80= =98max-lisp-eval-depth=E2=80=99") Error during redisplay: (eval (unless (display-graphic-p) "-%-")) signaled = (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") Quit Making completion list... Mark set Undo! Making completion list... Configured using: 'configure --prefix=3D/usr --sysconfdir=3D/etc --libexecdir=3D/usr/lib --localstatedir=3D/var --with-x-toolkit=3Dgtk3 --with-xft --with-modules 'CFLAGS=3D-march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector-str= ong -fno-plt' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 LDFLAGS=3D-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD LCMS2 Important settings: value of $LC_COLLATE: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: tooltip-mode: t global-eldoc-mode: t 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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/dsock/.emacs.d/elpa/soap-client-3.1.5/soap-inspect hides /usr/share/e= macs/26.2/lisp/net/soap-inspect /home/dsock/.emacs.d/elpa/soap-client-3.1.5/soap-client hides /usr/share/em= acs/26.2/lisp/net/soap-client Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils em-unix em-term term disp-table ehelp em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias term/xterm xterm time-date elec-pair finder-inf info package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib em-smart pcomplete comint ansi-color ring esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-arg esh-groups eshell esh-module esh-mode esh-util mule-util 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 menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame 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 minibuffer 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 move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 144606 12731) (symbols 48 24197 1) (miscs 40 93 195) (strings 32 42027 1466) (string-bytes 1 1199907) (vectors 16 18583) (vector-slots 8 527167 5540) (floats 8 65 215) (intervals 56 1514 83) (buffers 992 15)) From unknown Tue Jun 17 22:24:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37198: 26.2; Infinite recursion in eshell/clear with em-smart Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Aug 2019 16:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37198 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Daniel Sockwell Cc: 37198@debbugs.gnu.org Received: via spool by 37198-submit@debbugs.gnu.org id=B37198.156692377130162 (code B ref 37198); Tue, 27 Aug 2019 16:37:02 +0000 Received: (at 37198) by debbugs.gnu.org; 27 Aug 2019 16:36:11 +0000 Received: from localhost ([127.0.0.1]:49397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2eS3-0007qK-IT for submit@debbugs.gnu.org; Tue, 27 Aug 2019 12:36:11 -0400 Received: from mail-io1-f45.google.com ([209.85.166.45]:34181) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2eRx-0007ph-EU; Tue, 27 Aug 2019 12:36:09 -0400 Received: by mail-io1-f45.google.com with SMTP id s21so47850094ioa.1; Tue, 27 Aug 2019 09:36:05 -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 :user-agent:mime-version:content-transfer-encoding; bh=erxM7l554s8R+NEU4sVl+V+1cQZc6VWYDqu/tW5XO7Y=; b=mXUKFK2JYRGtVDPX/igB4gDrmsIEppkdQARFWYgmcP7YDF7AsotoXG1YNh/y9PFv5I 4yTeihVjtL9/f1tqd4S623ZeXHRPkgV0AOXffe+S0m0VwR9LOv7SWrh7monnRL4RLKsq rL6AjsNgrA1j8Pjq5D+/Rn8ix04vs4EqbVMXqZTLWIdjNucx978MZ8wQaq9K+Aubr/YC BgTtfwjhuMWfSCyljbGUOrD7qWVXavP4aGZJtVyP/RG5POvmrcga9VH9DJfyDjhcwGiG iAA5p7rtj9Mf8R1FjMXDauyIc+exlRersrTNWijKm+NZxuRoHMkNGjfc4Alts/OQxlWB M7OQ== 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:user-agent:mime-version:content-transfer-encoding; bh=erxM7l554s8R+NEU4sVl+V+1cQZc6VWYDqu/tW5XO7Y=; b=ANEcXJjR3IuvCNzWswQt8iO4kQ5scBo+Ph3Klz9XwfsuVwcZvC5G4VjkFNmSs1qWsf MBMqob86xjxaoLscns+60u+o6mKEf+3hLVaAYabmYsbbujgwPLzgM1tqd+qeDVZZxcJl D5E3eAqFbUe7BNgwNeVoTbdrgh9m12YadgsCbIf9Lp+p+vNTcIM9TAWp5deaF66iHPQn KDdhKR7qufm9NamenY0SEwq6kNLj5jDtdXpqn4AuR1+eyQ7yy8vFrtgxR7WKY+o6yaV9 nX6GqIipZagL8zFjy+AdWacxJr2Re6054CtUyPLLParao/DoDEvHhMNRQWnFpzfKpPCb sx3g== X-Gm-Message-State: APjAAAWsjuJiwqfDk7SWcaE2yDPpZ5thSSHqQUscc2U+iimNfSy5UIum dqJZ4aZyeSUQx/3oPNbu0J7DCpMd X-Google-Smtp-Source: APXvYqxhQx5T7Dj/WSzXlj17WY1zcvK+F/FUGX1QBvVYjuavaOpowjaNTTMZqrhv373xTj7nECM2YQ== X-Received: by 2002:a02:8805:: with SMTP id r5mr7844875jai.102.1566923759334; Tue, 27 Aug 2019 09:35:59 -0700 (PDT) Received: from vhost2 (CPE001143542e1f-CMf81d0f809fa0.cpe.net.cable.rogers.com. [99.230.38.42]) by smtp.gmail.com with ESMTPSA id s10sm14764560iod.46.2019.08.27.09.35.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Aug 2019 09:35:58 -0700 (PDT) From: Noam Postavsky References: Date: Tue, 27 Aug 2019 12:35:58 -0400 In-Reply-To: (Daniel Sockwell's message of "Tue, 27 Aug 2019 13:41:43 +0000") Message-ID: <855zmik1ld.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) 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 (-) forcemerge 31326 37198 quit Daniel Sockwell writes: > 1) Use the following config: > > (require 'eshell) > (require 'em-smart) > (add-hook 'eshell-mode-hook 'eshell-smart-initialize) > > 2) M-x eshell > > 3) Enter `clear` at the eshell prompt > > > Expected behavior: > > The contents of the eshell buffer are scrolled by a single page, leaving > a blank window. > > > Actual behavior: > > The contents of the eshell buffer are scrolled by 6,599 lines and the > message "Error during redisplay: (eval (mode-line-eol-desc)) signaled > (error "Lisp nesting exceeds =A1=AEmax-lisp-eval-depth=A1=AF")" is echoed. This is Bug#31326, which is fixed in master (what will be Emacs 27.1). From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 27 12:39:57 2019 Received: (at control) by debbugs.gnu.org; 27 Aug 2019 16:39:57 +0000 Received: from localhost ([127.0.0.1]:49403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2eVh-0007wT-3i for submit@debbugs.gnu.org; Tue, 27 Aug 2019 12:39:57 -0400 Received: from mail-io1-f48.google.com ([209.85.166.48]:33548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2eVf-0007wE-VG for control@debbugs.gnu.org; Tue, 27 Aug 2019 12:39:56 -0400 Received: by mail-io1-f48.google.com with SMTP id z3so47871817iog.0 for ; Tue, 27 Aug 2019 09:39:55 -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=VDk4gg4veEzHT3hrY/HSlx1kht0mExpAkrCzzjKtyr8=; b=IflOB5GDPsRcncrZFwgScrkaqElFYcOex7zZ15xmc1gq0IIyzS9oHSl2SmiZeqo/cQ oQL+XknqcHp7QLyXo21UT0CWjw0ukrU+2LQT32U3lBZoM5Nfe4gOV9jlfhqlu7KSfBxc hP40O8diwPJGBQ7MU+BxtyjlYwJaNKh6X8bfFkJYxZnMu0Lp01uq7rMwpVAyohlm9H1v /VSAod+P7KJAk+5OYhYLekCACpulfgglEc+7tPcH9bLQvCNMhjViWbbwS803pnikO6Ul tft82IEiz7oqA/gAvcpb2L9+QbaCuWO0Tq5assVAplSaOyNLPd1C6DkD3cLQ6yis6KzT HCvA== 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=VDk4gg4veEzHT3hrY/HSlx1kht0mExpAkrCzzjKtyr8=; b=K/b5kuATUEYUZHie8vBlL4PHHuVgRgCSfHTMEfeG57e5TWJmLcvOjmLhMSovOO5+je VQ3lMkp5wEW/87cSykbokFigzJVpzGG4DQguPl4Fd46yi8cT54eoFFYGGPFNdn616CCR XOaYYEr0cfUysFnrWUqvWY/1ThtPlcoYdoiZp+9KE278jiHr96BkhIWiMDOSmIojEnvt XTwqYZUshOf+IhaUcbGlJPlSixck6+FkP2sybSi3La74nXoruIVtGQy0jvbhzVXQhpWA o+M0iBVLxrRMY218tchoemQtK+cvJ96pJrIyXztUsfF27pa/ERrOJuJbVXwhcmXPQvUd hQew== X-Gm-Message-State: APjAAAUibwS0vXH/M88ZBTP+u0uu1yK/k2fbftCFnACqgF6jpJY6h8tk OGMDtvc5hEp6F+oWG2Olhx0Mwbqw X-Google-Smtp-Source: APXvYqx2RH4hXOU7YPoG22HcUStn8+Y2QZSBwzSNN94b+RrFsp6TstGGde1xx9G7nuMUB62MVtJ5gw== X-Received: by 2002:a5d:8d12:: with SMTP id p18mr6533182ioj.251.1566923990306; Tue, 27 Aug 2019 09:39:50 -0700 (PDT) Received: from vhost2 (CPE001143542e1f-CMf81d0f809fa0.cpe.net.cable.rogers.com. [99.230.38.42]) by smtp.gmail.com with ESMTPSA id f9sm12489827ioc.47.2019.08.27.09.39.49 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Aug 2019 09:39:49 -0700 (PDT) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #37198 (2nd try, unarchive 31326 1st) Date: Tue, 27 Aug 2019 12:39:50 -0400 Message-ID: <854l22k1ex.fsf@gmail.com> 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 (-) unarchive 31326 forcemerge 31326 37198 quit