Pengji Zhang writes: > Daniel Mendler writes: > >>+ (or (get-text-property (1- (length s)) 'ibuffer-size s) >>+ (get-text-property 0 'ibuffer-size s) 0)))) > > Should we consider centered column as well? I know it sounds unusual, > but for completeness I would like to support that as well. > > Maybe we could skip the leading spaces: > > (get-text-property 0 'ibuffer-size (string-trim-left s " +")) > > What do you think? Yes, we should. I have attached the improved patch to this mail. Daniel