Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Picky criticism of ls completion list formatting
- X-seq: zsh-workers 15174
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Peter Whaite <peta@xxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: Picky criticism of ls completion list formatting
- Date: Fri, 29 Jun 2001 02:35:38 +0000
- In-reply-to: <200106281949.PAA16170@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200106281949.PAA16170@xxxxxxxxxxxxxxxxxxxxxxxxx>
On Jun 28, 3:49pm, Peter Whaite wrote:
}
} Peter Stephenson said:
} >
} > list_packed still uses three spaces between columns, it just varies the
} > column widths. It might be time to make the column spacing configurable.
} > Presumably that's not too hard.
}
} OK I see. The (GNU) ls algorithm uses variable column widths separated
} with 2 spaces, whereas zsh by default uses the same column width for
} all the columns separated by 3 spaces. List_packed makes the widths
} variable but still keeps the spacing of 3.
This is not the behavior I see.
With
listpacked off
listtypes on
I get equally-sized columns with three spaces between.
With
listpacked on
listtypes on
I *still* get equally-sized columns with three spaces between.
With
listpacked on
listtypes off
I get differently-sized columns with *two* spaces between.
Finally, with
listpacked off
listtypes off
I get equally-sized columns with *two* spaces between.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author