Skip to content

[OFF] File name completation on XEmacs+ESS.

3 messages · Ott Toomet, Ronaldo Reis Jr.

#
Hi,

I try to make a key alias to XEmacs+ESS function Complete File Name.
But I dont know the name of this funcion.

Anybody know how this funcion is call?

(global-set-key "\C-tab" 'name of the function Complete File Name)

Thanks for all

Inte
Ronaldo
#
Hi,

if you try C-h k TAB, it says the function is

comint-dynamic-complete

I have not tested it.

Ott

 | From: "Ronaldo Reis Jr." <chrysopa at insecta.ufv.br>
 | Date: Mon, 28 Apr 2003 10:39:54 -0300
 | Hi,
 | 
 | I try to make a key alias to XEmacs+ESS function Complete File Name.
 | But I dont know the name of this funcion.
 | 
 | Anybody know how this funcion is call?
 | 
 | (global-set-key "\C-tab" 'name of the function Complete File Name)
 | 
 | Thanks for all
 | 
 | Inte
 | Ronaldo
#
Em Seg 28 Abr 2003 10:56, Ott Toomet escreveu:
Ott,

this describe the function used for object and function completations. Not for 
file name completation.

Thanks
Ronaldo