emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35055: closed (27.0.50; async-shell-command trunca


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35055: closed (27.0.50; async-shell-command truncates output lines)
Date: Sun, 05 May 2019 19:29:01 +0000

Your message dated Sun, 05 May 2019 22:27:56 +0300
with message-id <address@hidden>
and subject line Re: bug#35055: 27.0.50; async-shell-command truncates output 
lines
has caused the debbugs.gnu.org bug report #35055,
regarding 27.0.50; async-shell-command truncates output lines
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35055: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35055
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; async-shell-command truncates output lines Date: Sat, 30 Mar 2019 23:55:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
Test case:

1. Open a wide frame and type:

2. `M-& ps aux RET'

3. observe that output lines are truncated at column 80

Another example: `M-& dpkg -l '*emacs*' RET', then try to copy
full package names from the *Async Shell Command* buffer.
Nope, it's impossible because they are truncated.

OTOH, there is no such problem with `M-! ps aux RET'
where lines are not truncated at all.

So the question is: why `M-&' (async-shell-command) limits COLUMNS to 80,
even on wide frames, whereas `M-!' (shell-command) has no limitation.

A third case is `M-x shell' that limits COLUMNS to window-width,
but at least it makes possible to change the window width (e.g.
to make it wider) to influence the number of output columns.



--- End Message ---
--- Begin Message --- Subject: Re: bug#35055: 27.0.50; async-shell-command truncates output lines Date: Sun, 05 May 2019 22:27:56 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
>> I hope now it's right:
>
> Yes, please push.

Pushed to master and closed.

> I will add some few words to tramp.texi what to do in the synchronous case.

I renamed it in tramp.texi as well.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]