From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: googleartist@yahoo.com (Artist) Newsgroups: gmane.emacs.help Subject: Re: wordcompletion... Date: 21 Oct 2002 07:36:55 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035211256 31684 80.91.224.249 (21 Oct 2002 14:40:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 14:40:56 +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 183dji-0008Ej-00 for ; Mon, 21 Oct 2002 16:40:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183dk4-0005dD-00; Mon, 21 Oct 2002 10:41:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 208.159.24.160 Original-X-Trace: posting.google.com 1035211015 9484 127.0.0.1 (21 Oct 2002 14:36:55 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 21 Oct 2002 14:36:55 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106245 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2793 Simon wrote in message news:... > Hi guys, > > i am new at the gnu emacs... here´s my newbie question: > > How is the command to complete words in the normal text-mode or C++ > mode? > > I know this function from the nedit, where i start a word like "comp", > then push Ctrl-SPACE and the word would be completed to "complete". > Hi, Just try to press M-/ key or Look at C-h f dabbrev-expand. There are other ways to to expand the previously 'defined' items with abbreviations with 'expand-abbrev'. Also look at C-h f hippie-expand. Artist.