GNU bug report logs -
#36532
tramp-signal-hook-function: Text is read-only: "nil"
Previous Next
Reported by: Fritz Stelzer <brotzeitmacher <at> gmail.com>
Date: Sat, 6 Jul 2019 20:45:02 UTC
Severity: normal
Tags: moreinfo, notabug
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36532 in the body.
You can then email your comments to 36532 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36532
; Package
emacs
.
(Sat, 06 Jul 2019 20:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fritz Stelzer <brotzeitmacher <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 06 Jul 2019 20:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
When I use `async-shell-command` on a remote host I get this error if
there's already the
*Async Shell Command* buffer. When there's a running process and I confirm
to kill the process, it works. It seems to work correctly for
`shell-command`.
I didn't have any issues while trying this locally. I'm on d07dd64fd0.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36532
; Package
emacs
.
(Sun, 07 Jul 2019 09:21:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 36532 <at> debbugs.gnu.org (full text, mbox):
Fritz Stelzer <brotzeitmacher <at> gmail.com> writes:
Hi Fritz,
> When I use `async-shell-command` on a remote host I get this error if
> there's already the
> *Async Shell Command* buffer. When there's a running process and I
> confirm to kill the process, it works. It seems to work correctly for
> `shell-command`.
> I didn't have any issues while trying this locally. I'm on d07dd64fd0.
I cannot reproduce it locally. Scenario:
- emacs -Q /ssh::
- M-& sleep 600
- M-& sleep 600
I get the message "A command is running in the default buffer. Use a
new buffer? (yes or no) " If I enter "yes", it opens a second buffer
*Async Shell Command*<2>. If I enter "no", there is the error message
"tramp-error: Shell command in progress" in the *Messages* buffer, which
is likely OK.
The same happens if I run it on a local buffer, but in the "no" case the
error message is "shell-command: Shell command in progress".
Arguably, there shouldn't be an error but a user error, but I don't see
anything else. What's the difference in your use case?
If you still see something strange, could you run your scenario with
tramp-verbose set to 10, and send us the Tramp debug buffer?
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36532
; Package
emacs
.
(Sun, 07 Jul 2019 12:00:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 36532 <at> debbugs.gnu.org (full text, mbox):
On Sun, Jul 7, 2019 at 9:21 AM Michael Albinus <michael.albinus <at> gmx.de> wrote:
> Fritz Stelzer <brotzeitmacher <at> gmail.com> writes:
> > When I use `async-shell-command` on a remote host I get this error if
> > there's already the
> > *Async Shell Command* buffer. When there's a running process and I
> > confirm to kill the process, it works. It seems to work correctly for
> > `shell-command`.
> > I didn't have any issues while trying this locally. I'm on d07dd64fd0.
Is it possible this is bug #36447? Fritz, could you try one of the
fixes there if you still have the problem?
Added tag(s) moreinfo.
Request was from
Michael Albinus <michael.albinus <at> gmx.de>
to
control <at> debbugs.gnu.org
.
(Tue, 09 Jul 2019 14:22:06 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36532
; Package
emacs
.
(Tue, 09 Jul 2019 16:09:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 36532 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ah sorry, I forgot to use emacs -Q again. I guess I have to find the issue
myself.
On Sun, Jul 7, 2019 at 11:20 AM Michael Albinus <michael.albinus <at> gmx.de>
wrote:
> Fritz Stelzer <brotzeitmacher <at> gmail.com> writes:
>
> Hi Fritz,
>
> > When I use `async-shell-command` on a remote host I get this error if
> > there's already the
> > *Async Shell Command* buffer. When there's a running process and I
> > confirm to kill the process, it works. It seems to work correctly for
> > `shell-command`.
> > I didn't have any issues while trying this locally. I'm on d07dd64fd0.
>
> I cannot reproduce it locally. Scenario:
>
> - emacs -Q /ssh::
>
> - M-& sleep 600
>
> - M-& sleep 600
>
> I get the message "A command is running in the default buffer. Use a
> new buffer? (yes or no) " If I enter "yes", it opens a second buffer
> *Async Shell Command*<2>. If I enter "no", there is the error message
> "tramp-error: Shell command in progress" in the *Messages* buffer, which
> is likely OK.
>
> The same happens if I run it on a local buffer, but in the "no" case the
> error message is "shell-command: Shell command in progress".
>
> Arguably, there shouldn't be an error but a user error, but I don't see
> anything else. What's the difference in your use case?
>
> If you still see something strange, could you run your scenario with
> tramp-verbose set to 10, and send us the Tramp debug buffer?
>
> Best regards, Michael.
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36532
; Package
emacs
.
(Tue, 09 Jul 2019 16:26:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 36532 <at> debbugs.gnu.org (full text, mbox):
Fritz Stelzer <brotzeitmacher <at> gmail.com> writes:
Hi Fritz,
> Ah sorry, I forgot to use emacs -Q again. I guess I have to find the
> issue myself.
Does this mean the problem doesn't happen in case of "emacs -Q"? In
that case, I would like to close the bug.
Best regards, Michael.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36532
; Package
emacs
.
(Wed, 10 Jul 2019 19:01:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 36532 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Yes, it does. Thanks for the fast reply!
On Tue, Jul 9, 2019 at 6:25 PM Michael Albinus <michael.albinus <at> gmx.de>
wrote:
> Fritz Stelzer <brotzeitmacher <at> gmail.com> writes:
>
> Hi Fritz,
>
> > Ah sorry, I forgot to use emacs -Q again. I guess I have to find the
> > issue myself.
>
> Does this mean the problem doesn't happen in case of "emacs -Q"? In
> that case, I would like to close the bug.
>
> Best regards, Michael.
>
[Message part 2 (text/html, inline)]
Added tag(s) notabug.
Request was from
Michael Albinus <michael.albinus <at> gmx.de>
to
control <at> debbugs.gnu.org
.
(Fri, 12 Jul 2019 14:38:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
36532 <at> debbugs.gnu.org and Fritz Stelzer <brotzeitmacher <at> gmail.com>
Request was from
Michael Albinus <michael.albinus <at> gmx.de>
to
control <at> debbugs.gnu.org
.
(Fri, 12 Jul 2019 14:38:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 10 Aug 2019 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.