[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47686] --line-editing does not cancel --no-li
From: |
Francesco Potortì |
Subject: |
[Octave-bug-tracker] [bug #47686] --line-editing does not cancel --no-line-editing |
Date: |
Wed, 13 Apr 2016 10:09:32 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
URL:
<http://savannah.gnu.org/bugs/?47686>
Summary: --line-editing does not cancel --no-line-editing
Project: GNU Octave
Submitted by: pot
Submitted on: Wed 13 Apr 2016 12:09:31 PM CEST
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Other
Status: None
Assigned to: None
Originator Name: Francesco Potortì
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.1
Operating System: GNU/Linux
_______________________________________________________
Details:
I would expect that putting the --line-editing option after --no-line-editing
on the command line would work as if none of the two options were present.
However, this is not the case. To test that, I run octave-cli inside a
*shell* Emacs buffer. This is how to reproduce:
open a terminal with at least 90 columns (the more, the better)
emacs -Q -nw -f shell
octave -qi
1:40
quit
Note the point where the answer line wraps around, then try this
octave -qi --no-line-editing
1:40
quit
octave -qi --no-line-editing --line-editing
1:40
quit
Note that in the first case the output is wrapped at 80 columns, which is
expected, but this happens in the third case also, which is not expected.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47686>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #47686] --line-editing does not cancel --no-line-editing,
Francesco Potortì <=