Content-type: text/html Manpage of r2l

r2l

Section: Haifa Linux Club (1)
Updated: January 2002
Index Return to Main Contents
 

NAME

r2l - A command-line interface to the r2llib library  

SYNOPSIS

r2l p [<enabled|base|token|state|all>]

r2l s [<enable|disable|toggle>]

r2l b [<neutral|ltr|rtl>]

 

DESCRIPTION

r2l is a a simple command-line interface to the r2llib library. The r2llib library controls the way biditext "reverses" text. r2l is an interface that is mainly intended for use by scripts. For interactive use, it is suggested that you use one of the r2l* programs (r2lterminal, r2ldockapp, r2lgnomeapplet, r2ltcl)

r2l p
Prints the current status.
  enabled
Prints "enabled" or "disabled", to indicate if biditext will be doing reversing (enabled) or not.
  base
Prints the base directionality: "ltr", "rtl" or "neutral".
  token
The flag file. Normall this would be $HOME/.rev
  state
Both enabled
 and base

  all
All the first three ( enabled , base and token )

If none of those was given, all
 is assumed.

r2l s
Set the enabled/disabled State.
  enable
Enabled biditext "reversing"
  disable
Disables biditext "reversing". Strings will be printed to the screen untouched.
  toggle
Toggles state (enables if diabled, and disables if enabled).

If none of those was given, toggle
 is assumed.

r2l b
Set the Base-directionality state.
  ltr
Base directionality is LTR (assiming LTR (e.g. English) context).   rtl Base directionality is RTL (assiming RTL (e.g. Hebrew) context).
  neutral
Base directionality is NEUTRAL (don't assume context).

If none of those was given, neutral
 is assumed.

 

FILES

See biditext(1)  

ENVIRONMENT

See biditext(1)  

BUGS

Only one refreshd can run per X display. If you attempt to run a second one, it will silently exit with an exit value of 1.  

AUTHORS

Tzafrir Cohen (tzafrir@technion.ac.il)  

SEE ALSO

biditext(1) , r2l(1) , r2lterminal(1) , refreshd(1) , r2ldockapp(1) , r2lgnomeapplet(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
FILES
ENVIRONMENT
BUGS
AUTHORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 20:32:22 GMT, March 24, 2002