From unknown Sun Jun 22 00:27:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22221: 25.0.50; shell cmd with >8 lines complains not-this-window is void Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Dec 2015 02:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 22221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22221@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.145075054032214 (code B ref -1); Tue, 22 Dec 2015 02:16:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Dec 2015 02:15:40 +0000 Received: from localhost ([127.0.0.1]:59286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBCUG-0008NV-4q for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45499) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBCUE-0008NG-Li for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBCU8-0007Dn-8O for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:33 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCU7-0007Dj-U9 for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCU6-0004TJ-GK for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 21:15:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBCU3-0007CP-8q for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 21:15:30 -0500 Received: from shell1.rawbw.com ([198.144.192.42]:30738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCU2-0007Bt-TD for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 21:15:27 -0500 Received: from allegro.localdomain (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id tBM2FOc8009385 for ; Mon, 21 Dec 2015 18:15:24 -0800 (PST) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be allegro.localdomain From: Mike Kupfer X-Mailer: MH-E 8.6+mdk01; nmh 1.6; GNU Emacs 24.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 21 Dec 2015 18:15:24 -0800 Message-ID: <28613.1450750524@allegro.localdomain> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) >From "emacs -Q", if I set debug-on-error to t and then do M-! head -9 ~/.profile RET I get Debugger entered--Lisp error: (void-variable not-this-window) display-message-or-buffer(#) #[0 "r\302q\210\301\242\204=0D=00\305\202(=00\301\242;\203=1B=00\306\307\= 301\242\"\202(=00\301\242\310\232?\205(=00\306\311\301\242\"=13)r\302q\210d= eV)\2039=00\312\302!\207\300\203Y=00\310\313\314\300!8W\203Y=00\306\315\f\2= 03T=00\306\316\f\"\202U=00\317\"\202Z=00\320\301\242\204e=00\321\322!\202\2= 07=00\301\242\310\232\203s=00\321\323=02\"\202\207=00\301\242;\203\201=00\3= 21\324\301\242\"\202\207=00\321\325\301\242=03#\207" [nil (0) # mode-line-process shell-command-default-error-buffer " = - Error" format " - Signal [%s]" 0 " - Exit [%d]" display-message-or-buffer= 7 file-attributes "some error output%s" " to the \"%s\" buffer" "" "no out= put" message "(Shell command failed with error)" "(Shell command succeeded = with %s)" "(Shell command killed by signal %s)" "(Shell command failed with= code %d and %s)"] 5]() shell-command-on-region(192 192 "head -9 ~/.profile" nil nil nil) shell-command("head -9 ~/.profile" nil nil) funcall-interactively(shell-command "head -9 ~/.profile" nil nil) call-interactively(shell-command nil nil) command-execute(shell-command) If I use -8 instead of -9, I get the output that I expect. In GNU Emacs 25.0.50.4 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bar= s) of 2015-12-21 Repository revision: 33efb6d60614131e1504b29885bf8b82f7c1b3cb Windowing system distributor 'The X.Org Foundation', version 11.0.11604000 System Description: Debian GNU/Linux 8.2 (jessie) Configured using: 'configure --prefix=3D/usr/new/upstream' Configured features: XPM JPEG TIFF GIF PNG SOUND NOTIFY LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS LUCID X11 Important settings: value of $LC_TIME: C value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: HOST=3D`uname -n`; export HOST # A short check time is okay, since this should only catch # locally-generated mail. MAILCHECK=3D60 export MAILCHECK Symbol=E2=80=99s value as variable is void: not-this-window t Entering debugger... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode easymenu cl-loaddefs pcase cl-lib debug shell pcomplete comint ansi-color ring time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote inotify dynamic-setting font-render-setting x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 85013 8780) (symbols 48 19447 0) (miscs 40 56 135) (strings 32 14675 4669) (string-bytes 1 429748) (vectors 16 11465) (vector-slots 8 420135 4396) (floats 8 144 69) (intervals 56 236 0) (buffers 976 13) (heap 1024 10425 1376)) From unknown Sun Jun 22 00:27:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22221: 25.0.50; shell cmd with >8 lines complains not-this-window is void Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Dec 2015 08:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Mike Kupfer , 22221@debbugs.gnu.org Received: via spool by 22221-submit@debbugs.gnu.org id=B22221.14507725933491 (code B ref 22221); Tue, 22 Dec 2015 08:24:02 +0000 Received: (at 22221) by debbugs.gnu.org; 22 Dec 2015 08:23:13 +0000 Received: from localhost ([127.0.0.1]:59413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBIDx-0000uE-Ji for submit@debbugs.gnu.org; Tue, 22 Dec 2015 03:23:13 -0500 Received: from mout.gmx.net ([212.227.17.21]:63142) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBIDv-0000tz-Ji for 22221@debbugs.gnu.org; Tue, 22 Dec 2015 03:23:12 -0500 Received: from [192.168.1.100] ([213.162.68.96]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MXDo1-1ZhRf008Q9-00WHPc; Tue, 22 Dec 2015 09:23:03 +0100 Message-ID: <56790865.3010305@gmx.at> Date: Tue, 22 Dec 2015 09:23:01 +0100 From: martin rudalics MIME-Version: 1.0 References: <28613.1450750524@allegro.localdomain> In-Reply-To: <28613.1450750524@allegro.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:TcLecOKlPPfRHGegD262W+rWsXJS3aRPMa4g8j6ZX81gsLF0cY2 Q/k9cknMKSpQYbd+O1fRobFyaYsBe8f4nEcSssCePLmA2YIJEEuz26/6MBqKMrrCatzynIL dV3KeOsrYm6fCMzD7fkZdF1qFnS6TPc6+L27QiSYH3TFLoqdsAogTQzK/3bBVbmKEL+rhGB DC5hvPJEyEcvMq60j7J+w== X-UI-Out-Filterresults: notjunk:1;V01:K0:ZdRlmrNAGiw=:XlHbpkP0qU7K+Crm51nn0v QyexEOXi8b+rJgW0zADPvv7IEA+HLU39YTe7bVtjJehaRYzP5cUBZLdwwi+3HX/rUKN9KZjV6 RfnRgg0P8cOFKtKudxutVT22vcNzoWI8XpRp0aV6v/cyIvTvJMEFtySx1fqeqfd8OQm2EDudQ cUT32vcr7R6nodHsxeaOBdMjU0eI2QfpjI8iWvZ/RCXfUTgd7xrMT4w8u38fiWMVfaRM86a+/ jLgpCZeHGG83THPNwW3RWjLQb9WY2D5lrDyzKJ9gvyDaehdjv6rdmJmDw3P0/sUaCvy6TSN8u JUweX1V/8A5ybrQUNtUhO8OJzbrOjdax0iSTjMvUMULYo5kS221BacBDiJQ/ZGgpgNXhj4xp1 NAmiN7IuXlaf8pKp0uELP+2Berh8uOXSKwToAkQBeOMqAU2SD9LPYjW+6G+l+2yRhZVWl/Pus JOzH/NkcYfErIDTA5Pc75uBLW/B1G5BPXfhaQmfdeuqZvmNrUp5Y8KopDNLFkO6xLB/33OQbp BB9k4P+L2ZBLTMseezxdOdgxgVszNRjQE2lFZx8tR0rxnZDfHfGYeaWpI5Ab8FfAAT05XsgoN 1NKVXmdAj4bGmx6BTCLMjI+3E8QA7ImWDDx94ODih9Ra4GK7FFyVrUsTZpcAWhcvzLKV/iWvX lZm+K0VOZDRdlO/7ukExYi4QTngccYw1fQcFT9sA9QYr6tOQYxP5iU3aEeDJtZpvdqRLC/PBC /+RdvnGzp50PmWopPD75+5+QCHv00HLN3kM9maIDZdQRT0xvMlF3/ZC4zXDBdq0LvX9rfwWV5 M9AOXt5m5iyxJBqNTMarv39iFiFhQ== X-Spam-Score: -0.1 (/) 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.1 (/) >>From "emacs -Q", if I set debug-on-error to t and then do > > M-! head -9 ~/.profile RET > > I get > > Debugger entered--Lisp error: (void-variable not-this-window) > display-message-or-buffer(#) Should be fixed now. Please try again. Thanks, martin From unknown Sun Jun 22 00:27:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22221: 25.0.50; shell cmd with >8 lines complains not-this-window is void References: <28613.1450750524@allegro.localdomain> Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Dec 2015 14:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: martin rudalics Cc: 22221@debbugs.gnu.org Received: via spool by 22221-submit@debbugs.gnu.org id=B22221.145079532711111 (code B ref 22221); Tue, 22 Dec 2015 14:43:02 +0000 Received: (at 22221) by debbugs.gnu.org; 22 Dec 2015 14:42:07 +0000 Received: from localhost ([127.0.0.1]:59512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBO8c-0002t9-U0 for submit@debbugs.gnu.org; Tue, 22 Dec 2015 09:42:07 -0500 Received: from shell1.rawbw.com ([198.144.192.42]:23575 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBO8a-0002sz-KP for 22221@debbugs.gnu.org; Tue, 22 Dec 2015 09:42:05 -0500 Received: from allegro.localdomain (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id tBMEg2MR059196; Tue, 22 Dec 2015 06:42:02 -0800 (PST) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be allegro.localdomain From: Mike Kupfer In-Reply-To: Your message of "Tue, 22 Dec 2015 09:23:01 +0100." <56790865.3010305@gmx.at> X-Mailer: MH-E 8.6+mdk01; nmh 1.6; GNU Emacs 24.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <5402.1450795320.1@allegro.localdomain> Date: Tue, 22 Dec 2015 06:42:00 -0800 Message-ID: <5403.1450795320@allegro.localdomain> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) martin rudalics wrote: > >From "emacs -Q", if I set debug-on-error to t and then do > > > > M-! head -9 ~/.profile RET > > > > I get > > > > Debugger entered--Lisp error: (void-variable not-this-window) > > display-message-or-buffer(#) > > Should be fixed now. Please try again. Confirmed, it works now. Thanks. mike From unknown Sun Jun 22 00:27:05 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Mike Kupfer Subject: bug#22221: closed (Re: bug#22221: 25.0.50; shell cmd with >8 lines complains not-this-window is void) Message-ID: References: <56797EE6.3090306@gmx.at> <28613.1450750524@allegro.localdomain> X-Gnu-PR-Message: they-closed 22221 X-Gnu-PR-Package: emacs Reply-To: 22221@debbugs.gnu.org Date: Tue, 22 Dec 2015 16:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1450802942-23101-1" This is a multi-part message in MIME format... ------------=_1450802942-23101-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #22221: 25.0.50; shell cmd with >8 lines complains not-this-window is void which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 22221@debbugs.gnu.org. --=20 22221: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22221 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1450802942-23101-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 22221-done) by debbugs.gnu.org; 22 Dec 2015 16:48:52 +0000 Received: from localhost ([127.0.0.1]:60123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBQ7I-00060F-1P for submit@debbugs.gnu.org; Tue, 22 Dec 2015 11:48:52 -0500 Received: from mout.gmx.net ([212.227.17.21]:63653) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBQ7G-000601-08 for 22221-done@debbugs.gnu.org; Tue, 22 Dec 2015 11:48:50 -0500 Received: from [192.168.1.100] ([213.162.68.52]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0LtEtL-1aIJoA37al-012t9d; Tue, 22 Dec 2015 17:48:41 +0100 Message-ID: <56797EE6.3090306@gmx.at> Date: Tue, 22 Dec 2015 17:48:38 +0100 From: martin rudalics MIME-Version: 1.0 To: Mike Kupfer Subject: Re: bug#22221: 25.0.50; shell cmd with >8 lines complains not-this-window is void References: <5403.1450795320@allegro.localdomain> In-Reply-To: <5403.1450795320@allegro.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Qy518E8URly3mYg5+NsnOPHp/Lyh77gBqJTk20c0XrcANgbDOLe 60GBuYoYCW7TL2qvrZPHcztd6KSfM/XWy+TpDdsBKtI9VnoVH9s0gI/ZvUO9iQU6Z2gkisb yR4/QK5zGnliCG3Sb9WfN6UdlKWvOmKWr+7MQ3MsfVRg8mF/mYQDUJaqMGpmlGE2FhAOdzG kYNYAY3tts3ng2Ft0ep0w== X-UI-Out-Filterresults: notjunk:1;V01:K0:ajTRCKl7akU=:B4eOjKRKpBj/DgJ71xt74N mRck15susrYy8+ZJHTbYKyNltDklKB5BsCutEGU3XqOhAQD+cHK9AtyGj6TtkPLlUNmbOmGi6 fqajvL9Z3offf1OgQivkajkvqL0IiMFPqNp42wc0IqTvqwcOM+7d0MW4aBC6Se4XgchREf9gN PrgYSFDNB5G36LSDk5rcctgk4lRCLfiQ2/Ozqun3HMLTaeUHpYMFLusGp1+MZFUGd6YMxKP4l ZPAJSBHELSVrInThKNVZgSFVvWnl9RigGxmzFbQNW6DM1LOP9CB7f4gP4FpnMkomMc1oXpo1M 4n0nT9ble2nLcsVp45pldho3nKk+x1mIkQdMEMjV9802Mky3gZBYZxqZ31kWpTRXOnnl5bA66 20ySKimSwTTvUK/LQdb4JQoIySg9hka0QxsU3sTmsV9VBd+8OWinw5gNc977EsL9MuWKJn+Pn lAF/kFuA0Vn5kk51DNvQTWEu/8S16tE3MUziLs3ao1yS4/R5YEQ25eRzA8/552+bHtHuEtLF5 gTNqc/xy3lohbwExUi2nND8cJMBOATXhfb8qXIQ3Yvk990gjOtloZRA/cdaZOQ4kZIPAR/zU8 AJ7ma+xm0DhheeoVjs4HqFYbbQlCdYNWtVkydVm1gAweYpOTVVzBVeQWVYYYDmH3znKj9H8Uo jymq1XN53aveqoGRIsadwbf/QfSN2njk0FitNE26G3ZV059BJNHSxI9lePGB5b53pWzEnLzDD trOf7EIGu7gqV/4Q7eGs298TKbX5zolgDtL12TVNtLlXX/sJEtS2hjJjGgObmqmXqz60a3JXA kILpLWfLhgn8YyGs1oNTDEU4cOMXQ== X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: 22221-done Cc: 22221-done@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: -0.1 (/) > Confirmed, it works now. Thanks. Bug closed. Thanks, martin ------------=_1450802942-23101-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Dec 2015 02:15:40 +0000 Received: from localhost ([127.0.0.1]:59286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBCUG-0008NV-4q for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45499) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aBCUE-0008NG-Li for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBCU8-0007Dn-8O for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:33 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCU7-0007Dj-U9 for submit@debbugs.gnu.org; Mon, 21 Dec 2015 21:15:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCU6-0004TJ-GK for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 21:15:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBCU3-0007CP-8q for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 21:15:30 -0500 Received: from shell1.rawbw.com ([198.144.192.42]:30738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCU2-0007Bt-TD for bug-gnu-emacs@gnu.org; Mon, 21 Dec 2015 21:15:27 -0500 Received: from allegro.localdomain (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id tBM2FOc8009385 for ; Mon, 21 Dec 2015 18:15:24 -0800 (PST) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be allegro.localdomain From: Mike Kupfer To: bug-gnu-emacs@gnu.org Subject: 25.0.50; shell cmd with >8 lines complains not-this-window is void X-Mailer: MH-E 8.6+mdk01; nmh 1.6; GNU Emacs 24.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 21 Dec 2015 18:15:24 -0800 Message-ID: <28613.1450750524@allegro.localdomain> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) >From "emacs -Q", if I set debug-on-error to t and then do M-! head -9 ~/.profile RET I get Debugger entered--Lisp error: (void-variable not-this-window) display-message-or-buffer(#) #[0 "r\302q\210\301\242\204=0D=00\305\202(=00\301\242;\203=1B=00\306\307\= 301\242\"\202(=00\301\242\310\232?\205(=00\306\311\301\242\"=13)r\302q\210d= eV)\2039=00\312\302!\207\300\203Y=00\310\313\314\300!8W\203Y=00\306\315\f\2= 03T=00\306\316\f\"\202U=00\317\"\202Z=00\320\301\242\204e=00\321\322!\202\2= 07=00\301\242\310\232\203s=00\321\323=02\"\202\207=00\301\242;\203\201=00\3= 21\324\301\242\"\202\207=00\321\325\301\242=03#\207" [nil (0) # mode-line-process shell-command-default-error-buffer " = - Error" format " - Signal [%s]" 0 " - Exit [%d]" display-message-or-buffer= 7 file-attributes "some error output%s" " to the \"%s\" buffer" "" "no out= put" message "(Shell command failed with error)" "(Shell command succeeded = with %s)" "(Shell command killed by signal %s)" "(Shell command failed with= code %d and %s)"] 5]() shell-command-on-region(192 192 "head -9 ~/.profile" nil nil nil) shell-command("head -9 ~/.profile" nil nil) funcall-interactively(shell-command "head -9 ~/.profile" nil nil) call-interactively(shell-command nil nil) command-execute(shell-command) If I use -8 instead of -9, I get the output that I expect. In GNU Emacs 25.0.50.4 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bar= s) of 2015-12-21 Repository revision: 33efb6d60614131e1504b29885bf8b82f7c1b3cb Windowing system distributor 'The X.Org Foundation', version 11.0.11604000 System Description: Debian GNU/Linux 8.2 (jessie) Configured using: 'configure --prefix=3D/usr/new/upstream' Configured features: XPM JPEG TIFF GIF PNG SOUND NOTIFY LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS LUCID X11 Important settings: value of $LC_TIME: C value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: HOST=3D`uname -n`; export HOST # A short check time is okay, since this should only catch # locally-generated mail. MAILCHECK=3D60 export MAILCHECK Symbol=E2=80=99s value as variable is void: not-this-window t Entering debugger... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode easymenu cl-loaddefs pcase cl-lib debug shell pcomplete comint ansi-color ring time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote inotify dynamic-setting font-render-setting x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 85013 8780) (symbols 48 19447 0) (miscs 40 56 135) (strings 32 14675 4669) (string-bytes 1 429748) (vectors 16 11465) (vector-slots 8 420135 4396) (floats 8 144 69) (intervals 56 236 0) (buffers 976 13) (heap 1024 10425 1376)) ------------=_1450802942-23101-1--