From unknown Sun Jun 15 08:46:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Reply-To: Ulrich Neumerkel , 4359@debbugs.gnu.org Resent-From: Ulrich Neumerkel Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sun, 06 Sep 2009 16:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4359 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12522534057519 (code B ref -1); Sun, 06 Sep 2009 16:15:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Sep 2009 16:10:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,FOURLA,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n86GA31H007488 for ; Sun, 6 Sep 2009 09:10:04 -0700 Received: from mail.gnu.org ([199.232.76.166]:42896 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MkKJW-0007Dj-0s for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 12:10:02 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MkKJT-00063x-1g for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 12:10:01 -0400 Received: from a4.complang.tuwien.ac.at ([128.130.173.65]:60833) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkKJQ-00062o-RT for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 12:09:57 -0400 Received: from ulrich by a4.complang.tuwien.ac.at with local (Exim 4.63) (envelope-from ) id 1MkKJG-00056B-PS for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 18:09:46 +0200 To: emacs-pretest-bug@gnu.org Message-Id: From: Ulrich Neumerkel Date: Sun, 06 Sep 2009 18:09:46 +0200 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) --text follows this line-- Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I am in the source directory of emacs, according to git describe merge-multi-tty-to-trunk-16449-gd32e271 I want to git grep for something. I do M-x grep and add git in front of the grep command: ---------- Buffer: *grep* ---------- -*- mode: grep; default-directory: "/opt/gupu/src/emacs/" -*- Grep started at Sun Sep 6 17:58:37 git grep -n -e git.describe WARNING: terminal is not fully functional ^Glisp/org/org.el:112: (if (eql 0 (shell-command "git describe --abbrev=4 HEAD")) Grep finished (matches found) at Sun Sep 6 17:58:38 This is the -!-contents of foo. ---------- Buffer: *grep* ---------- Now, I cannot do C-c C-c on the line above. (I changed the actual ^G to ^ G) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /opt/gupu/emacs-git/share/emacs/23.1.50/etc/DEBUG for instructions. In GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, X toolkit) of 2009-09-06 on gupu2 Windowing system distributor `The X.Org Foundation', version 11.0.10603000 configured using `configure '--without-toolkit-scroll-bars' '--prefix' '/opt/gupu/emacs-git'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Grep Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x b C-g C-h i M-x e m a v e r M-x m e n u b m M-x t o o - C-h n C-s f u l l s c r e e n C-s C-s C-a C-s C-s C-s C-a C-s C-s C-a < > C-s < C-x C-f C-g C-x C-f C-g C-x C-f / o p t / g u s r c / g i t - e m a c s - M-! g i t - g r e p SPC M-! SPC C-e g i t SPC d . d e s c r i b e M-x g r e p C-a g o t i t SPC C-e g i t . d e s c r o b i b e C-x p C-x o M-x s e n d C-g M-x m e n b m Recent messages: Tool-Bar mode disabled View mode: type C-h for help, h for commands, q to quit. Mark saved where search started [3 times] Mark set [2 times] Quit [2 times] /bin/bash: git-grep: command not found lisp/org/org.el: (if (eql 0 (shell-command "git describe --abbrev=4 HEAD")) Grep finished (matches found) Quit Menu-Bar mode enabled Load-path shadows: None found. From unknown Sun Jun 15 08:46:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Reply-To: Andreas Schwab , 4359@debbugs.gnu.org Resent-From: Andreas Schwab Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sun, 06 Sep 2009 17:05:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4359 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125225628614725 (code B ref -1); Sun, 06 Sep 2009 17:05:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Sep 2009 16:58:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n86Gw4Ma014722 for ; Sun, 6 Sep 2009 09:58:06 -0700 Received: from mail.gnu.org ([199.232.76.166]:46815 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MkL3z-0008B9-TL for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 12:58:03 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MkL3y-0005gO-33 for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 12:58:03 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:37097) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkL3x-0005fz-MD for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 12:58:01 -0400 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id A862F1C15384; Sun, 6 Sep 2009 18:57:58 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.1.215]) by mail.m-online.net (Postfix) with ESMTP id 69099902A4; Sun, 6 Sep 2009 18:57:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan2.mnet-online.de [192.168.1.215]) (amavisd-new, port 10024) with ESMTP id J-jTLBUG0Tli; Sun, 6 Sep 2009 18:57:57 +0200 (CEST) Received: from igel.home (DSL01.83.171.189.21.ip-pool.NEFkom.net [83.171.189.21]) by mail.mnet-online.de (Postfix) with ESMTP; Sun, 6 Sep 2009 18:57:57 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 461E410DC2A; Sun, 6 Sep 2009 18:57:56 +0200 (CEST) From: Andreas Schwab To: Ulrich Neumerkel Cc: 4359@debbugs.gnu.org, emacs-pretest-bug@gnu.org References: X-Yow: Do you have exactly what I want in a plaid poindexter bar bat?? Date: Sun, 06 Sep 2009 18:57:55 +0200 In-Reply-To: (Ulrich Neumerkel's message of "Sun, 06 Sep 2009 18:09:46 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Ulrich Neumerkel writes: > ---------- Buffer: *grep* ---------- > -*- mode: grep; default-directory: "/opt/gupu/src/emacs/" -*- > Grep started at Sun Sep 6 17:58:37 > > git grep -n -e git.describe > WARNING: terminal is not fully functional > ^Glisp/org/org.el:112: (if (eql 0 (shell-command "git describe --abbrev=4 HEAD")) The WARNING line and the ^G is written by less. You can work around that by disabling the pager or setting it to cat. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From unknown Sun Jun 15 08:46:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Reply-To: Ulrich Neumerkel , 4359@debbugs.gnu.org Resent-From: Ulrich Neumerkel Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sun, 06 Sep 2009 17:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4359 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125225671816495 (code B ref -1); Sun, 06 Sep 2009 17:15:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Sep 2009 17:05:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n86H5Gtj016488 for ; Sun, 6 Sep 2009 10:05:17 -0700 Received: from mail.gnu.org ([199.232.76.166]:47118 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MkLAx-0008Mg-MP for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 13:05:15 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MkLAu-0006n9-Aw for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 13:05:14 -0400 Received: from a4.complang.tuwien.ac.at ([128.130.173.65]:56969) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkLAt-0006mP-MM for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 13:05:11 -0400 Received: from ulrich by a4.complang.tuwien.ac.at with local (Exim 4.63) (envelope-from ) id 1MkLAq-0005Hd-61; Sun, 06 Sep 2009 19:05:08 +0200 To: schwab@linux-m68k.org, ulrich@complang.tuwien.ac.at Cc: 4359@debbugs.gnu.org, emacs-pretest-bug@gnu.org In-Reply-To: Message-Id: From: Ulrich Neumerkel Date: Sun, 06 Sep 2009 19:05:08 +0200 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Andreas Schwab >> git grep -n -e git.describe >> WARNING: terminal is not fully functional >> ^Glisp/org/org.el:112: (if (eql 0 (shell-command "git describe --abbrev=4 HEAD")) > >The WARNING line and the ^G is written by less. You can work around >that by disabling the pager or setting it to cat. This would be an ad-hoc workaround that does not work for the next tool. What is needed is that the command is called such that git or the pager doesn't think they are in an interactive environment. I.e., git grep -n -e git.describe | cat does work correctly. Not sure how to do this in a clean manner. From unknown Sun Jun 15 08:46:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Reply-To: Andreas Schwab , 4359@debbugs.gnu.org Resent-From: Andreas Schwab Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sun, 06 Sep 2009 17:25:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4359 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125225732518284 (code B ref -1); Sun, 06 Sep 2009 17:25:06 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Sep 2009 17:15:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n86HFNaj018277 for ; Sun, 6 Sep 2009 10:15:24 -0700 Received: from mx10.gnu.org ([199.232.76.166]:47804) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MkLKk-0000GA-NB for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 13:15:22 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MkLKj-0000Lw-FK for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 13:15:22 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:45003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkLKj-0000Lm-3b for emacs-pretest-bug@gnu.org; Sun, 06 Sep 2009 13:15:21 -0400 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 05E521C0070D; Sun, 6 Sep 2009 19:15:20 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.1.215]) by mail.m-online.net (Postfix) with ESMTP id EBF45902A4; Sun, 6 Sep 2009 19:15:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan2.mnet-online.de [192.168.1.215]) (amavisd-new, port 10024) with ESMTP id KmKfzJDMhN6p; Sun, 6 Sep 2009 19:15:18 +0200 (CEST) Received: from igel.home (DSL01.83.171.189.21.ip-pool.NEFkom.net [83.171.189.21]) by mail.mnet-online.de (Postfix) with ESMTP; Sun, 6 Sep 2009 19:15:18 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 75D7B10DC2A; Sun, 6 Sep 2009 19:15:18 +0200 (CEST) From: Andreas Schwab To: Ulrich Neumerkel Cc: 4359@debbugs.gnu.org, emacs-pretest-bug@gnu.org References: X-Yow: CHUBBY CHECKER just had a CHICKEN SANDWICH in downtown DULUTH! Date: Sun, 06 Sep 2009 19:15:18 +0200 In-Reply-To: (Ulrich Neumerkel's message of "Sun, 06 Sep 2009 19:05:08 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-CrossAssassin-Score: 2 Ulrich Neumerkel writes: > This would be an ad-hoc workaround that does not work for the next > tool. What is needed is that the command is called such that git or > the pager doesn't think they are in an interactive environment. That is easy, use a pipe instead of a pty (see process-connection-type). Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From unknown Sun Jun 15 08:46:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Reply-To: Sven Joachim , 4359@debbugs.gnu.org Resent-From: Sven Joachim Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sun, 06 Sep 2009 17:45:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4359 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4359-submit@emacsbugs.donarmstrong.com id=B4359.125225864621615 (code B ref 4359); Sun, 06 Sep 2009 17:45:04 +0000 Received: (at 4359) by emacsbugs.donarmstrong.com; 6 Sep 2009 17:37:26 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n86HbOBG021520 for <4359@emacsbugs.donarmstrong.com>; Sun, 6 Sep 2009 10:37:25 -0700 Received: (qmail invoked by alias); 06 Sep 2009 17:37:18 -0000 Received: from p54865981.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.89.129] by mail.gmx.net (mp008) with SMTP; 06 Sep 2009 19:37:18 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+yTEMEBXayoBHzrjCbU3Oy2AvctdXL5CFZMErd3b b1HmK7Brz4rUQF Received: by turtle.gmx.de (Postfix, from userid 1000) id 85DCC3548C; Sun, 6 Sep 2009 19:37:20 +0200 (CEST) From: Sven Joachim To: Ulrich Neumerkel Cc: 4359@debbugs.gnu.org, schwab@linux-m68k.org References: Date: Sun, 06 Sep 2009 19:37:20 +0200 In-Reply-To: (Ulrich Neumerkel's message of "Sun, 06 Sep 2009 19:05:08 +0200") Message-ID: <87pra40yb3.fsf@turtle.gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58 On 2009-09-06 19:05 +0200, Ulrich Neumerkel wrote: > Andreas Schwab >>> git grep -n -e git.describe >>> WARNING: terminal is not fully functional >>> ^Glisp/org/org.el:112: (if (eql 0 (shell-command "git describe --abbrev=4 HEAD")) >> >>The WARNING line and the ^G is written by less. You can work around >>that by disabling the pager or setting it to cat. > > This would be an ad-hoc workaround that does not work for the next > tool. What is needed is that the command is called such that git or > the pager doesn't think they are in an interactive environment. I set the pager in my .emacs: (setenv "PAGER" "/bin/cat") Works fine in all programs. Sven From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 23:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Schwab Cc: Ulrich Neumerkel , 4359@debbugs.gnu.org Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130947749821164 (code B ref 4359); Thu, 30 Jun 2011 23:45:02 +0000 Received: (at 4359) by debbugs.gnu.org; 30 Jun 2011 23:44:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcQun-0005VJ-Uo for submit@debbugs.gnu.org; Thu, 30 Jun 2011 19:44:58 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcQuk-0005V5-TN for 4359@debbugs.gnu.org; Thu, 30 Jun 2011 19:44:56 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QcQuX-0006L9-KK; Fri, 01 Jul 2011 01:44:41 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Andreas Schwab's message of "Sun, 06 Sep 2009 19:15:18 +0200") Date: Fri, 01 Jul 2011 01:44:36 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUAKCD7uHH+yYGQhVIA Ih8FNSYLAUHgAAACL0lEQVQ4jWWUXa6jMAyFPRp7AQ5iAQHddyjKe6QJ76HB+9/KHKfQ6Z1rqRTl 889xYkLTT4v+IL0s6KeFf0BXHWy93hH0BsOhiR86aAhxeoHoyw0/olUX6cBT4UW1AujSgs61hdCL h4iy6fcEOq4TcDqmS1XUoa4aRh2bS0v2eAFELHboVo+FZNUtSbv7GHg3IxJr22Bi1kMcLJyNREg2 cyM7Xqm0wjltyS6rZg6ijlSM1pA8HdavXDTpQnsl29oawY7k4FePqLxTltq1fD1nT9W8xkBcmauJ a0mPuXq+FyBUhxv24MsesYp4EUJtoSLkXsMMcFWnkGhHJpIWYpvGEM3Dn4hIFREnlK1DP1fzIocD siJMwn/kEbfJHV0WqVEte2Gh3LZKLVXfCAeVT94zS8nGpaD9CwS8ZS9f8l4KQ9MHKDujTCaAM79T GZ1ZOihgZyGrL5DYspxlz7l4RPH+eqqEzlEQvjDI252gjzhyB2yUS65gHuGdjxXpJSM3dcH12isd TldO3dWfJ10A+wxf5ChevXijJj6J6gBqse7kBKj9BCPm7MQYlEKFC/4wAU8HYcb+E0bLkxlE4wR9 SsKkaLU6gUEVnSSvSQwLdBBjSwozk3E97tnF+Vd2SZRxrmThAjFhbk/fXWbf9fe0h7kPJ5E/4fO4 QcTHYiLXTMv7i+rJ7G1t+gA62x3Qwjegc7rX/wNh8i+nre8LheINwveb5gLDprPfJ7hMbjBF/WEO /gJV1roSry45UgAAAABJRU5ErkJggg== X-Now-Playing: Various's _Music & Migration_: "Darren Hayman - Summer Visitors" X-Hashcash: 1:23:110630:schwab@linux-m68k.org::Ee5DcJfz4NZ/ON71:00000000000000000000000000000000000000001vRS X-Hashcash: 1:23:110630:ulrich@complang.tuwien.ac.at::RyK2csGZ0tdPgGPP:0000000000000000000000000000000003Q5u X-Hashcash: 1:23:110630:4359@debbugs.gnu.org::qrjdgi+TBbVdYedQ:000000000000000000000000000000000000000005ySi X-Hashcash: 1:23:110630:4359@debbugs.gnu.org::yHazGZTpinNa2WYJ:000000000000000000000000000000000000000008QYF X-Hashcash: 1:23:110630:emacs-pretest-bug@gnu.org::IsFGBXx2UQprqaXt:000000000000000000000000000000000000QNLa MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QcQuX-0006L9-KK X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310082281.70017@EKbaqVvyTRDAoNl2hVs5Sg X-Spam-Status: No X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Andreas Schwab writes: >> This would be an ad-hoc workaround that does not work for the next >> tool. What is needed is that the command is called such that git or >> the pager doesn't think they are in an interactive environment. > > That is easy, use a pipe instead of a pty (see process-connection-type). Are there any reasons why `M-x grep' and friends (i.e. `compilation-start', really) shouldn't bind `process-connection-type' to nil? That is, do any of the `compile'-derived functions need a pty? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep References: Resent-From: Ulrich Neumerkel Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 23:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: larsi@gnus.org, schwab@linux-m68k.org Cc: ulrich@complang.tuwien.ac.at, 4359@debbugs.gnu.org Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130947793821806 (code B ref 4359); Thu, 30 Jun 2011 23:53:01 +0000 Received: (at 4359) by debbugs.gnu.org; 30 Jun 2011 23:52:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcR1t-0005ff-EJ for submit@debbugs.gnu.org; Thu, 30 Jun 2011 19:52:17 -0400 Received: from a4.complang.tuwien.ac.at ([128.130.173.65]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcQzv-0005cd-Oe for 4359@debbugs.gnu.org; Thu, 30 Jun 2011 19:50:16 -0400 Received: from ulrich by a4.complang.tuwien.ac.at with local (Exim 4.69) (envelope-from ) id 1QcQzo-0007pn-KL; Fri, 01 Jul 2011 01:50:08 +0200 In-Reply-To: Message-Id: From: Ulrich Neumerkel Date: Fri, 01 Jul 2011 01:50:08 +0200 X-Spam-Score: -2.6 (--) X-Mailman-Approved-At: Thu, 30 Jun 2011 19:52:15 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Lars Magne Ingebrigtsen: >Are there any reasons why `M-x grep' and friends >(i.e. `compilation-start', really) shouldn't bind >`process-connection-type' to nil? M-x grep highlights the actual matches. So this is not a simple pipe. From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2011 00:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Ulrich Neumerkel Cc: schwab@linux-m68k.org, 4359@debbugs.gnu.org Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130947850222671 (code B ref 4359); Fri, 01 Jul 2011 00:02:02 +0000 Received: (at 4359) by debbugs.gnu.org; 1 Jul 2011 00:01:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcRAz-0005tc-O5 for submit@debbugs.gnu.org; Thu, 30 Jun 2011 20:01:41 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcRAw-0005tQ-Fa for 4359@debbugs.gnu.org; Thu, 30 Jun 2011 20:01:39 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QcRAl-0006au-4L; Fri, 01 Jul 2011 02:01:27 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Ulrich Neumerkel's message of "Fri, 01 Jul 2011 01:50:08 +0200") Date: Fri, 01 Jul 2011 02:01:23 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUAKCD7uHH+yYGQhVIA Ih8FNSYLAUHgAAACL0lEQVQ4jWWUXa6jMAyFPRp7AQ5iAQHddyjKe6QJ76HB+9/KHKfQ6Z1rqRTl 889xYkLTT4v+IL0s6KeFf0BXHWy93hH0BsOhiR86aAhxeoHoyw0/olUX6cBT4UW1AujSgs61hdCL h4iy6fcEOq4TcDqmS1XUoa4aRh2bS0v2eAFELHboVo+FZNUtSbv7GHg3IxJr22Bi1kMcLJyNREg2 cyM7Xqm0wjltyS6rZg6ijlSM1pA8HdavXDTpQnsl29oawY7k4FePqLxTltq1fD1nT9W8xkBcmauJ a0mPuXq+FyBUhxv24MsesYp4EUJtoSLkXsMMcFWnkGhHJpIWYpvGEM3Dn4hIFREnlK1DP1fzIocD siJMwn/kEbfJHV0WqVEte2Gh3LZKLVXfCAeVT94zS8nGpaD9CwS8ZS9f8l4KQ9MHKDujTCaAM79T GZ1ZOihgZyGrL5DYspxlz7l4RPH+eqqEzlEQvjDI252gjzhyB2yUS65gHuGdjxXpJSM3dcH12isd TldO3dWfJ10A+wxf5ChevXijJj6J6gBqse7kBKj9BCPm7MQYlEKFC/4wAU8HYcb+E0bLkxlE4wR9 SsKkaLU6gUEVnSSvSQwLdBBjSwozk3E97tnF+Vd2SZRxrmThAjFhbk/fXWbf9fe0h7kPJ5E/4fO4 QcTHYiLXTMv7i+rJ7G1t+gA62x3Qwjegc7rX/wNh8i+nre8LheINwveb5gLDprPfJ7hMbjBF/WEO /gJV1roSry45UgAAAABJRU5ErkJggg== X-Now-Playing: Various's _Music & Migration_: "brave timbers - Let's Never Go Back" X-Hashcash: 1:23:110701:ulrich@complang.tuwien.ac.at::zCCCgHGkRRxm5KgJ:0000000000000000000000000000000009OcH X-Hashcash: 1:23:110701:schwab@linux-m68k.org::H9/hUl7cx0OHfrCh:0000000000000000000000000000000000000000If4u X-Hashcash: 1:23:110701:4359@debbugs.gnu.org::zSzquBdcYxGtXE+3:00000000000000000000000000000000000000000BdvP MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QcRAl-0006au-4L X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310083287.30945@gW0KHrxGj0Bdv4kvbLYFfQ X-Spam-Status: No X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Ulrich Neumerkel writes: > Lars Magne Ingebrigtsen: >>Are there any reasons why `M-x grep' and friends >>(i.e. `compilation-start', really) shouldn't bind >>`process-connection-type' to nil? > > M-x grep highlights the actual matches. So this is not a simple pipe. Right, so when grep detects that it's not a PTY, it switches the GREP_COLOR(S) stuff off? And there's no way to force that to be on? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2011 01:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 4359@debbugs.gnu.org, schwab@linux-m68k.org, Ulrich Neumerkel Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130948286728914 (code B ref 4359); Fri, 01 Jul 2011 01:15:02 +0000 Received: (at 4359) by debbugs.gnu.org; 1 Jul 2011 01:14:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcSJO-0007WJ-SO for submit@debbugs.gnu.org; Thu, 30 Jun 2011 21:14:27 -0400 Received: from smtp-out4.starman.ee ([85.253.0.6] helo=mx2.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcSJL-0007W4-2M for 4359@debbugs.gnu.org; Thu, 30 Jun 2011 21:14:24 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Received: from mail.starman.ee (62.65.210.87.cable.starman.ee [62.65.210.87]) by mx2.starman.ee (Postfix) with ESMTP id 43FF53F4135; Fri, 1 Jul 2011 04:14:11 +0300 (EEST) From: Juri Linkov Organization: JURTA References: Date: Fri, 01 Jul 2011 04:11:01 +0300 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 01 Jul 2011 02:01:23 +0200") Message-ID: <878vsi4xga.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -3.3 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.2 (---) >>>Are there any reasons why `M-x grep' and friends >>>(i.e. `compilation-start', really) shouldn't bind >>>`process-connection-type' to nil? >> >> M-x grep highlights the actual matches. So this is not a simple pipe. > > Right, so when grep detects that it's not a PTY, it switches the > GREP_COLOR(S) stuff off? And there's no way to force that to be on? Yes, grep switches colors off if it's not a PTY: http://thread.gmane.org/gmane.emacs.devel/83316/focus=83449 From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2011 06:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 4359@debbugs.gnu.org, schwab@linux-m68k.org, Ulrich Neumerkel Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130950349830357 (code B ref 4359); Fri, 01 Jul 2011 06:59:02 +0000 Received: (at 4359) by debbugs.gnu.org; 1 Jul 2011 06:58:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcXg9-0007ta-Ve for submit@debbugs.gnu.org; Fri, 01 Jul 2011 02:58:18 -0400 Received: from smtprelay-b11.telenor.se ([62.127.194.20]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcXg7-0007tM-1k for 4359@debbugs.gnu.org; Fri, 01 Jul 2011 02:58:15 -0400 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 40C96EA635 for <4359@debbugs.gnu.org>; Fri, 1 Jul 2011 08:58:09 +0200 (CEST) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: As5VAB1vDU5V4S1kPGdsb2JhbABSiQqeUgsBAQEBHhkNJYh7wFKGMgSXJos8 X-IronPort-AV: E=Sophos;i="4.65,456,1304287200"; d="scan'208";a="202966748" Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 01 Jul 2011 08:58:08 +0200 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 7510F7FA05A; Fri, 1 Jul 2011 08:58:08 +0200 (CEST) Message-ID: <4E0D7000.7040802@swipnet.se> Date: Fri, 01 Jul 2011 08:58:08 +0200 From: Jan =?UTF-8?Q?Dj=C3=A4rv?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) 2011-07-01 02:01, Lars Magne Ingebrigtsen skrev: > Ulrich Neumerkel writes: > >> Lars Magne Ingebrigtsen: >>> Are there any reasons why `M-x grep' and friends >>> (i.e. `compilation-start', really) shouldn't bind >>> `process-connection-type' to nil? >> >> M-x grep highlights the actual matches. So this is not a simple pipe. > > Right, so when grep detects that it's not a PTY, it switches the > GREP_COLOR(S) stuff off? And there's no way to force that to be on? > grep --color=always Jan D. From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2011 10:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Cc: 4359@debbugs.gnu.org, schwab@linux-m68k.org, Ulrich Neumerkel Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.130951530217776 (code B ref 4359); Fri, 01 Jul 2011 10:15:04 +0000 Received: (at 4359) by debbugs.gnu.org; 1 Jul 2011 10:15:02 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcakX-0004ca-T6 for submit@debbugs.gnu.org; Fri, 01 Jul 2011 06:15:02 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcakU-0004bu-H5 for 4359@debbugs.gnu.org; Fri, 01 Jul 2011 06:14:59 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QcakJ-00038E-3f; Fri, 01 Jul 2011 12:14:47 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <4E0D7000.7040802@swipnet.se> ("Jan \=\?iso-8859-1\?Q\?Dj\=E4rv\=22\?\= \=\?iso-8859-1\?Q\?'s\?\= message of "Fri, 01 Jul 2011 08:58:08 +0200") Date: Fri, 01 Jul 2011 12:13:14 +0200 Message-ID: References: <4E0D7000.7040802@swipnet.se> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEU3IBXZ8vK94+aMZkme ppWy0tOVZtnhAAACVUlEQVQ4jWWUy3IjIQxFVYPnA6Dc+2mN2ZNA9k4Qe0Pg/39lroQzjxrKrmrr tKSrByZpbS4pItJmY156GIemKJAhTS1x1lQ2WPqqjHPyGswxEdHFgNnbx3lwxM9P0vNhAGb54O71 NU4GXpk9QGvSwjjUHs1O39h7mlOzxiWa8kbOAXz3AAs542qLoZV/5lxySpfTqyqVOYal+FHzu9Ts NPmtaYxodn7U0j/zBmv1rtUOPjWUa8klLYSG9HP0CJc++JGoQLF5xNZ76D74I8TxIFdqtkJots6j H4uD7/xw2giiopWvEfWDWjjcneRS3RPAONFGFXYn9D87bSPAsX4P4U4Zx/pLptQO5D5IK4eswYQx mdn7M/BPcupAFwXIoS4nGhduZHWQ+4DctV0MxD0Ph1HRzrqB97cneAWIf4MrrAkfgDmG918goOVQ 5SpCNWT2JgromKgPQBTo24G9Qe+L1IpiGpPGD2oMlkQWupuxczQ24O0QPhdiZXSWnv34krUQC+1q /wMBuP8DxO8SVVeR9QeknT0A5JobYafMfqOXbuiqOXIhm1Fc8ZPycXpNdN1ANxcNXtWll7ajzVxK JVwCWbNN7N9ldQPHUd4EF8cOAjtqT+AX2pw3sB3Ygq05BrAyRcFbeBI4HlikWrBlCoqPOxZ0X5Gj 7hTYZyg8nx5XXb0NdNfwBPvZJ1cDE7mTrq3YFxNJhbD2CIZJX2o1hUDvhTIGrxNwcM2QN3FN13yR DaqkXDXSmy3diMXfkbLWquFcwURxofBng2dUKy7VPFURqN0C2x/6BVA4xtY6rSduAAAAAElFTkSu QmCC X-Now-Playing: =?UTF-8?Q?Beyonc=C3=A9's?= _B'day_: "Flaws and All" X-Hashcash: 1:23:110701:jan.h.d@swipnet.se::xTUv1JkeM3znIw/5:0000000000000000000000000000000000000000000CKCm X-Hashcash: 1:23:110701:4359@debbugs.gnu.org::9TNDdgd0g1KfTLIM:00000000000000000000000000000000000000000GYQ3 X-Hashcash: 1:23:110701:ulrich@complang.tuwien.ac.at::bWOgCKfsbTFklhN2:000000000000000000000000000000000Sb9v X-Hashcash: 1:23:110701:schwab@linux-m68k.org::/LpHBDNtMYFt6/k7:0000000000000000000000000000000000000001E3vl MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: 1QcakJ-00038E-3f X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310120087.29093@f/dGjYZiPfWfcRD642Ui1Q X-Spam-Status: No X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Jan Dj=E4rv writes: > grep --color=3Dalways Hm. But I guess people don't want to have that explicitly on the command line they're editing when doing `M-x grep'? The original problem was that the user had used a command that has "less" as part of its pipeline, if running under a PTY. Many other commands react to the PTY in different ways (some that we want, like the GREP_COLOR thing), and some that we don't want (like running less). I'm not sure there's a fix here that will satisfy all use cases. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2011 16:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 4359@debbugs.gnu.org, Jan =?UTF-8?Q?Dj=C3=A4rv?= , schwab@linux-m68k.org, Ulrich Neumerkel Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.13095389457880 (code B ref 4359); Fri, 01 Jul 2011 16:50:02 +0000 Received: (at 4359) by debbugs.gnu.org; 1 Jul 2011 16:49:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qcgts-000233-M0 for submit@debbugs.gnu.org; Fri, 01 Jul 2011 12:49:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qcgtq-00022Z-4j for 4359@debbugs.gnu.org; Fri, 01 Jul 2011 12:49:02 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qcgth-00007r-U0; Fri, 01 Jul 2011 12:48:53 -0400 From: Dan Nicolaescu References: <4E0D7000.7040802@swipnet.se> Date: Fri, 01 Jul 2011 12:48:53 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 01 Jul 2011 12:13:14 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -6.5 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) Lars Magne Ingebrigtsen writes: > Jan Dj=C3=A4rv writes: > >> grep --color=3Dalways > > Hm. But I guess people don't want to have that explicitly on the > command line they're editing when doing `M-x grep'? > > The original problem was that the user had used a command that has > "less" as part of its pipeline, if running under a PTY. Many other > commands react to the PTY in different ways (some that we want, like the > GREP_COLOR thing), and some that we don't want (like running less). > > I'm not sure there's a fix here that will satisfy all use cases. Does setting GREP_OPTIONS to --color=3Dalways work? From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: 23.1.50; ^G in M-x grep mode with git grep Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Jul 2011 12:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dan Nicolaescu Cc: 4359@debbugs.gnu.org, Jan =?UTF-8?Q?Dj=C3=A4rv?= , schwab@linux-m68k.org, Ulrich Neumerkel Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.13096101904774 (code B ref 4359); Sat, 02 Jul 2011 12:37:02 +0000 Received: (at 4359) by debbugs.gnu.org; 2 Jul 2011 12:36:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QczR0-0001Ew-FO for submit@debbugs.gnu.org; Sat, 02 Jul 2011 08:36:30 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QczQu-0001EW-3r for 4359@debbugs.gnu.org; Sat, 02 Jul 2011 08:36:28 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QczQi-0004SX-0C; Sat, 02 Jul 2011 14:36:12 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Dan Nicolaescu's message of "Fri, 01 Jul 2011 12:48:53 -0400") Date: Sat, 02 Jul 2011 14:35:59 +0200 Message-ID: References: <4E0D7000.7040802@swipnet.se> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEXN0OZMVpvw8Pbf4e8j KnJ/h78QE1JibKy4vdz6+vs5Qon////+//4GBjz+/v2gps9PbVDcAAAB7UlEQVQ4jWPYjQH2gYhN DJgSu/FK7MMlsXsQS7zGLvFISXkeiLkPTWKf8gcGJj0sOh73B0rJM83DlFD45SUutaJ5NrrEPgbf FPHwciZtDAnT3Cs/OpQ/WKJL7Oy6e80tq8JACV1i899ry8PdHJuZFfrLl/9ggDuPYdParA8MUS4i 6SUuLgul3LLEP72G6sh1bJrJLrhq4SqXVYJubi4paUubXoIkNlxz71Q2FaxycUtxcbuWe+1a7hUX t09gCcfPCq0Ll+VmBYcLCi5Z4pbm4uXiqg006lpKfXP7smur5DV+fG3g6Pi6tDTkyvKfQMvTFsx+ UJW2qvxzP4PBf6NHMy0YauVbPwD9wTxv5/wqr4Wl8eHx9uU/frxhMk3lfF8BDKv5rsoK4W4LpZYs W1guKOLyP6KtaBJrASjYf3mt4M9Nc0lzWVjiIpXmuHRJxNfQIFBETXVbuDD3msvSz5OUNJU54gv9 AwXLuUESG6S+pN1NWc8MCY19L4INOpjAUbvTIuTu3Yp4y3focb57s9vdu5/l0cIdJLFp7d2LGgXa GBKTlMvuXpz34TWGxMv539MC7NEjHWTUzvYC08KmeZgSux93hNcji++DSQBznDF6MoVI7Hz5cjdW CSxgkEpgy39giXdA8PrdvteoWXTfOwDxau8WPR5s+AAAAABJRU5ErkJggg== X-Now-Playing: Various's _Jonny_: "Peaches - Jonny" X-Hashcash: 1:23:110702:jan.h.d@swipnet.se::HED5IoKsz6BoeLOm:00000000000000000000000000000000000000000000t7O X-Hashcash: 1:23:110702:dann@gnu.org::DDlfpTwDVGu7JQc0:000004CSz X-Hashcash: 1:23:110702:ulrich@complang.tuwien.ac.at::LV2xD9jdvIVTzDHb:000000000000000000000000000000000CLi8 X-Hashcash: 1:23:110702:schwab@linux-m68k.org::5lvUSZjARf8x9IA/:0000000000000000000000000000000000000000ix3b X-Hashcash: 1:23:110702:4359@debbugs.gnu.org::lZ6/LA5DEjdEgLRN:00000000000000000000000000000000000000000ne62 MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QczQi-0004SX-0C X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310214972.45478@cFLl3M/1IFRlRLbml6Y1cw X-Spam-Status: No X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Dan Nicolaescu writes: > Does setting > GREP_OPTIONS to --color=always > work? Yes. But if the user then types "grep foo *.el | bar", the bar command will then be getting the escape sequences, which probably isn't what we want. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 02:28:52 2013 Received: (at control) by debbugs.gnu.org; 1 Nov 2013 06:28:52 +0000 Received: from localhost ([127.0.0.1]:56277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vc8E0-0001sn-2b for submit@debbugs.gnu.org; Fri, 01 Nov 2013 02:28:52 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:44433 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vc8Dw-0001sY-8a for control@debbugs.gnu.org; Fri, 01 Nov 2013 02:28:50 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Vc8Dv-0004Kf-UH for control@debbugs.gnu.org; Fri, 01 Nov 2013 02:28:48 -0400 Date: Fri, 01 Nov 2013 02:28:47 -0400 Message-Id: Subject: control message for bug 4359 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: control 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: -5.5 (-----) merge 15775 4359 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 15 03:26:20 2013 Received: (at control) by debbugs.gnu.org; 15 Nov 2013 08:26:20 +0000 Received: from localhost ([127.0.0.1]:53926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VhEjK-0001Hf-Ta for submit@debbugs.gnu.org; Fri, 15 Nov 2013 03:26:19 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:59919 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VhEjI-0001HV-8X for control@debbugs.gnu.org; Fri, 15 Nov 2013 03:26:16 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VhEjH-00037Q-M2 for control@debbugs.gnu.org; Fri, 15 Nov 2013 03:26:15 -0500 Date: Fri, 15 Nov 2013 03:26:15 -0500 Message-Id: Subject: control message for bug 15771 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) forcemerge 15775 15771 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 15 03:26:39 2013 Received: (at control) by debbugs.gnu.org; 15 Nov 2013 08:26:39 +0000 Received: from localhost ([127.0.0.1]:53930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VhEje-0001IG-1X for submit@debbugs.gnu.org; Fri, 15 Nov 2013 03:26:38 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:59935 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VhEja-0001I5-RK for control@debbugs.gnu.org; Fri, 15 Nov 2013 03:26:35 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VhEja-0003DC-Kq for control@debbugs.gnu.org; Fri, 15 Nov 2013 03:26:34 -0500 Date: Fri, 15 Nov 2013 03:26:34 -0500 Message-Id: Subject: control message for bug 15771 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) unmerge 15771 From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: bug#15775: 24.3.50; "WARNING: terminal is not fully functional" in Comint and Eshell Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 May 2022 12:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dan Nicolaescu Cc: 15775@debbugs.gnu.org, Jan =?UTF-8?Q?Dj=C3=A4rv?= , schwab@linux-m68k.org, Ulrich Neumerkel , 4359@debbugs.gnu.org Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.16517545903417 (code B ref 4359); Thu, 05 May 2022 12:44:01 +0000 Received: (at 4359) by debbugs.gnu.org; 5 May 2022 12:43:10 +0000 Received: from localhost ([127.0.0.1]:44676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaoy-0000sq-IW for submit@debbugs.gnu.org; Thu, 05 May 2022 08:43:10 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaow-0000sI-Th; Thu, 05 May 2022 08:43:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=v1OKFyVADpDvM3xlAUPN8bwtiVf2BMe0NlPGscHSaAQ=; b=l83io5/x4xzoBIMR5O+5JT/E+f TFQQDrP3NLhMRk3tXEBkoRtE+fSBJ7QHUMEmoRjK4F8xQJQJZNsvCknsJ+he1eMQKxUTrDO+U+c9s zAX+VhFbHnOe0De4tvoKL8ex0u5xplj5K8MmkneyO1yQ7nco9eb5N2W6X9nfum67RH4s=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmaoj-0001qs-Kj; Thu, 05 May 2022 14:42:51 +0200 From: Lars Ingebrigtsen References: <4E0D7000.7040802@swipnet.se> X-Now-Playing: Kiko Dinucci's _Rastilho_: "=?UTF-8?Q?Olod=C3=A9?=" Date: Thu, 05 May 2022 14:42:49 +0200 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 02 Jul 2011 14:35:59 +0200") Message-ID: <87czgsqhfa.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: This change makes "git grep" work as a grep command with `M-x grep' (if you remove --null). It's shouldn't have a negative impact on much anything else (because no pagers should be used anywhere here) [...] 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: -2.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: -3.3 (---) This change makes "git grep" work as a grep command with `M-x grep' (if you remove --null). It's shouldn't have a negative impact on much anything else (because no pagers should be used anywhere here), but perhaps it should be done in grep.el instead of compile.el... Anybody got any comments? diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 6753cf0b02..c88eb10693 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1895,6 +1895,9 @@ compilation-start (and (derived-mode-p 'comint-mode) (comint-term-environment)) (list (format "INSIDE_EMACS=%s,compile" emacs-version)) + ;; Some external programs (like "git grep") use a pager; + ;; defeat that. + (list "PAGER=") (copy-sequence process-environment)))) (setq-local compilation-arguments (list command mode name-function highlight-regexp)) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu May 05 08:43:11 2022 Received: (at control) by debbugs.gnu.org; 5 May 2022 12:43:11 +0000 Received: from localhost ([127.0.0.1]:44680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmap5-0000tC-5V for submit@debbugs.gnu.org; Thu, 05 May 2022 08:43:11 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmaoy-0000sL-Ac for control@debbugs.gnu.org; Thu, 05 May 2022 08:43:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Z2CojJxRI45KpyZ3e0vTRsSc8d4/cmwzjUQaVeUR4m8=; b=tAFCvvPMdxRj0NH3fDrYd8lygN NiA3hCBTvO7gggvg7TgzDKBsfP1tq2NBH1kc1OGdlXkSeneJ15bmZfY/n75uXRrIO7vwWDWg2+KKs 8G4uOuS6JbiSqd5seWyv/MB0I8Q+fh1O+1sSmL+xXNBCB2qQbS1pUnyKhdDQj6qZBfr8=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmaoq-0001qz-MI for control@debbugs.gnu.org; Thu, 05 May 2022 14:42:58 +0200 Date: Thu, 05 May 2022 14:42:56 +0200 Message-Id: <87bkwcqhf3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15775 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 15775 + moreinfo 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: -2.3 (--) 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: -3.3 (---) tags 15775 + moreinfo quit From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: bug#15775: 24.3.50; "WARNING: terminal is not fully functional" in Comint and Eshell Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 02 Jun 2022 13:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Dan Nicolaescu Cc: 4359@debbugs.gnu.org, 15775@debbugs.gnu.org, Jan =?UTF-8?Q?Dj=C3=A4rv?= , schwab@linux-m68k.org, Ulrich Neumerkel Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.165417524317571 (code B ref 4359); Thu, 02 Jun 2022 13:08:02 +0000 Received: (at 4359) by debbugs.gnu.org; 2 Jun 2022 13:07:23 +0000 Received: from localhost ([127.0.0.1]:53082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwkXq-0004ZD-Kg for submit@debbugs.gnu.org; Thu, 02 Jun 2022 09:07:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwkXp-0004Yk-G7; Thu, 02 Jun 2022 09:07:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wd2b4wlFfMf2H03hR5y2aHUsJUisadkxC5waVIDnqJE=; b=YCi1fGiMJaC22mujE23eYq3ZjO re4Zt0moN7vk0UGwUhU+iQij1Qf6ANlo6ctbTwx5hPen2tRaVhvLTezD+vod177O9NLJEC+MIMqI4 cmUaKUacTxFjjG9hgzAkEjmz9Ob8jF/HLsb1snR2BvZJkLYFeAFNDGnGji6TPDwfN4mY=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nwkXb-0007wA-Dm; Thu, 02 Jun 2022 15:07:10 +0200 From: Lars Ingebrigtsen References: <4E0D7000.7040802@swipnet.se> <87czgsqhfa.fsf_-_@gnus.org> Date: Thu, 02 Jun 2022 15:07:06 +0200 In-Reply-To: <87czgsqhfa.fsf_-_@gnus.org> (Lars Ingebrigtsen's message of "Thu, 05 May 2022 14:42:49 +0200") Message-ID: <878rqfxlhh.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Lars Ingebrigtsen writes: > This change makes "git grep" work as a grep command with `M-x grep' (if > you remove --null). It's shouldn't have a negative impact on much > anything else (because no pagers should be used anywhere [...] 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: -2.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: -3.3 (---) Lars Ingebrigtsen writes: > This change makes "git grep" work as a grep command with `M-x grep' (if > you remove --null). It's shouldn't have a negative impact on much > anything else (because no pagers should be used anywhere here), but > perhaps it should be done in grep.el instead of compile.el... > > Anybody got any comments? [...] > + ;; Some external programs (like "git grep") use a pager; > + ;; defeat that. > + (list "PAGER=") Nobody had any comments, and it doesn't seem likely that this will regress anything, so I've now pushed this to Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 02 09:07:22 2022 Received: (at control) by debbugs.gnu.org; 2 Jun 2022 13:07:22 +0000 Received: from localhost ([127.0.0.1]:53080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwkXq-0004ZB-FW for submit@debbugs.gnu.org; Thu, 02 Jun 2022 09:07:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwkXp-0004Yl-Kp for control@debbugs.gnu.org; Thu, 02 Jun 2022 09:07:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=STLZl7wFfeAFtEzZdAMWTv9s51b8mtfhifnfC/GiOBo=; b=A7hcvQxfwBSh1s7S8xCQl0ZDch cmF2n/3lP51gqsEaGcD7EiJTc24ujeUPx8KJyyFhvEMZP9rgvRQQFuNlybpEW3gFAHWi218YcaUye FpoKkHscpVnzdXA8EwJp9tmMDKhHjCrFWcWUNoARX2/p4Cmb/UXxF5rfcqxFEfUK1qUE=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nwkXh-0007wH-O9 for control@debbugs.gnu.org; Thu, 02 Jun 2022 15:07:15 +0200 Date: Thu, 02 Jun 2022 15:07:13 +0200 Message-Id: <877d5zxlha.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15775 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: close 15775 29.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: -2.3 (--) 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: -3.3 (---) close 15775 29.1 quit From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: bug#15775: 24.3.50; "WARNING: terminal is not fully functional" in Comint and Eshell Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Jun 2022 17:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen , Dan Nicolaescu Cc: 15775@debbugs.gnu.org, Jan =?UTF-8?Q?Dj=C3=A4rv?= , schwab@linux-m68k.org, Ulrich Neumerkel , 4359@debbugs.gnu.org Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.165436426221768 (code B ref 4359); Sat, 04 Jun 2022 17:38:02 +0000 Received: (at 4359) by debbugs.gnu.org; 4 Jun 2022 17:37:42 +0000 Received: from localhost ([127.0.0.1]:59614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxXiY-0005f0-GR for submit@debbugs.gnu.org; Sat, 04 Jun 2022 13:37:42 -0400 Received: from mail-wm1-f46.google.com ([209.85.128.46]:52751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxXiW-0005ek-D4; Sat, 04 Jun 2022 13:37:41 -0400 Received: by mail-wm1-f46.google.com with SMTP id q15so2458830wmj.2; Sat, 04 Jun 2022 10:37:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=FdPnF24Hk6QxYtBOp00xUFgEySbCM/dO4vy2Tfgqz1c=; b=fAIw1OnsWHCRA4l6QXlRMxvylJEHURpHC4onxya6KSxYVSQ/Dq+hQj3SXlN1s1EbdI eYF7sHxqInW59fBws/WGUM96Oc50e3R3G/aHMsh4cebV0BEZpgPa6etax28cX7a+qE+y 3pU6NdHFY6Qcwiv9T6Mbr14MIWWTirN30QwCD0IwwKhFQKW1dPFVZZSKsQzZKeGELesO 8vqXyK+JptxFvzwqVsFAx/fiicsFjkKrB2pbN4AWLDZkvGyjNrvJ0CpXfX0npDODvYCm 3OvPyXMSrMyn/Wh1ksSd6cN7WF03H35S4pf6/O0APi97WsCx8jeU5zerIhH4+I/mtMJ4 fzvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :subject:content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=FdPnF24Hk6QxYtBOp00xUFgEySbCM/dO4vy2Tfgqz1c=; b=y/E012cO49chWclPX0GraV3wZR0ZBzVUaMa67JAb/lQDXXXFlEzUEgRoVKJ65AnVxU jAzwcLmNaJ5a+etwpG/aFlmuw7zocG1rjhcMwVULzVYcevjh31FVr/gk9gmGzchsm803 nHJ18BRywEeqeywcaB64VMIOT+QUH7pDnbRe2pZL+6peNe4fO4JYiNM70XStCWGiyinE 5/ubeMATHhagrcOd9DBFO7amj05Pp+5quXz4ZuL+JXPVWeMShu1KmLyhbMSBjevVVP3H S0cmJc0wXud1PXorzqdV9OLLjw2q+mOIU3z7Hjkq2qSI9agHc6tmFNsokYfAANrx/EZB /TwQ== X-Gm-Message-State: AOAM530l5NWOZe9Y2aK1e7A77cnw7oN+Ga+iJvmrD35QeWc+g5bXxZGB ZFM84+t4Ai4hWofvSVrI3T4= X-Google-Smtp-Source: ABdhPJxyaCdZadf/3qRX+azeL1TwltAWmPcfl+mhAo4d9qEHJg2ULFsCtwqvOpDvZSjHUTP+f1aSLg== X-Received: by 2002:a7b:c5cb:0:b0:397:47ae:188f with SMTP id n11-20020a7bc5cb000000b0039747ae188fmr43374919wmk.137.1654364254353; Sat, 04 Jun 2022 10:37:34 -0700 (PDT) Received: from [192.168.0.6] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id h12-20020a05600c2cac00b0039749256d74sm16919634wmc.2.2022.06.04.10.37.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 04 Jun 2022 10:37:33 -0700 (PDT) Message-ID: <01702a44-ba8b-d1cc-7693-bbfee2c3f0aa@yandex.ru> Date: Sat, 4 Jun 2022 20:37:31 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: en-US References: <4E0D7000.7040802@swipnet.se> <87czgsqhfa.fsf_-_@gnus.org> <878rqfxlhh.fsf_-_@gnus.org> From: Dmitry Gutov In-Reply-To: <878rqfxlhh.fsf_-_@gnus.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) 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: -0.5 (/) On 02.06.2022 16:07, Lars Ingebrigtsen wrote: > Lars Ingebrigtsen writes: > >> This change makes "git grep" work as a grep command with `M-x grep' (if >> you remove --null). It's shouldn't have a negative impact on much >> anything else (because no pagers should be used anywhere here), but >> perhaps it should be done in grep.el instead of compile.el... >> >> Anybody got any comments? > [...] > >> + ;; Some external programs (like "git grep") use a pager; >> + ;; defeat that. >> + (list "PAGER=") > Nobody had any comments, and it doesn't seem likely that this will > regress anything, so I've now pushed this to Emacs 29. Hi Lars, Back when I filed bug#15775, Glenn merged it with bug#4359. Looks like you are fixing only the latter bug here. The package I mentioned in the original report, inf-ruby, derives from comint-mode. It doesn't derive from compilation-mode, so the pushed change can't affect it or fix the problem there. N.B.: Even a decade later, I still have (setenv "PAGER" (executable-find "cat")) in my init script. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 05 10:12:02 2022 Received: (at control) by debbugs.gnu.org; 5 Jun 2022 14:12:02 +0000 Received: from localhost ([127.0.0.1]:33117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxqz4-0008Kh-1Y for submit@debbugs.gnu.org; Sun, 05 Jun 2022 10:12:02 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxqyo-0008Jr-Be for control@debbugs.gnu.org; Sun, 05 Jun 2022 10:12:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=G4wrkRD4AAoV8f/o798x2EONqBJBFfTumWKjc0Vlq7s=; b=k1ghnXu7waCRxK+td2pTN82Xhj 9VR7AxDPPnoUxVTnBO2JS52NyyPgRBNaNh9vKE0ucMvvnffXsGgqHJPeuSTo5gPYsKzL2cUdXdJNH h+HdffOssjJLwvr28rx0nN+JcWuD+LiGXPhAbDQC4ZrCArP5u43LKUs+Gpz3Q4LoSf4M=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nxqyg-0001md-45 for control@debbugs.gnu.org; Sun, 05 Jun 2022 16:11:40 +0200 Date: Sun, 05 Jun 2022 16:11:36 +0200 Message-Id: <878rqb42uf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15775 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: unmerge 15775 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: -3.3 (---) unmerge 15775 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 05 10:14:41 2022 Received: (at control) by debbugs.gnu.org; 5 Jun 2022 14:14:41 +0000 Received: from localhost ([127.0.0.1]:33133 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxr1c-0008QE-Vs for submit@debbugs.gnu.org; Sun, 05 Jun 2022 10:14:41 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxr1b-0008Q1-W4 for control@debbugs.gnu.org; Sun, 05 Jun 2022 10:14:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ey7+c527bvV6Owu6Z8rIt53yvypn2Ygs4r+qULERwEA=; b=QKzXLHimZweYPvq02kV2m2tKTI dohqu6dvOubX/VaG0la3K9d6QWONDEXbF2mIfC7/RbtmTwMUWQi0Ht4zG4NgT2lG4L2/E1fLMdVW1 kJ+PBl8DWkwCVMmUhG045pUbB736SCuaqDDFTGdtFfa+Df8NJftiX77R4eMNwm2Fnoo8=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nxr1U-0001qr-GA for control@debbugs.gnu.org; Sun, 05 Jun 2022 16:14:34 +0200 Date: Sun, 05 Jun 2022 16:14:31 +0200 Message-Id: <87sfoj2o54.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #4359 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: close 4359 29.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: -2.3 (--) 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: -3.3 (---) close 4359 29.1 quit From unknown Sun Jun 15 08:46:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4359: bug#15775: 24.3.50; "WARNING: terminal is not fully functional" in Comint and Eshell Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Jun 2022 14:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4359 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Dmitry Gutov Cc: schwab@linux-m68k.org, Ulrich Neumerkel , Dan Nicolaescu , 15775@debbugs.gnu.org, Jan =?UTF-8?Q?Dj=C3=A4rv?= , 4359@debbugs.gnu.org Received: via spool by 4359-submit@debbugs.gnu.org id=B4359.16544385211357 (code B ref 4359); Sun, 05 Jun 2022 14:16:02 +0000 Received: (at 4359) by debbugs.gnu.org; 5 Jun 2022 14:15:21 +0000 Received: from localhost ([127.0.0.1]:33148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxr2H-0000LY-Fq for submit@debbugs.gnu.org; Sun, 05 Jun 2022 10:15:21 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxr2F-0000EO-Q0; Sun, 05 Jun 2022 10:15:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZCIZuIJGGGi7W6/tdoU8g+lOka4sGSMZLydHRTO9rnI=; b=C2X9g7NCaQc6fP57nN/HojAyFS i4OCs+5djARD9snPTY5+3o+ch7aMwJoJflev2u6/ZAHqoAwwa/pOLW/uRFRuZDlYKsCwCKR3RLWfD nXL8cMudW7Kt3mcBaXDDkywoIYP7ei25Ig00vRHEtF71OyPrW/r+kvwXcMk7jOeslVq0=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nxr23-0001rJ-Py; Sun, 05 Jun 2022 16:15:10 +0200 From: Lars Ingebrigtsen References: <4E0D7000.7040802@swipnet.se> <87czgsqhfa.fsf_-_@gnus.org> <878rqfxlhh.fsf_-_@gnus.org> <01702a44-ba8b-d1cc-7693-bbfee2c3f0aa@yandex.ru> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEUPDxInHCONbKxO KEOiOy3///9uRwijAAAAAWJLR0QF+G/pxwAAAAd0SU1FB+YGBAw1FyQTjt0AAAGlSURBVDjLpZNh mqMwCIbh6R4AxAOsZA4gkAO0mvufaUk6M9raf8uPqLx8BAkB+G9DZiY6vpl/QaIDYLEkmA40PoOb aiG4/e1axFMqdFUCfN9wWmCO+A07FF6wHXJkW79fdaGGcNryJ0QXvCP4+gmswG7v4KaZCFivCg+T 2q4AoC5Sd71uPredUK4AYvrKDpVrpy0bslzjYX508OFoNkbxxwfQcvnzAcwje7sWuw3XdH/zCzde 8zznB9tJ5CAzZb8ni7oTUJ8RxhXZgTM55TnDfO/eCBZfOY+TmxsHO0sfD9UOTRaE1vwrYtOwaoxf zVjUpoVBS4R6aEQsnL0Jm8oAHl5105yrnsSTh1rk+Eno0zL+Vlt0VckoiAGiuJqI1j3qpsWLQd84 N8j+lmAte6L82hp0l46lKGW0L2WEgfZUuw8Vieoj/zHzOvQ6m0VUcqMMshyw4iFQIr3ELBRMWRAT S+nXKPhpQsYkcUwj/9j7UOPTO4alL3CSjEf22T4oXi7kGfQrzG/kW5ANfSXS0mysO13AHn2NFwkP V9Sk9lIA15OCjuL+AZFuUILiwA2mAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTA2LTA0VDEyOjUz OjIzKzAwOjAwf9+2egAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNi0wNFQxMjo1MzoyMyswMDow MA6CDsYAAAAASUVORK5CYII= X-Now-Playing: 1CD (2022) - 14 Chances's _Illusion_: "(Illusion Suite #1)" Date: Sun, 05 Jun 2022 16:15:06 +0200 In-Reply-To: <01702a44-ba8b-d1cc-7693-bbfee2c3f0aa@yandex.ru> (Dmitry Gutov's message of "Sat, 4 Jun 2022 20:37:31 +0300") Message-ID: <87o7z72o45.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Dmitry Gutov writes: > Back when I filed bug#15775, Glenn merged it with bug#4359. > > Looks like you are fixing only the latter bug here. Sorry; didn't catch that. I've now unmerged the bug reports, and reopened bug#15775. 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: -2.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: -3.3 (---) Dmitry Gutov writes: > Back when I filed bug#15775, Glenn merged it with bug#4359. > > Looks like you are fixing only the latter bug here. Sorry; didn't catch that. I've now unmerged the bug reports, and reopened bug#15775. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no