From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 28 18:05:59 2010 Received: (at submit) by debbugs.gnu.org; 28 Nov 2010 23:06:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PMqJj-00022r-7z for submit@debbugs.gnu.org; Sun, 28 Nov 2010 18:05:59 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PMqJf-00022L-QC for submit@debbugs.gnu.org; Sun, 28 Nov 2010 18:05:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMqP1-0005pn-B2 for submit@debbugs.gnu.org; Sun, 28 Nov 2010 18:11:28 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DATE_IN_PAST_03_06, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:51964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMqP1-0005pe-8e for submit@debbugs.gnu.org; Sun, 28 Nov 2010 18:11:27 -0500 Received: from [140.186.70.92] (port=37736 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMqOz-0002HY-Mn for bug-gnu-emacs@gnu.org; Sun, 28 Nov 2010 18:11:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMqOx-0005oF-Um for bug-gnu-emacs@gnu.org; Sun, 28 Nov 2010 18:11:25 -0500 Received: from caiajhbdcbbj.dreamhost.com ([208.97.132.119]:36397 helo=homiemail-a1.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMqOx-0005ng-QM for bug-gnu-emacs@gnu.org; Sun, 28 Nov 2010 18:11:23 -0500 Received: from homiemail-a1.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTP id 2CE8F34806B for ; Sun, 28 Nov 2010 15:11:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=NNrpUSacUWnX0pdpnd2YsqHyuhmpFyoZcUQk+UtLd22GXUKJOXpbq7C11Qk+ erqUMREXkn/9MoY/62lwdnopr2SSmrmVTx7XKObrd46Ig0MWPJeoIj3RoEWheRAN NL3MPulCu3vlt2gmYJpVbVTdR0XHThkq30JsVg56VaoDIww= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=q3bz4qFfSwYD4ILt7qXRSvphX54=; b=El9pZEyMKqP+LEwz R6x8XmTIHRFF5T/1GavxDDOvjnl1UlDL8adtuyLVZ2kGuQXNdfvKXRv45ON2ngiC fccjRGNYHg6ZPSBW1lQgDV8+ym8ntelnWy6tLvGgoVirBlqvwh2LTgagRGCoekzW i2P0fZfUgD5hLDpBpqHsay9jf24= Received: from jidanni.org (218-163-2-71.dynamic.hinet.net [218.163.2.71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTPSA id C919134806A for ; Sun, 28 Nov 2010 15:11:22 -0800 (PST) From: jidanni@jidanni.org To: bug-gnu-emacs@gnu.org Subject: 24.0.50; shell-command-default-error-buffer should always append to the bottom X-Debbugs-Cc: rfrancoise@debian.org Date: Mon, 29 Nov 2010 02:39:18 +0800 Message-ID: <8739qls36x.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -5.3 (-----) X-Debbugs-Envelope-To: submit 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: -5.3 (-----) (info "(emacs) Single Shell") and (describe-variable 'shell-command-default-error-buffer) should mention that the errors accumulate in that buffer, and are not wiped clean at each new command. Also mention they are separate by form-feeds (^L). Also the main reason I'm writing this bug report is currently `M-!' and `M-|' insert error output before point in that buffer. But that often leads to jumbled output. They should always append to the bottom! Like the view-echo-area-messages *Message* buffer. Or have a variable for those who for some reason want output at a different position, but bottom should be the default. (emacs-snapshot package, version 1:20101120-1) From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 21 18:05:47 2019 Received: (at 7513) by debbugs.gnu.org; 21 Aug 2019 22:05:47 +0000 Received: from localhost ([127.0.0.1]:36701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0Yjj-0000ec-0H for submit@debbugs.gnu.org; Wed, 21 Aug 2019 18:05:47 -0400 Received: from quimby.gnus.org ([80.91.231.51]:44116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0Yjg-0000eR-KR for 7513@debbugs.gnu.org; Wed, 21 Aug 2019 18:05:45 -0400 Received: from [76.14.1.154] (helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i0Yjb-00071H-CQ; Thu, 22 Aug 2019 00:05:42 +0200 From: Lars Ingebrigtsen To: jidanni@jidanni.org Subject: Re: bug#7513: 24.0.50; shell-command-default-error-buffer should always append to the bottom References: <8739qls36x.fsf@jidanni.org> Date: Wed, 21 Aug 2019 15:05:36 -0700 In-Reply-To: <8739qls36x.fsf@jidanni.org> (jidanni@jidanni.org's message of "Mon, 29 Nov 2010 02:39:18 +0800") Message-ID: <877e76w4wf.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: jidanni@jidanni.org writes: > (info "(emacs) Single Shell") and > (describe-variable 'shell-command-default-error-buffer) > should mention that the errors accumulate in that buffer, and are not > wiped clean at each new command. [...] 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: 7513 Cc: rfrancoise@debian.org, 7513@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) jidanni@jidanni.org writes: > (info "(emacs) Single Shell") and > (describe-variable 'shell-command-default-error-buffer) > should mention that the errors accumulate in that buffer, and are not > wiped clean at each new command. Also mention they are separate by > form-feeds (^L). > > Also the main reason I'm writing this bug report is currently > `M-!' and `M-|' insert error output before point in that buffer. > But that often leads to jumbled output. They should always append to the > bottom! Like the view-echo-area-messages *Message* buffer. Yes, the output in that buffer as it stands isn't very useful, I think. However, great care has been taken to try to insert the error message wherever point is, and restoring the buffer: (with-current-buffer (get-buffer-create error-buffer) (let ((pos-from-end (- (point-max) (point)))) (or (bobp) (insert "\f\n")) ;; Do no formatting while reading error file, ;; because that can run a shell command, and we ;; don't want that to cause an infinite recursion. (format-insert-file error-file nil) ;; Put point after the inserted errors. (goto-char (- (point-max) pos-from-end))) (display-buffer (current-buffer)))) I looked at the commit history, and it doesn't seem to explain why we don't just append: commit cc039f78e544719115e277364378c217156c958f Author: Karl Heuer Date: Mon Mar 1 03:19:32 1999 +0000 (shell-command-default-error-buffer): Renamed from shell-command-on-region-default-error-buffer. (shell-command-on-region): Mention in echo area when there is some error output. Mention success or failure, too. Accumulate multiple error outputs going forward, with formfeed in between. Display the error buffer when we have put something in it. Does anybody object to rewriting it to just append the error messages to the end of the buffer? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 22 10:07:20 2019 Received: (at 7513) by debbugs.gnu.org; 22 Aug 2019 14:07:20 +0000 Received: from localhost ([127.0.0.1]:38027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0nkG-0007uC-GX for submit@debbugs.gnu.org; Thu, 22 Aug 2019 10:07:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42133) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0nkE-0007tx-PL for 7513@debbugs.gnu.org; Thu, 22 Aug 2019 10:07:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i0nk7-0007cL-Kf; Thu, 22 Aug 2019 10:07:12 -0400 Received: from [176.228.60.248] (port=1252 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i0nk7-0005Oy-2J; Thu, 22 Aug 2019 10:07:11 -0400 Date: Thu, 22 Aug 2019 17:07:19 +0300 Message-Id: <83a7c1cmzs.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <877e76w4wf.fsf@mouse.gnus.org> (message from Lars Ingebrigtsen on Wed, 21 Aug 2019 15:05:36 -0700) Subject: Re: bug#7513: 24.0.50; shell-command-default-error-buffer should always append to the bottom References: <8739qls36x.fsf@jidanni.org> <877e76w4wf.fsf@mouse.gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 7513 Cc: rfrancoise@debian.org, 7513@debbugs.gnu.org, jidanni@jidanni.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Date: Wed, 21 Aug 2019 15:05:36 -0700 > Cc: rfrancoise@debian.org, 7513@debbugs.gnu.org > > I looked at the commit history, and it doesn't seem to explain why we > don't just append: > > commit cc039f78e544719115e277364378c217156c958f > Author: Karl Heuer > Date: Mon Mar 1 03:19:32 1999 +0000 > > (shell-command-default-error-buffer): Renamed from > shell-command-on-region-default-error-buffer. > (shell-command-on-region): Mention in echo area when there > is some error output. Mention success or failure, too. > Accumulate multiple error outputs > going forward, with formfeed in between. Display the error buffer > when we have put something in it. > > Does anybody object to rewriting it to just append the error messages to > the end of the buffer? I'm not sure I understand: you want to lose the ^L separators? Or something else? From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 22 17:19:01 2019 Received: (at 7513) by debbugs.gnu.org; 22 Aug 2019 21:19:02 +0000 Received: from localhost ([127.0.0.1]:38380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0uU1-0003BS-EL for submit@debbugs.gnu.org; Thu, 22 Aug 2019 17:19:01 -0400 Received: from bonobo.birch.relay.mailchannels.net ([23.83.209.22]:7611) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0uTy-0003BF-Vl for 7513@debbugs.gnu.org; Thu, 22 Aug 2019 17:19:00 -0400 X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id AD26D5015CD; Thu, 22 Aug 2019 21:18:57 +0000 (UTC) Received: from pdx1-sub0-mail-a23.g.dreamhost.com (100-96-4-105.trex.outbound.svc.cluster.local [100.96.4.105]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id B6DC6501453; Thu, 22 Aug 2019 21:18:56 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a23.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.17.5); Thu, 22 Aug 2019 21:18:57 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Gusty-Madly: 2c86cfc30665c20f_1566508737469_2890806613 X-MC-Loop-Signature: 1566508737469:2280348838 X-MC-Ingress-Time: 1566508737469 Received: from pdx1-sub0-mail-a23.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a23.g.dreamhost.com (Postfix) with ESMTP id CFFBA818DF; Thu, 22 Aug 2019 14:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=F4GAKbYXcBXQrehXUv1zOeHdWU0=; b=Vd5Hskj/qL5w0 FsrFsKkq/Je0xWu3pMNpoyBHXDG6UxaPGBM6LbN7FLgaaGcd3CnTqZAI6QhiEMil Dfr41Py/okqhxLkiNS3UYE0PMTVi2Y0oVc1/ykKoWaQFcNk0dw7JS7gx3/u3dxAF W/CqMfPWBf4bh1zHThIZhxFn3nyOfA= Received: from jidanni.org (114-41-17-194.dynamic-ip.hinet.net [114.41.17.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by pdx1-sub0-mail-a23.g.dreamhost.com (Postfix) with ESMTPSA id A570981900; Thu, 22 Aug 2019 14:18:52 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a23 From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: Eli Zaretskii Subject: Re: bug#7513: 24.0.50; shell-command-default-error-buffer should always append to the bottom References: <8739qls36x.fsf@jidanni.org> <877e76w4wf.fsf@mouse.gnus.org> <83a7c1cmzs.fsf@gnu.org> Date: Fri, 23 Aug 2019 05:18:47 +0800 Message-ID: <871rxcdhl4.8.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: -100 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrudegiedgudduhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufhffkfggtgesthdtredttddtjeenucfhrhhomhepnjjnnjcuffgrnhculfgrtghosghsohhnuceojhhiuggrnhhnihesjhhiuggrnhhnihdrohhrgheqnecukfhppeduudegrdeguddrudejrdduleegnecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehjihgurghnnhhirdhorhhgpdhinhgvthepuddugedrgedurddujedrudelgedprhgvthhurhhnqdhprghthheppeeruhhtfhdqkeerueerheeimhfphefnihehhegsveekreepucffrghnucflrggtohgsshhonhcuoehjihgurghnnhhisehjihgurghnnhhirdhorhhgqedpmhgrihhlfhhrohhmpehjihgurghnnhhisehjihgurghnnhhirdhorhhgpdhnrhgtphhtthhopeejhedufeesuggvsggsuhhgshdrghhnuhdrohhrghenucevlhhushhtvghrufhiiigvpedt X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 7513 Cc: Lars Ingebrigtsen , rfrancoise@debian.org, 7513@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>>>> "EZ" == Eli Zaretskii writes: >> From: Lars Ingebrigtsen >> Does anybody object to rewriting it to just append the error messages to >> the end of the buffer? EZ> I'm not sure I understand: you want to lose the ^L separators? Or EZ> something else? Keep the ^L separators, just make sure to *append to the end*! From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 22 20:14:46 2019 Received: (at 7513) by debbugs.gnu.org; 23 Aug 2019 00:14:46 +0000 Received: from localhost ([127.0.0.1]:38564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0xE5-0007qr-2e for submit@debbugs.gnu.org; Thu, 22 Aug 2019 20:14:46 -0400 Received: from quimby.gnus.org ([80.91.231.51]:35996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0xE3-0007qj-3u for 7513@debbugs.gnu.org; Thu, 22 Aug 2019 20:14:44 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i0xDz-0001pK-Da; Fri, 23 Aug 2019 02:14:41 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#7513: 24.0.50; shell-command-default-error-buffer should always append to the bottom References: <8739qls36x.fsf@jidanni.org> <877e76w4wf.fsf@mouse.gnus.org> <83a7c1cmzs.fsf@gnu.org> Date: Fri, 23 Aug 2019 02:14:39 +0200 In-Reply-To: <83a7c1cmzs.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 22 Aug 2019 17:07:19 +0300") Message-ID: <87mug0buvk.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: > I'm not sure I understand: you want to lose the ^L separators? Or > something else? Keep the ^L separators, but add the output at end-of-buffer instead of at point, which it currently does. 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: 7513 Cc: rfrancoise@debian.org, 7513@debbugs.gnu.org, jidanni@jidanni.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: > I'm not sure I understand: you want to lose the ^L separators? Or > something else? Keep the ^L separators, but add the output at end-of-buffer instead of at point, which it currently does. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 03:06:24 2019 Received: (at 7513) by debbugs.gnu.org; 23 Aug 2019 07:06:24 +0000 Received: from localhost ([127.0.0.1]:39016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i13eS-0006Kf-28 for submit@debbugs.gnu.org; Fri, 23 Aug 2019 03:06:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i13eR-0006KR-1L for 7513@debbugs.gnu.org; Fri, 23 Aug 2019 03:06:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i13eL-0006S3-0j; Fri, 23 Aug 2019 03:06:17 -0400 Received: from [176.228.60.248] (port=3838 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i13eK-0007GX-1s; Fri, 23 Aug 2019 03:06:16 -0400 Date: Fri, 23 Aug 2019 10:06:26 +0300 Message-Id: <83pnkwbbt9.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <87mug0buvk.fsf@mouse.gnus.org> (message from Lars Ingebrigtsen on Fri, 23 Aug 2019 02:14:39 +0200) Subject: Re: bug#7513: 24.0.50; shell-command-default-error-buffer should always append to the bottom References: <8739qls36x.fsf@jidanni.org> <877e76w4wf.fsf@mouse.gnus.org> <83a7c1cmzs.fsf@gnu.org> <87mug0buvk.fsf@mouse.gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 7513 Cc: rfrancoise@debian.org, 7513@debbugs.gnu.org, jidanni@jidanni.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Cc: jidanni@jidanni.org, rfrancoise@debian.org, 7513@debbugs.gnu.org > Date: Fri, 23 Aug 2019 02:14:39 +0200 > > Eli Zaretskii writes: > > > I'm not sure I understand: you want to lose the ^L separators? Or > > something else? > > Keep the ^L separators, but add the output at end-of-buffer instead of > at point, which it currently does. So all you need to do is move point to EOB before adding the next error? If so, that's fine with me, and probably something that was just missed, assuming point will never move from there anyway. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 04:12:08 2019 Received: (at 7513) by debbugs.gnu.org; 23 Aug 2019 08:12:08 +0000 Received: from localhost ([127.0.0.1]:39102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i14g3-0007y7-PN for submit@debbugs.gnu.org; Fri, 23 Aug 2019 04:12:07 -0400 Received: from quimby.gnus.org ([80.91.231.51]:42644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i14g2-0007xx-48 for 7513@debbugs.gnu.org; Fri, 23 Aug 2019 04:12:06 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i14fx-0005I1-OW; Fri, 23 Aug 2019 10:12:04 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#7513: 24.0.50; shell-command-default-error-buffer should always append to the bottom References: <8739qls36x.fsf@jidanni.org> <877e76w4wf.fsf@mouse.gnus.org> <83a7c1cmzs.fsf@gnu.org> <87mug0buvk.fsf@mouse.gnus.org> <83pnkwbbt9.fsf@gnu.org> Date: Fri, 23 Aug 2019 10:12:01 +0200 In-Reply-To: <83pnkwbbt9.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 23 Aug 2019 10:06:26 +0300") Message-ID: <875zmocnce.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: > So all you need to do is move point to EOB before adding the next > error? If so, that's fine with me, and probably something that was > just missed, assuming point will never move from there anyway [...] 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: 7513 Cc: rfrancoise@debian.org, 7513@debbugs.gnu.org, jidanni@jidanni.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: > So all you need to do is move point to EOB before adding the next > error? If so, that's fine with me, and probably something that was > just missed, assuming point will never move from there anyway. It doesn't seem like an oversight -- there's code to restore point (approximately) after inserting, so I think it's more of a misfeature of a kind. But I've now made it put the output at the end of the buffer, because that's way more logical. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 04:12:12 2019 Received: (at control) by debbugs.gnu.org; 23 Aug 2019 08:12:12 +0000 Received: from localhost ([127.0.0.1]:39105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i14g8-0007yP-1T for submit@debbugs.gnu.org; Fri, 23 Aug 2019 04:12:12 -0400 Received: from quimby.gnus.org ([80.91.231.51]:42660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i14g6-0007yG-Ao for control@debbugs.gnu.org; Fri, 23 Aug 2019 04:12:10 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i14g3-0005ID-Pc for control@debbugs.gnu.org; Fri, 23 Aug 2019 10:12:09 +0200 Date: Fri, 23 Aug 2019 10:12:07 +0200 Message-Id: <874l28cnc8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7513 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 7513 fixed close 7513 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 7513 fixed close 7513 27.1 quit From unknown Sat Jun 21 10:39:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 20 Sep 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator