From: root AT jacob DOT remcomp DOT fr (root) Subject: Re: auto-completion 22 Nov 1997 17:01:26 -0800 Message-ID: References: <3476DD86 DOT 36CAC29D AT a DOT crl DOT com> Content-Type: text To: weiqigao AT a DOT crl DOT com (Weiqi Gao) Cc: gnu-win32 AT cygnus DOT com > > How about a code editor that "auto-completes" function names as you type > them, a la URL combo box in Netscape Communicator or IE? > > Can we create a win32-submode for c-mode in EMACS to do this? Imagine > typing "int WINAPI WinM" and get "int WINAPI WinMain(HINSTANCE > hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)" > automatically. > I have done this for the lcc-win32 ide. You type int WINAPI Win and the ide will 1: If there is only one choice will insert it automatically. 2: If there are less than 15 choices will show the choices in a popup menu 3: If there are more choices it will open a dialog box to let you pick the correct one. The ide will scan include files also, when collecting identifiers. -- Jacob Navia Logiciels/Informatique 41 rue Maurice Ravel Tel 01 48.23.51.44 93430 Villetaneuse Fax 01 48.23.95.39 France - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".