From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Enselic Newsgroups: gmane.emacs.help Subject: Make dabbrev-expand work like Bash file-name completion? Date: Sat, 30 Jun 2007 01:50:28 -0700 Organization: http://groups.google.com Message-ID: <1183193428.456090.136770@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1183196610 30948 80.91.229.12 (30 Jun 2007 09:43:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 09:43:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 30 11:43:23 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I4ZUB-0003s9-2K for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 11:43:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4ZUA-0005uT-KP for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 05:43:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 83.233.151.58 Original-X-Trace: posting.google.com 1183193428 3281 127.0.0.1 (30 Jun 2007 08:50:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 30 Jun 2007 08:50:28 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=83.233.151.58; posting-account=UCk5Bg0AAADPsAztUtvWN1oDuygFB2bK Original-Xref: shelby.stanford.edu gnu.emacs.help:149775 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45367 Archived-At: Hello, Mx dabbrev-expand RET does exactly what I want, with one exception. It does not make completions like bash does. If I have some_func_foo some_func_bar some_func_another in a buffer, and do some_fu M-/ it will complete to some_func_another instead of some_func_ I would like a second M-/ to put some_func_foo, some_func_bar, some_func_another in *Completions*, and then doing f M-/ would expand to some_func_foo just like bash. Does anyone know of elisp that accomplishes this? Thank you, - Martin Nordholts