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: Auto Completion, Desired Word Length Date: 14 Oct 2002 18:50:49 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1034647144 18112 80.91.224.249 (15 Oct 2002 01:59:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Oct 2002 01:59:04 +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 181Gz9-0004hp-00 for ; Tue, 15 Oct 2002 03:59:03 +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 181GwQ-0005Xs-00; Mon, 14 Oct 2002 21:56:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 68.37.117.130 Original-X-Trace: posting.google.com 1034646650 6986 127.0.0.1 (15 Oct 2002 01:50:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 15 Oct 2002 01:50:50 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106069 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:2617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2617 Hi, I guess this would be an interesting exercise. How I can make auto completion M-/ working for desired number of length. Example: If I would like to complete 'st' and my length is 5, it should show the words, still,style etc.. Also after I auto-complete the word, I would like to enter the word in the buffer. Then on the next M-/ it should pickup where it has left before. Thanks, Artist.