help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tab completion for a custom function.


From: Nurullah Akkaya
Subject: tab completion for a custom function.
Date: Tue, 3 Feb 2009 14:02:19 +0200

Hi,

i have a custom function that gets input a project name then it opens projects main file
and two terminal's in to project directories. i get the input using

  (interactive "sProject: ")

i want to use tab completion for project names. instead of typing the whole name.

can i supply a list of names to the interactive function?

thanks.
Nurullah

reply via email to

[Prev in Thread] Current Thread [Next in Thread]