Displaying 3 results from an estimated 3 matches for "rl_readline_nam".
Did you mean:
rl_readline_name
2010 Aug 09
1
R readline not honoring RCustomCompletion
This issue has been brought at least twice in R-help:
https://stat.ethz.ch/pipermail/r-help/2008-September/173828.html
https://stat.ethz.ch/pipermail/r-help/2009-May/197360.html
Looking at the source in src/unix/sys-std.c, it seems that the definition
of rl_readline_name as "RCustomCompletion" is made after the readline
library has been initialized and the ~/.inputrc file has been read.
Typing "C-x C-r" at the R prompt makes the definitions under "$if
RCustomCompletion" work, but this is not what one expects the R users to
do.
Attach...
2001 Apr 07
1
samba on NetBSD - some patches
...ef HAVE_LIBREADLINE
+#ifdef HAVE_READLINE
if ( temp != (char *)NULL )
{
free( temp ); /* Free memory allocated every time by readline() */
@@ -2215,7 +2212,7 @@
DEBUGLEVEL = 2;
-#ifdef HAVE_LIBREADLINE
+#ifdef HAVE_READLINE
/* Allow conditional parsing of the ~/.inputrc file. */
rl_readline_name = "smbclient";
#endif
$NetBSD: patch-ae,v 1.3 2000/09/03 09:17:00 kei Exp $
--- configure.in.orig Tue Jul 11 02:37:45 2000
+++ configure.in Sun Sep 3 06:23:09 2000
@@ -237,9 +237,6 @@
AC_CHECK_TYPE(offset_t,loff_t)
AC_CHECK_TYPE(ssize_t, int)
-# we need libcups for CUPS suppor...
1999 Jul 01
1
SAMBA digest 2150
...gt; strncpy( line, temp, 1023 ); /* Maximum size of
> (pstring)line. Null is guarranteed. */
> > #else
> 1778a1828
> > #endif
> 2123a2174,2177
> > #ifdef HAVE_LIBREADLINE
> > /* Allow conditional parsing of the ~/.inputrc file. */
> > rl_readline_name = "smbclient";
> > #endif
>
> ------------------------------
>
> Date: Wed, 30 Jun 1999 09:17:42 -0500
> From: "Keith G. Murphy" <keithmur@mindspring.com>
> To: Multiple recipients of list <samba@samba.org>
> Subject: Re: Linux can't t...