Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Picky criticism of ls completion list formatting



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