On Sat, 18 Feb 2012, Carlos R. Mafra escribió: > Off-list.
XD > I suspect that there is something wrong with your mail > server. I have no idea why, but all emails from you > are saved with strange line breaks in the body of the > email and with a strange character instead of a trailing > whitespace. Have more people this problem with my patches? > So now I know it's not TB. And I've looked at everybody > else's emails and they don't have this problem (so that > excludes the possibility of being a bug here). I won't try pine ;-) > Do you have a gmail account? I see that your emails come > from kentin.kix.es, so I suspect there's something odd > in there. Do you have your own mailserver? I am using a mail server on dreamhost. > If you can send an email from mutt with this same patch > inlined and using a different mail server, that would > help me understand where's the problem. Done (off-list). > On Sat, 18 Feb 2012 at 12:14:08 +0100, Rodolfo García Peñas wrote: > > On Sat, 18 Feb 2012, Carlos R. Mafra escribió: > > > > > On Sat, 18 Feb 2012 at 2:27:50 -0800, Doug Barton wrote: > > > > > > > As part of that process I double-checked that all of our patches had > > > > been applied to the base, and was left with one little one: > > > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/files/patch-am?rev=1.2;content-type=text%2Fplain > > > > > > > > It would be great it this could go in so that I can remove it from our > > > > port at the next release. :) > > > > > > So it's up to you to write the patch for inclusion :-) > > > > > > > Meanwhile, I just want to say how impressed I am with the new version. > > > > All my old themes, scripts, config, etc. (some dating back to the 90's) > > > > worked without a hitch. > > > > > > From 19c36797d7f9998dc0f8d397b83108708a4ec8f2 Mon Sep 17 00:00:00 2001 > > From: Doug Barton <[email protected]> > > Date: Sat, 18 Feb 2012 12:10:22 +0100 > > Subject: [PATCH] utils: Include the SHEXEC in the wm-oldmenu2new script > > > > The script wm-oldmenu2new can now convert the SHEXEC lines. > > --- > > util/wm-oldmenu2new | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/util/wm-oldmenu2new b/util/wm-oldmenu2new > > index 6cdc7c2..5ac8015 100755 > > --- a/util/wm-oldmenu2new > > +++ b/util/wm-oldmenu2new > > @@ -129,6 +129,7 @@ perl - $T <<-'EOF' > $T-p > > for (@foo2) { > > s/^(\s*)"([^"]*)"\s\s*END/\1),/; > > > > s/^(\s*)"([^"]*)"\s\s*EXEC\s\s*(.*)$/\1($v\n\1"\2",$v\n\1EXEC,$v\n\1"\3"$v\n\1),/; > > + > > s/^(\s*)"([^"]*)"\s\s*SHEXEC\s\s*(.*)$/\1($v\n\1"\2",$v\n\1SHEXEC,$v\n\1"\3"$v\n\1),/; > > push @foo,split "\n"; > > } > > @foo2=(); > > @@ -146,6 +147,7 @@ > > s/^(\s*)"([^"]*)"\s\s*OPEN_MENU\s\s*(.*)$/\1($v\n\1"\2",$v\n\1OPEN_MENU,$v\n\1"\ > > for (@foo) { > > s/^(\s*)([^ ]*)\s\s*END/\1),/; > > s/^(\s*)([^ > > ]*)\s\s*EXEC\s\s*(.*)$/\1($v\n\1"\2",$v\n\1EXEC,$v\n\1"\3"$v\n\1),/; > > + s/^(\s*)([^ > > ]*)\s\s*SHEXEC\s\s*(.*)$/\1($v\n\1"\2",$v\n\1SHEXEC,$v\n\1"\3"$v\n\1),/; > > push @foo2,split "\n"; > > } > > @foo=(); > > -- > > 1.7.8.3 > > > > > > -- > > ||// //\\// Rodolfo "kix" Garcia > > ||\\// //\\ http://www.kix.es/ > > > > > > -- > > To unsubscribe, send mail to [email protected]. > > > -- > To unsubscribe, send mail to [email protected]. -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to [email protected].
