Hi! On Wed, Oct 24, 2012 at 08:50:46AM +1100, Cameron Simpson wrote: > Aside: what are "markers"?
Mutt variable: set markers It enabled, will show "+" sign at beginning of each wrapped line (using different color, to make clear that "+" is mutt's special thing, not part of email text). > Although I seem to feel that modern vim has better line wrapping > behaviour in cut/paste than vi used to many years ago, so perhaps it > is addressable. I'm pretty sure I can cut/paste (short) line of text Yeah, I've just checked it, long urls in vim (using ":set wrap") clicked correctly in both konsole and urxvt. I've compared `ldd` output for vim and mutt, and looks like vim uses libncurses.so.5 while mutt uses libncursesw.so.5 - not sure is this important, but, anyway, if vim works ok, then this issue is surely mutt's bug which can and should be fixed. > rxvt-unicode at least recognises URLs with a regexp. So it doesn't care > about the line break so much, more about the physical appearance on the > screen. So long URLs may well work in it. But... that is for its > click-the-URL facility, not necessarily cut/paste. Of course, you want > click-the-URL so you may be good here. > > So try out rxvt-unicode. I have these: > > URxvt*perl-ext: default,tabbed,mark-urls,matcher > Urxvt.perl-ext-common: default,tabbed,mark-urls,matcher > URxvt.urlLauncher: urlshow > > in my X11 settings to make it work; "mark-urls" is the required item for > > your needs. The "urlLauncher" is the name of the external command used > to pop up the URL. Looks like mark-urls was removed and replaced by matcher in current urxvt version. Anyway, both doesn't support urls wrapped in several lines. Chip Camden already mention this in previous email, but I've just tested both and confirm this. Probably matcher can be modified (as Chip Camden suggest) to support wrapped lines, but right now it doesn't work in this way. :( -- WBR, Alex.