From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Edward O'Connor Newsgroups: gmane.emacs.help Subject: Re: Word Completion by Association Date: 04 Mar 2003 10:51:39 -0800 Organization: OEC, Jacobs School of Engineering, UCSD Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046804194 12200 80.91.224.249 (4 Mar 2003 18:56:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2003 18:56:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 04 19:56:33 2003 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 18qHZq-00036q-00 for ; Tue, 04 Mar 2003 19:55:47 +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 18qHZf-0002Xe-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2003 13:55:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!sdd.hp.com!ihnp4.ucsd.edu!news.ucsd.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: oecpc11.ucsd.edu Original-X-Trace: news1.ucsd.edu 1046803899 6818 132.239.18.171 (4 Mar 2003 18:51:39 GMT) Original-X-Complaints-To: usenet@news1.ucsd.edu Original-NNTP-Posting-Date: Tue, 4 Mar 2003 18:51:39 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:110806 Original-To: help-gnu-emacs@gnu.org 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:7305 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7305 > Hi, You may call this method: Auto Abbreviation in a buffer. > When I type the text in buffer, it should automagically note > each word and figure out different combination of it, and make > combination index which when typed in buffer again should result > in uniq word. Maybe dabbrev-expand, bound to M-/ by default, does something of what you would like? Examples: When I type this, I get that da M-/ dabbrev-expand Ab M-/ Abbreviation di M-/ different Ted -- Edward O'Connor oconnor@soe.ucsd.edu