From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: FR: customizable fallback function for org-complete Date: Tue, 2 Oct 2007 13:00:08 +0100 Message-ID: <20071002120008.GA11802@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcgQC-0005bg-CB for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 08:00:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcgQ9-0005a8-7K for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 08:00:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcgQ7-0005Zt-Rv for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 08:00:12 -0400 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IcgQ7-00041N-5T for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 08:00:11 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id l92C08px028560 for ; Tue, 2 Oct 2007 07:00:08 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id l92C08PD028554 for emacs-orgmode@gnu.org; Tue, 2 Oct 2007 13:00:08 +0100 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Hi Carsten, Here's a feature request idea which should be easy to implement. The docstring for org-complete ends with: At all other locations, this simply calls `ispell-complete-word'. Personally I would prefer the fallback behaviour to be to call hippie-expand. Others might like dabbrev-expand, etc. Can this be made customizable? Thanks, Adam