ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/README.FAQ
(Generate patch)

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.57 by root, Wed Dec 30 06:14:03 2009 UTC vs.
Revision 1.58 by root, Tue Mar 16 00:54:46 2010 UTC

650 develop for myself mostly, so I actually use most of the extensions I 650 develop for myself mostly, so I actually use most of the extensions I
651 write. 651 write.
652 652
653 The selection stuff mainly makes the selection perl-error-message aware 653 The selection stuff mainly makes the selection perl-error-message aware
654 and tells it to convert perl error messages into vi-commands to load the 654 and tells it to convert perl error messages into vi-commands to load the
655 relevant file and go tot he error line number. 655 relevant file and go to the error line number.
656 656
657 URxvt.scrollstyle: plain 657 URxvt.scrollstyle: plain
658 URxvt.secondaryScroll: true 658 URxvt.secondaryScroll: true
659 659
660 As the documentation says: plain is the preferred scrollbar for the 660 As the documentation says: plain is the preferred scrollbar for the
733 my purposes, it works, and gives a different look, as my normal 733 my purposes, it works, and gives a different look, as my normal
734 (Non-bold) font is already bold, and I want to see a difference between 734 (Non-bold) font is already bold, and I want to see a difference between
735 bold and normal fonts. 735 bold and normal fonts.
736 736
737 Please note that I used the "urxvt" instance name and not the "URxvt" 737 Please note that I used the "urxvt" instance name and not the "URxvt"
738 class name. Thats because I use different configs for different 738 class name. That is because I use different configs for different
739 purposes, for example, my IRC window is started with "-name IRC", and 739 purposes, for example, my IRC window is started with "-name IRC", and
740 uses these defaults: 740 uses these defaults:
741 741
742 IRC*title: IRC 742 IRC*title: IRC
743 IRC*geometry: 87x12+535+542 743 IRC*geometry: 87x12+535+542
1038 runtime-switchable, too, so there is usually no drawback to enabling 1038 runtime-switchable, too, so there is usually no drawback to enabling
1039 them, except higher disk and possibly memory usage. The perl interpreter 1039 them, except higher disk and possibly memory usage. The perl interpreter
1040 should be enabled, as important functionality (menus, selection, likely 1040 should be enabled, as important functionality (menus, selection, likely
1041 more in the future) depends on it. 1041 more in the future) depends on it.
1042 1042
1043 You should not overwrite the "perl-ext-common" snd "perl-ext" resources 1043 You should not overwrite the "perl-ext-common" and "perl-ext" resources
1044 system-wide (except maybe with "defaults"). This will result in useful 1044 system-wide (except maybe with "defaults"). This will result in useful
1045 behaviour. If your distribution aims at low memory, add an empty 1045 behaviour. If your distribution aims at low memory, add an empty
1046 "perl-ext-common" resource to the app-defaults file. This will keep the 1046 "perl-ext-common" resource to the app-defaults file. This will keep the
1047 perl interpreter disabled until the user enables it. 1047 perl interpreter disabled until the user enables it.
1048 1048

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines