From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: dabbrev-expand for the minibuffer Date: Mon, 21 Jul 2008 08:55:19 -0700 Message-ID: <000c01c8eb4a$2e42dbe0$c2b22382@us.oracle.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216655846 4744 80.91.229.12 (21 Jul 2008 15:57:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 15:57:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: , "'Juri Linkov'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 21 17:58:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKxm2-0003DA-OG for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 17:58:07 +0200 Original-Received: from localhost ([127.0.0.1]:49545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKxl9-0003eB-Qs for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 11:57:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKxl4-0003bJ-BB for emacs-devel@gnu.org; Mon, 21 Jul 2008 11:57:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKxl1-0003YU-Rf for emacs-devel@gnu.org; Mon, 21 Jul 2008 11:57:06 -0400 Original-Received: from [199.232.76.173] (port=45543 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKxl1-0003YK-NN for emacs-devel@gnu.org; Mon, 21 Jul 2008 11:57:03 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:38182) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKxkw-0005Ve-DU; Mon, 21 Jul 2008 11:56:59 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m6LFuh7m026113; Mon, 21 Jul 2008 10:56:43 -0500 Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m6L1hGA3006398; Mon, 21 Jul 2008 09:56:41 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt355.oracle.com with ESMTP id 10941741151216655720; Mon, 21 Jul 2008 08:55:20 -0700 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 21 Jul 2008 08:55:20 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: Ach7oNPkQjS8i/gETAmPtgGVM630WRvqIDaw X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101087 Archived-At: > From: Richard Stallman Sent: Saturday, March 01, 2008 5:32 AM > When I tried > > (global-set-key (kbd "M-/") 'hippie-expand) > (setq hippie-expand-try-functions-list > '(try-expand-dabbrev > try-expand-dabbrev-all-buffers > try-expand-dabbrev-from-kill)) > > I found it broke the feature that you can type M-SPC M-/ to pull > in successive words. I use that often, so this proved > unacceptable. > > Maybe that feature can be put into hippie-expand. Interesting; never thought of doing that (M-SPC M-/). It might help users to mention this possibility in the Emacs manual. BTW, was there any followup on adding this to hippie-expand? The thread seems to have petered out.