From 18726912b680ea87b4b1df14bc7b9878b791b261 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Dec 2006 05:09:48 +0000 Subject: [PATCH] *** empty log message *** --- README.FAQ | 2 +- doc/rxvt.7.html | 4 ++-- doc/rxvt.7.man.in | 6 +++--- doc/rxvt.7.txt | 2 +- doc/rxvtperl.3.html | 17 ----------------- doc/rxvtperl.3.man.in | 15 +-------------- doc/rxvtperl.3.txt | 11 ----------- 7 files changed, 8 insertions(+), 49 deletions(-) diff --git a/README.FAQ b/README.FAQ index 32be5455..a04e5b3d 100644 --- a/README.FAQ +++ b/README.FAQ @@ -44,7 +44,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS Try "urxvtd -f -o", which tells urxvtd to open the display, create the listening socket and then fork. - How can I start urxvtd automatically when I run URXVT_NAME@@c? + How can I start urxvtd automatically when I run urxvtc? If you want to start urxvtd automatically whenever you run urxvtc and the daemon isn't running yet, use this script: diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html index ecba902e..79643ccc 100644 --- a/doc/rxvt.7.html +++ b/doc/rxvt.7.html @@ -28,7 +28,7 @@
  • How do I know which rxvt-unicode version I'm using?
  • Rxvt-unicode uses gobs of memory, how can I reduce that?
  • How can I start urxvtd in a race-free way?
  • -
  • How can I start urxvtd automatically when I run URXVT_NAME@@c?
  • +
  • How can I start urxvtd automatically when I run urxvtc?
  • How do I distinguish whether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
  • How do I set the correct, full IP address for the DISPLAY variable?
  • How do I compile the manual pages on my own?
  • @@ -213,7 +213,7 @@ rxvt-unicode then uses 8 bytes per screen cell.

    display, create the listening socket and then fork.

    -

    How can I start urxvtd automatically when I run URXVT_NAME@@c?

    +

    How can I start urxvtd automatically when I run urxvtc?

    If you want to start urxvtd automatically whenever you run urxvtc and the daemon isn't running yet, use this script:

    diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in
    index 8db5351d..e2741002 100644
    --- a/doc/rxvt.7.man.in
    +++ b/doc/rxvt.7.man.in
    @@ -129,7 +129,7 @@
     .\" ========================================================================
     .\"
     .IX Title "@@RXVT_NAME@@ 7"
    -.TH @@RXVT_NAME@@ 7 "2006-11-02" "8.0" "RXVT-UNICODE"
    +.TH @@RXVT_NAME@@ 7 "2006-12-29" "8.1" "RXVT-UNICODE"
     .SH "NAME"
     RXVT REFERENCE \- FAQ, command sequences and other background information
     .SH "SYNOPSIS"
    @@ -217,8 +217,8 @@ rxvt-unicode then uses 8 bytes per screen cell.
     Try \f(CW\*(C`@@URXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@URXVT_NAME@@d to open the
     display, create the listening socket and then fork.
     .PP
    -\fIHow can I start @@URXVT_NAME@@d automatically when I run URXVT_NAME@@c?\fR
    -.IX Subsection "How can I start @@URXVT_NAME@@d automatically when I run URXVT_NAME@@c?"
    +\fIHow can I start @@URXVT_NAME@@d automatically when I run @@URXVT_NAME@@c?\fR
    +.IX Subsection "How can I start @@URXVT_NAME@@d automatically when I run @@URXVT_NAME@@c?"
     .PP
     If you want to start @@URXVT_NAME@@d automatically whenever you run
     @@URXVT_NAME@@c and the daemon isn't running yet, use this script:
    diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt
    index 8bb54c8d..65a25ed6 100644
    --- a/doc/rxvt.7.txt
    +++ b/doc/rxvt.7.txt
    @@ -64,7 +64,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
         Try "urxvtd -f -o", which tells urxvtd to open the display, create the
         listening socket and then fork.
     
    -   How can I start urxvtd automatically when I run URXVT_NAME@@c?
    +   How can I start urxvtd automatically when I run urxvtc?
         If you want to start urxvtd automatically whenever you run urxvtc and
         the daemon isn't running yet, use this script:
     
    diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html
    index e94963b3..c4542ed7 100644
    --- a/doc/rxvtperl.3.html
    +++ b/doc/rxvtperl.3.html
    @@ -520,23 +520,6 @@ which works regardless of wether xrdb is used to parse the resource file
     or not.

    -
    macosx-clipboard - -
    -

    An extension for use on Mac OS X that enabled rxvt to use the -system clipboard by implementing two keyboard events.

    -
    -
    -

    This example configuration enables the extension and binds the copy and -paste functionality to Meta-C and Meta-V:

    -
    -
    -
    -   URxvt.perl-ext-common: default,macosx-clipboard
    -   URxvt.keysym.M-c: perl:macosx-clipboard:copy
    -   URxvt.keysym.M-v: perl:macosx-clipboard:paste
    -
    -
    example-refresh-hooks
    diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in index 8f1c4f13..8cf2c01b 100644 --- a/doc/rxvtperl.3.man.in +++ b/doc/rxvtperl.3.man.in @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 3" -.TH @@RXVT_NAME@@ 3 "2006-12-07" "8.1" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 3 "2006-12-29" "8.1" "RXVT-UNICODE" .SH "NAME" @@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter .SH "SYNOPSIS" @@ -528,19 +528,6 @@ for the filename): the double \f(CW\*(C`/\*(C'\fR characters as comment start. Use \f(CW\*(C`\e057\e057\*(C'\fR instead, which works regardless of wether xrdb is used to parse the resource file or not. -.IP "macosx-clipboard" 4 -.IX Item "macosx-clipboard" -An extension for use on Mac \s-1OS\s0 X that enabled @@RXVT_NAME@@ to use the -system clipboard by implementing two keyboard events. -.Sp -This example configuration enables the extension and binds the copy and -paste functionality to Meta-C and Meta\-V: -.Sp -.Vb 3 -\& URxvt.perl-ext-common: default,macosx-clipboard -\& URxvt.keysym.M-c: perl:macosx-clipboard:copy -\& URxvt.keysym.M-v: perl:macosx-clipboard:paste -.Ve .IP "example-refresh-hooks" 4 .IX Item "example-refresh-hooks" Displays a very simple digital clock in the upper right corner of the diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt index f5aeb834..72e32c99 100644 --- a/doc/rxvtperl.3.txt +++ b/doc/rxvtperl.3.txt @@ -343,17 +343,6 @@ PREPACKAGED EXTENSIONS instead, which works regardless of wether xrdb is used to parse the resource file or not. - macosx-clipboard - An extension for use on Mac OS X that enabled rxvt to use the system - clipboard by implementing two keyboard events. - - This example configuration enables the extension and binds the copy - and paste functionality to Meta-C and Meta-V: - - URxvt.perl-ext-common: default,macosx-clipboard - URxvt.keysym.M-c: perl:macosx-clipboard:copy - URxvt.keysym.M-v: perl:macosx-clipboard:paste - example-refresh-hooks Displays a very simple digital clock in the upper right corner of the window. Illustrates overwriting the refresh callbacks to create -- 2.34.1