Hello, Paul Stansell <paulstans...@gmail.com> writes:
> I think there might be a something wrong when explicitly setting a width > of a table column. > > For example, for this table > > |---+------------------------------| > | | <6> | > | 1 | one | > | 2 | This is a long chunk of text | > | 3 | three | > |---+------------------------------| > > when I press <TAB> in the table the view changes to > > |---+------------------------------| > | | <6> | > | 1 | one | > | 2 | This i | > | 3 | three | > |---+------------------------------| > > and when I press C-c the view toggles between > > |---+--------| > | | <6> | > | 1 | one | > | 2 | This is a long chunk of text | > | 3 | three | > |---+--------| > > and > > |---+------------------------------| > | | <6> | > | 1 | one | > | 2 | This is a long chunk of text | > | 3 | three | > |---+------------------------------| Fixed. Thank you. Regards, -- Nicolas Goaziou