Hello,

Did you guys make the following working with latest mrxvt?  I copied from
http://materm.sourceforge.net/wiki/FAQ/Tips#

 Mrxvt.macro.Primary+Ctrl+Shift+question: PrintScreen -ps perl -e
'$_=join("",<STDIN>); s/\n+$/\n/g; print' > /tmp/scrollback
 Mrxvt.macro.Primary+Add+Ctrl+Shift+question: NewTab "(Search)" /bin/sh -c
"less -ifLR +G /tmp/scrollback; rm /tmp/scrollback"

 Mrxvt.macro.Primary+Ctrl+slash: PrintScreen -s perl -e
'$_=join("",<STDIN>); s/\n+$/\n/g; print' > /tmp/scrollback
 Mrxvt.macro.Primary+Add+Ctrl+slash: NewTab "(Search)" /bin/sh -c 'view
+"syn off|set nospell notitle |normal G" /tmp/scrollback; rm
/tmp/scrollback'

If I type Ctrl+Shift+question

-ifLR: -c: line 0: unexpected EOF while looking for matching `"'
-ifLR: -c: line 1: syntax error: unexpected end of file

Process exited normally with status 2. Press any key to close tab.

If I type Ctrl+slash
+"syn: -c: line 0: unexpected EOF while looking for matching `''
+"syn: -c: line 1: syntax error: unexpected end of file


Process exited normally with status 2. Press any key to close tab.

I am using the rev 292 from subversion.  Actually this worked for me
before(maybe 0.5.0???), but it's broken when I upgrade to newer version.

Also can I redefine the Shift+Enter shortcut to LeftShift+Enter? the right
shift sit right below the enter.  Sometime I accidently hit both key at the
same time and all the text in the buffer was cleared.

Thanks
Jiangbo
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Materm-usage mailing list
Materm-usage@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-usage
Mrxvt home page: http://materm.sourceforge.net

Reply via email to