From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: GNU Emacs and code completion Date: Sat, 08 Feb 2003 11:38:19 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <9743-Sat08Feb2003113818+0200-eliz@is.elta.co.il> References: <5.1.0.14.0.20030208052940.00ca1a10@popmail.email.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044697255 6948 80.91.224.249 (8 Feb 2003 09:40:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 09:40:55 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hRTh-0001nu-00 for ; Sat, 08 Feb 2003 10:40:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hRUN-0001Be-03 for gnu-help-gnu-emacs@m.gmane.org; Sat, 08 Feb 2003 04:41:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hRUD-0001BY-00 for help-gnu-emacs@gnu.org; Sat, 08 Feb 2003 04:41:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hRUA-0001BC-00 for help-gnu-emacs@gnu.org; Sat, 08 Feb 2003 04:41:24 -0500 Original-Received: from aragorn.inter.net.il ([192.114.186.23]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hRUA-00018O-00 for help-gnu-emacs@gnu.org; Sat, 08 Feb 2003 04:41:22 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-129-189.inter.net.il [213.8.129.189]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AFA36058; Sat, 8 Feb 2003 11:41:12 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <5.1.0.14.0.20030208052940.00ca1a10@popmail.email.it> (message from Renato Perini on Sat, 08 Feb 2003 05:30:49 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6453 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6453 > Date: Sat, 08 Feb 2003 05:30:49 +0100 > From: Renato Perini > > I wanted to know if there is some way to use some sort of code completion > under GNU Emacs. I'm not sure what you mean by ``code completion''. If you type a part of the name of a variable, or a struct, or a class, or a function, and then press M-/ repetitively, Emacs will try to complete that partial name using all the identifiers in this buffer and all the other buffers. Is that what you are looking for?