On Tue, 1 May 2012, Wolfgang Schuster wrote: > Am 01.05.2012 um 19:35 schrieb Aditya Mahajan: > >> On Tue, 1 May 2012, Aditya Mahajan wrote: >> >>> On Tue, 1 May 2012, Xenia wrote: >>> >>>>> Use \definetextbackground for the frame, framedtext’s are unbreakable boxes. >>>> Thanks, that works, but now the linewrapping does not work correctly >>>> (after the frame) >>> >>> The bad linebreaks also happen if you remove the background. I'll look into it (in any case, hypenation should be disabled, so there is a bug somewhere). >> >> Add: >> >> \startsetups linebreak >> \language\minusone %disable hypenation >> \raggedright %avoid overflow lines \stopsetups >> >> \unprotect >> \setupsyntaxhighlighting >> [setups={syntaxhighlighting@setup,linebreak}] >> \protect >> >> I'll add these to the main module and release a new version. > > Why don’t you add a align key and use “align={flushleft,nothyphenated}” as default. Good idea! I'll add align key to the filter module and set it to `flushleft,nothyphenated` in the vim moule. Thanks, Aditya