On Thu, 15 May 2008 11:39:49 +1000
"Eduard Westra" <[EMAIL PROTECTED]> wrote:
> I'll try the bootstrap (works now :)). I'll have a go at the
> not-space-remove-feature, which (if works) I'll happily support to be
> included as a feature.
>
> Cheers,
>
> Eduard
>
> 2008/5/15 Gautam Iyer <[EMAIL PROTECTED]>:
> > On Thu, May 15, 2008 at 08:16:32AM +1000, Eduard Westra wrote:
> >
> >> Sorry, didn't know that my reply was needed. I haven't seen your
> >> code in the SVN, so I haven't had a chance to test it... I'm happy
> >> to give it a testrun (if you have a patch, let me know (and how to
> >> apply it to the code) and I'll report back).
I have attached a small patch for you. This was diff'ed against the
0.5.3 stable release tarball
Save the patch file to the top level directory in the mrxvt-0.5.3
directory.
Then to test:
patch -p0 --dry-run < no_trailing_spaces.patch
If all is OK, patch the file proper:
patch -p0 < no_trailing_spaces.patch
You will not need to rebuild it all, just now run 'make' and 'make
install' again as you would normally.
Nick
--
Free Software Foundation Associate Member 5508
--- src/feature.h 2008-05-15 08:30:40.000000000 +0100
+++ src/feature.hNEW 2008-05-15 08:27:22.000000000 +0100
@@ -523,7 +523,8 @@
#define USE_DEADKEY
/* Strip trailing spaces from selection */
-#define DONT_SELECT_TRAILING_SPACES
+/* define DONT_SELECT_TRAILING_SPACES */
+#undef DONT_SELECT_TRAILING_SPACES
/*
* Default interval (micro secs) to wait before refreshing the background under
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net