Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: GNU readline


  
  The GNU Readline Library
The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.
Readline is free software, distributed under the terms of the GNU General Public License, version 2.
Readline is always available from the master GNU ftp site and its many mirrors.
cnswww.cns.cwru.edu /php/chet/readline/rltop.html   (613 words)

  
 UNIX man pages : readline ()   (Site not responding. Last check: 2007-11-04)
GNU Readline 5.0 Last change: 2004 January 28 2 Introduction to Library Functions READLINE(3) When using the form keyname:function-name or macro, keyname is the name of a key spelled out in English.
GNU Readline 5.0 Last change: 2004 January 28 6 Introduction to Library Functions READLINE(3) This may be used in conjunction with the set key- map command, for instance, to set bindings in the emacs-standard and emacs-ctlx keymaps only if readline is starting out in emacs mode.
GNU Readline 5.0 Last change: 2004 January 28 9 Introduction to Library Functions READLINE(3) history-search-backward Search backward through the history for the string of characters between the start of the current line and the point.
www.cs.umbc.edu /cgi-bin/man-cgi?readline   (4744 words)

  
 PHP: GNU Readline - Manual
The readline functions implement an interface to the GNU Readline library.
You can find libreadline on the home page of the GNU Readline project, at » http://cnswww.cns.cwru.edu/~chet/readline/rltop.html.
This means if the window is resized when not in a readline() call, the next call will have odd behavior due to confusion about the window size.
us2.php.net /manual/en/ref.readline.php   (590 words)

  
 GNU Readline Library - Programming with GNU Readline
If you are a programmer, and you wish to include the features found in GNU Readline such as completion, line editing, and interactive history manipulation in your own programs, this section is for you.
Readline provides many functions for manipulating the text of the line, but it isn't possible to anticipate the needs of all programs.
In order to write new functions for Readline, you need to know the calling conventions for keyboard-invoked functions, and the names of the variables that describe the current state of the line read so far.
www.csupomona.edu /reference/gnu/readline-2.0/rlman_2.html   (3820 words)

  
 GNU Readline Library:
This document describes the GNU Readline Library, a utility which aids in the consistency of user interface across discrete programs which provide a command line interface.
The Readline library gives you a set of commands for manipulating the text as you type it in, allowing you to just fix your typo, and not forcing you to retype the majority of the line.
Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result of tests.
cnswww.cns.cwru.edu /php/chet/readline/readline.html   (7703 words)

  
 GNU Readline Library
Although the Readline library comes with a set of Emacs-like keybindings, it is possible that you would like to use a different set of keybindings.
If you are a programmer, and you wish to include the features found in GNU Readline in your own programs, such as completion, line editing, and interactive history manipulation, this documentation is for you.
The GNU Readline library provides the user interface to completion, and additionally, two of the most common completion functions; filename and username.
www.cs.utah.edu /dept/old/texinfo/bash/rlman.html   (5482 words)

  
 GNU's Who - GNU Project - Free Software Foundation (FSF)
He is the author of the GNU shell BASH, the GNU Texinfo compiler Makeinfo and the viewer Info, the GNU Readline Library, GNU Finger, parts of GDB and GNU Emacs, and other lesser projects.
Is the maintainer of GNU which, libcwd, ircu and prototype Makefiles, and has been the maintainer of GNU indent.
Is one of the authors and principle maintainer of GNU Common C++, which is a portable general purpose C++ framework for application development.
www.gnu.org /people/people.html   (4881 words)

  
 tclreadline(n) manual page
The advantage of tclreadline is that it uses the callback handler mechanism of the gnu readline while it processes tcl events.
For the functionality of the GNU readline you should refer to the readline's documentation.
For further documentation please refer to the gnu readline documentation.
tclreadline.sourceforge.net /tclreadline.html   (1209 words)

  
 GNU readline - Wikipedia, the free encyclopedia
GNU readline is a software library created and maintained by the GNU project.
Readline supports a variety of basic features, including a kill ring (a more flexible version of a copy/paste clipboard) and tab completion.
While readline is a cross-platform library many platforms do not include readline per default.
en.wikipedia.org /wiki/Readline   (380 words)

  
 GNU Readline Library - Programming with GNU Readline
If you are a programmer, and you wish to include the features found in GNU Readline such as completion, line editing, and interactive history manipulation in your own programs, this section is for you.
Readline provides many functions for manipulating the text of the line, but it isn't possible to anticipate the needs of all programs.
In order to write new functions for Readline, you need to know the calling conventions for keyboard-invoked functions, and the names of the variables that describe the current state of the line read so far.
web.mit.edu /gnu/doc/html/rlman_2.html   (3773 words)

  
 freshmeat.net: Project details for GNU Readline
The Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.
The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands.
Readline's many quirks, poor documentation, and inflexibility, isn't a bonus either.
freshmeat.net /projects/gnureadline   (243 words)

  
 PHP: GNU Readline - Manual
Die readline() Funktionen realisieren eine Schnittstelle zur GNU Readline Bibliothek.
Möchten Sie die readline Funktionen nutzen, müssen Sie die libreadline Bibliothek installieren.
Die libreadline Bibliothek finden Sie auf der Homepage des GNU Readline Projekts unter » http://cnswww.cns.cwru.edu/~chet/readline/rltop.html.
de.php.net /manual/de/ref.readline.php   (606 words)

  
 PHP: GNU Readline - Manual
As funções readline() implementam uma interface para a biblioteca GNU Readline.
Para usar as funções readline, você precisa instalar a libreadline.
Você pode encontrar a libreadline na página do projeto GNU Readline, em » http://cnswww.cns.cwru.edu/~chet/readline/rltop.html.
www.se.php.net /manual/pt_BR/ref.readline.php   (600 words)

  
 [No title]   (Site not responding. Last check: 2007-11-04)
The GNU Readline Library The GNU Readline Library Table of Contents Introduction Current Status Availability Documentation Reporting Bugs Other Resources Maintainer Introduction The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.
Documentation The documentation for the Readline and History libraries appears in the `doc' subdirectory.
README: a file describing Readline CHANGES: a complete Readline change history INSTALL: installation instructions rl.c is an example program that uses Readline to read a line of input from a user and echo it to the standard output, suitable for use by shell scripts.
distro.ibiblio.org /pub/linux/distributions/uos/stable/descr/readline   (545 words)

  
 Readline Variables
If non-zero, this is the address of a function to call periodically when readline is waiting for terminal input.
This variable is set to the keymap (see Keymaps) in which the currently executing readline function was found.
This variable is set to the keymap (see Keymaps) in which the last key binding occurred.
w3.pppl.gov /info/readline/Readline_Variables.html   (234 words)

  
 7.16 readline -- GNU readline interface
Parse and execute single line of a readline init file.
The startup_hook function is called with no arguments just before readline prints the first prompt.
The pre_input_hook function is called with no arguments after the first prompt has been printed and just before readline starts reading input characters.
www.cs.duke.edu /~raw/Python/lib/module-readline.html   (243 words)

  
 [No title]
This module gives you input line editing facility, input history management facility, word completion facility, etc. It uses the real GNU Readline Library and has the interface with the almost all variables and functions which are documented in the GNU Readline/History Library.
TRG may be useful for a C programmer to prototype a program which uses the GNU Readline Library.
He gives useful advises for me. Unfortunately readline.pl simulated old GNU Readline library before TRG was born.
www.cpan.org /authors/Hiroo_HAYASHI/Term-ReadLine-Gnu-1.15.readme   (1127 words)

  
 GNU Readline Library
This document describes the GNU Readline Library, a utility which aids in the consistency of user interface across discrete programs that need to provide a command line interface.
Readline Convenience Functions: Functions which Readline supplies to aid in writing your own custom functions.
A pointer to a function to call that determines whether or not a specific character in the line buffer is quoted, according to whatever quoting mechanism the program calling readline uses.
www-cdf.fnal.gov /upgrades/computing/projects/framework/readline.html   (9317 words)

  
 Readline
Readline - Lets users edit command lines as they are typed in
Licensed under The GNU General Public License, Version 2 or later.
Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.
www.gnu.org /directory/readline.html   (268 words)

  
 GNU Readline Library
This document describes the end user interface of the GNU Readline Library, a utility which aids in the consistency of user interface across discrete programs that need to provide a command line interface.
Readline vi Mode: A short description of how to make Readline behave like the vi editor.
Readline Init File Syntax: Syntax for the commands in the inputrc file.
pari.math.u-bordeaux.fr /dochtml/rluserman.html   (4215 words)

  
 ReadlineSetup - JythonWiki
GNU Readline with a JNI interface to provide advanced editing support to Java console programs.
You should now be able to invoke jython's interactive console, with readline powered command line editing enabled.
While these instructions are for Java-Readline compiled against GNU Readline, Java-Readline can also be backed by the BSD licensed EditLine libary as well as a simple line editor called GetLine.
wiki.python.org /jython/ReadlineSetup   (878 words)

  
 Fink - Package Database - Package term-readline-gnu-pm586
This is an implementation of Term::ReadLine using the GNU Readline/History Library.
This package also has the interface with the almost all functions and variables which are documented in the GNU Readline/History Library Manual.
For more detail of the GNU Readline/History Library, see 'GNU Readline Library Manual' and 'GNU History Library Manual'.
pdb.finkproject.org /pdb/package.php/term-readline-gnu-pm586   (104 words)

  
 7.20 readline -- GNU readline interface
The startup_hook function is called with no arguments just before readline prints the first prompt.
The pre_input_hook function is called with no arguments after the first prompt has been printed and just before readline starts reading input characters.
Append a line to the history buffer, as if it was the last line typed.
www.python.org /doc/2.4/lib/module-readline.html   (336 words)

  
 GNU Readline Library - Readline Signal Handling
Since Readline changes the terminal attributes when it is called, it needs to perform special processing when a signal is received to restore the terminal to a sane state, or provide application writers with functions to do so manually.
If and when the calling application's signal handler returns, Readline will reinitialize the terminal and continue to accept input.
Readline provides two variables that allow application writers to control whether or not it will catch certain signals and act on them when they are received.
www.sunsite.ualberta.ca /Documentation/Gnu/readline-4.1/html_node/readline_40.html   (540 words)

  
 Why you shouldn't use the Library GPL for your next library - GNU Project - Free Software Foundation (FSF)
At present, most GNU libraries are covered by the Library GPL, and that means we are using only one of these two strategies, neglecting the other.
This is why we used the Library GPL for the GNU C library.
The Readline library implements input editing and history for interactive programs, and that's a facility not generally available elsewhere.
www.gnu.org /licenses/why-not-lgpl.html   (783 words)

  
 microdc home
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Such files are licensed under the terms of the GNU General Public License or a license compatible with the GNU GPL (as listed on http://www.gnu.org/licenses/license-list.html).
The GNU C Compiler is part of the GNU Compiler Collection which can be downloaded from http://gcc.gnu.org/.
www.nongnu.org /microdc   (1402 words)

  
 Parted User's Manual
GNU Parted is a program for creating, destroying, resizing, checking and copying partitions, and the file systems on them.
GNU Readline (optional), available from ftp://ftp.gnu.org/gnu/readline If you are compiling Parted, and you don't have readline, you can disable Parted's readline support with the
GNU Parted does not support LVM and software RAID in full, but it is still useful when used in combination with their respective tools.
www.gnu.org /software/parted/manual/html_mono/parted.html   (10856 words)

  
 WeberDev.com -> PHP Manual -> GNU Readline
readline() functions implement an interface to the GNU Readline library.
You can find libreadline on the home page of the GNU Readline project, at http://cnswww.cns.cwru.edu/~chet/readline/rltop.html.
As the web development industry moves toward Web 2.0, we're observing a number of key changes in developers' attitudes to the Web.
www.weberdev.com /Manuals/PHP/ref.readline.html   (339 words)

  
 GNU Readline Library:
This document describes the end user interface of the GNU Readline Library, a utility which aids in the consistency of user interface across discrete programs which provide a command line interface.
It complements the GNU General Public License, which is a copyleft license designed for free software.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
cnswww.cns.cwru.edu /php/chet/readline/rluserman.html   (7058 words)

  
 ASPN : Term::ReadLine::Gnu 1.11   (Site not responding. Last check: 2007-11-04)
This is an implementation of Term::ReadLine using the GNU Readline/History Library.
This package also has the interface with the almost all functions and variables which are documented in the GNU Readline/History Library Manual.
All these GNU Readline/History Library functions are callable via method interface and have names which conform to standard conventions with the leading
aspn.activestate.com /ASPN/CodeDoc/Term-ReadLine-Gnu/Gnu.html   (1404 words)

  
 PHP: GNU Readline - Manual
functions implement an interface to the GNU Readline library.
Because of the interactive nature of this library, it will be of little use for writing Web applications, but may be useful when writing scripts meant
To use the readline functions, you need to install libreadline.
www.php.net /manual/kr/ref.readline.php   (502 words)

  
 s11n.net: editline: a BSD-licensed replacement for GNU Readline
Another C++ wrapper for GNU Readline can be found Sergey Satsky's site, and has support for Readline custom completers (this library does not support those).
s11n.net's readline_cpp library provides an OO interface which is compatible with GNU readline, editline and plain old stdin, using whatever is available to it.
If your clients use that class instead of directly using readline's API they can get the basic readline/history functions without having to know if they're using readline, editline or stdin (which one is used is determined via readline_cpp's configure script).
www.s11n.net /editline   (1680 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.