From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: shell.el: suggest bind shell-resync-dirs to M-RET Date: Fri, 4 Jun 2010 13:29:17 +0200 Message-ID: References: <3709.1275644544@maps> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275650997 26127 80.91.229.12 (4 Jun 2010 11:29:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 11:29:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Eglen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 13:29:48 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OKV5v-0005qN-Cl for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 13:29:47 +0200 Original-Received: from localhost ([127.0.0.1]:45549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKV5u-000275-L6 for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 07:29:46 -0400 Original-Received: from [140.186.70.92] (port=51734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKV5n-00021j-Sx for emacs-devel@gnu.org; Fri, 04 Jun 2010 07:29:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKV5m-0003TS-8J for emacs-devel@gnu.org; Fri, 04 Jun 2010 07:29:39 -0400 Original-Received: from mail-yw0-f187.google.com ([209.85.211.187]:48304) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKV5m-0003TK-2a for emacs-devel@gnu.org; Fri, 04 Jun 2010 07:29:38 -0400 Original-Received: by ywh17 with SMTP id 17so304984ywh.1 for ; Fri, 04 Jun 2010 04:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=ExNO00ZlSoHjTv1aaqhsQCUjq4/fGBx/ZUE34+vz4R0=; b=D5dAFj/B26DTKVpdmo3h/y+cHrU5bMtDfxysiHzUi6Ul+g4D1fn38tpi4JsyY6AZoZ z+JX/3f3I9GtQGujTrtMA3jXnb5k5FGrKtgdWHHu4/kpP155HFvrw6uU+ACUBP+fSbvx HgMs1MYRwJbdP+9WLEXVyWHskiX96diwH+f84= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=qafNBq9RGLU/llTTjVtS9TbqoFumbt9hjDgZHz0f+MGc+FRQoyi1ydi6Dzn+g4MDoh XafQAysEaTlMJ9WMOT7EdTZL4+nJjIUg8+d6/+sKQZCEhKPvls2O0LV7LfS46ezxVvx3 dh6oO1QEs1OaFmloxUR2BpZJ96gqfQj/bOUOc= Original-Received: by 10.101.5.37 with SMTP id h37mr11816507ani.82.1275650977587; Fri, 04 Jun 2010 04:29:37 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Fri, 4 Jun 2010 04:29:17 -0700 (PDT) In-Reply-To: <3709.1275644544@maps> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125505 Archived-At: On Fri, Jun 4, 2010 at 11:42 AM, Stephen Eglen wrote: > The function M-x shell-resync-dirs is currently not bound to a key in > *shell* buffers. =C2=A0XEmacs has had this function bound to M-RET for ma= ny > years I think - could we do the same for Emacs within shell.el? Is not M-RET often used as a replacement for M-TAB since the latter is stolen by most window managers?