On Sun, Jun 22, 2003 at 02:27:36PM +0200, Marcelo Magallon wrote:

 >  El archivo que instala Debian por defecto dice parcialmente:
 > 
 >     # To allow the use of 8bit-characters like the german umlauts,
 >     # comment out the line below. However this makes the meta key not
 >     # work as a meta key, which is annoying to those which don't need to
 >     # type in 8-bit characters.
 > 
 >     set convert-meta off
 > 
 >  Eso deber�a arreglar el asunto en la l�nea de comando.  Si no es as�,
 >  lo que dice abajo tambi�n aplica a ese caso.

 Viendo la documentaci�n:

    `convert-meta'
          If set to `on', Readline will convert characters with the
          eighth bit set to an ASCII key sequence by stripping the
          eighth bit and prefixing an <ESC> character, converting them
          to a meta-prefixed key sequence.  The default value is `on'.

 el valor "correcto" (correcto para este caso) es "off".

$ cat ~/.inputrc
set input-meta on
set output-meta on
set convert-meta off
set bell-style visible

 y con eso funciona de la manera deseada.

 Marcelo

-- 
Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe'
Problemas a: [EMAIL PROTECTED]  http://www.linux.or.cr/listas

Responder a