From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: Using ido-completions in other packages Date: Mon, 16 Aug 2010 11:27:27 +0200 Message-ID: References: <21glfx0y87ey.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281950911 11116 80.91.229.12 (16 Aug 2010 09:28:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Aug 2010 09:28:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 16 11:28:30 2010 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.69) (envelope-from ) id 1Okvza-0005en-5m for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Aug 2010 11:28:30 +0200 Original-Received: from localhost ([127.0.0.1]:36813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkvzZ-00016v-Hb for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Aug 2010 05:28:29 -0400 Original-Received: from [140.186.70.92] (port=47994 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Okvys-00016q-OG for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 05:27:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okvyn-0005BS-01 for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 05:27:46 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48879) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okvym-0005BG-Nz for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 05:27:40 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Okvyi-0005Lx-TD for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 11:27:36 +0200 Original-Received: from 88-111.eduroam.rwth-aachen.de ([134.61.88.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Aug 2010 11:27:36 +0200 Original-Received: from andrea.crotti.0 by 88-111.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Aug 2010 11:27:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 88-111.eduroam.rwth-aachen.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:7cpJRPXi0HjchpnV2ILnTCHlrcQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:74668 Archived-At: William Xu writes: > Andrea Crotti writes: > > I was wondering if it would be possible to use the nice ido-mode > completion elsewhere. > > For example senator-jump is really cool, but I always have to type the > complete name of the function/class, which is a bit annoying, while the > ido-completion like is much faster and nicer. > > I've looked in the code but I don't see what I could substitute, maybe > substituting some functions or advising something else would do the > trick? > > I use ido-hacks.el. Very nice. > > http://permalink.gmane.org/gmane.emacs.help/61442 I answer a bit late sorry, just tried now ido-hacks but still semantic doesn't care at all about it... I guess it just doesn't work with an easy defadvice then... Any other idea is welcome. Now I'm too used to have flex matching that is always a pain when I don't have it...