Package: zile
Version: 2.3.21-1
Tags: set-fill-column

Additional OS and version information.

$ lsb_release -a
Version:
Distributor ID: Debian
Description:    Debian GNU/Linux 7.6 (wheezy)
Release:        7.6
Codename:       wheezy

$ apt-cache policy zile
zile:
  Installed: 2.3.21-1
  Candidate: 2.3.21-1
  Version table:
 *** 2.3.21-1 0
        500 http://ftp.debian.org/debian/ wheezy/main i386 Packages
        100 /var/lib/dpkg/status


Description:
When 'set-fill-column' value is set to any number, for example 72, zile
ignores this value. Instead of hard-wrapping the text at column 72, zile
continues expanding the typing to infinite columns.
This is not the expected behaviour of setting 'set-fill-column' value.
If 'set-fill-column' value is exist, the user expects that text is
hard-wrapped at column 72.

Reproducibility:
This malicious behaviour is always reproducible.

Steps to reproduce:
Launch zile to edit a new file, for example /tmp/zile.txt
```
zile /tmp/zile.txt
```
Enter zile command mode by pressing Meta-x (alt+x or ESC x) then type
the following command.
```
set-fill-column
```
Answer with any number, for example 72.

Now, try typing a long text. Longer than the specified 'set-fill-column'
value. Notice that zile doesn't warp the line at column 72. Zile
continues to fill the line as if the value of 'set-fill-column' is 0
(zero). This is not expected. Zile has to obey the command and warp the
text at column 72.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to