From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Glasser" Newsgroups: gmane.emacs.devel Subject: running other commands inside the ido prompt? Date: Fri, 27 Apr 2007 12:32:26 -0400 Message-ID: <1ea387f60704270932y28af9f60jc2ce443c80b0a365@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177746315 6833 80.91.229.12 (28 Apr 2007 07:45:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 07:45:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 28 09:45:14 2007 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 1HhhcF-0007wD-23 for ged-emacs-devel@m.gmane.org; Sat, 28 Apr 2007 09:45:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhhiA-0004GU-JT for ged-emacs-devel@m.gmane.org; Sat, 28 Apr 2007 03:51:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhTSu-00075v-27 for emacs-devel@gnu.org; Fri, 27 Apr 2007 12:38:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhTSs-00075j-Dr for emacs-devel@gnu.org; Fri, 27 Apr 2007 12:38:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhTSs-00075S-7w for emacs-devel@gnu.org; Fri, 27 Apr 2007 12:38:34 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HhTN0-0004gQ-2q for emacs-devel@gnu.org; Fri, 27 Apr 2007 12:32:30 -0400 Original-Received: by wr-out-0506.google.com with SMTP id i23so1008134wra for ; Fri, 27 Apr 2007 09:32:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=DUHHP/dYYNwP86enHPH4FG5WgCvL40EhRtywQwGQC3gt35sRwVfxnDMFq3yeCBNXR/aXdWIL04rMF+Q+YOc06qdSd8n4kWf9bgXnffLUyWqpwGG08fsuxsBX4HHjJhZh7eplaA1h/CJidiA+9ZkqWbnW+9/zdBDaoB/6WYCooQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Mcpj1G9x8hObFKjqYbXeUs6y0GaWbSxnu/WCeZSrvFn18GryHaVPdAxcHqy6Vj2uo20O2GfauUJEvCyk3xan5L+mlnK5sETAHpZ+k9WTyEBVWNx/ZrMS7E5edD1FRmGksxAnWxI4T56wNiBWdE2kBleFibNdKCzZGYB48Psw7aM= Original-Received: by 10.78.171.20 with SMTP id t20mr977813hue.1177691547008; Fri, 27 Apr 2007 09:32:27 -0700 (PDT) Original-Received: by 10.78.14.2 with HTTP; Fri, 27 Apr 2007 09:32:26 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 8a55f45e8ba06ca3 X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-Mailman-Approved-At: Sat, 28 Apr 2007 03:51:09 -0400 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:70313 Archived-At: I really like how, when I'm inside ido-find-file and decide I'd rather dired the directory I've navigated to instead of finding a file, I can just hit C-d and end up in dired. Is there a way to hook in other single key "run this command on the current file instead of continuing" hooks? For example, I'd like to maybe be able to have a key that runs svn-status on whatever I've navigated to. The C-d logic seems to be hardcoded around "magic backspace" commands, or am I missing something? --dave -- David Glasser | glasser@mit.edu | http://www.davidglasser.net/