From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chad Brown Newsgroups: gmane.emacs.devel Subject: Re: shell.el: suggest bind shell-resync-dirs to M-RET Date: Fri, 4 Jun 2010 11:02:48 -0700 Message-ID: <9482755D-E313-47CF-8869-CECF1B2CFB78@mit.edu> References: <3709.1275644544@maps> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275675325 17932 80.91.229.12 (4 Jun 2010 18:15:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 18:15:25 +0000 (UTC) Cc: Stephen Eglen , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 04 20:15:21 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 1OKbQP-0003xL-8M for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 20:15:21 +0200 Original-Received: from localhost ([127.0.0.1]:50443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKbQN-0002RA-VK for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 14:15:20 -0400 Original-Received: from [140.186.70.92] (port=36074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKbJD-00067n-Nr for emacs-devel@gnu.org; Fri, 04 Jun 2010 14:08:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKbEL-0007GE-0c for emacs-devel@gnu.org; Fri, 04 Jun 2010 14:02:54 -0400 Original-Received: from dmz-mailsec-scanner-7.mit.edu ([18.7.68.36]:63816) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKbEK-0007G6-VM for emacs-devel@gnu.org; Fri, 04 Jun 2010 14:02:52 -0400 X-AuditID: 12074424-b7b9dae000002832-1e-4c093fcc7228 Original-Received: from mailhub-auth-1.mit.edu (MAILHUB-AUTH-1.MIT.EDU [18.9.21.35]) by dmz-mailsec-scanner-7.mit.edu (Symantec Brightmail Gateway) with SMTP id B8.CC.10290.CCF390C4; Fri, 4 Jun 2010 14:02:52 -0400 (EDT) Original-Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id o54I2prf029194; Fri, 4 Jun 2010 14:02:52 -0400 Original-Received: from [10.0.1.6] (c-98-247-149-76.hsd1.wa.comcast.net [98.247.149.76]) (authenticated bits=0) (User authenticated as yandros@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o54I2mcH015653 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 4 Jun 2010 14:02:50 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.1078) X-Brightmail-Tracker: AAAAAA== 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:125524 Archived-At: On Jun 4, 2010, at 4:29 AM, Lennart Borgman wrote: > 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. XEmacs has had this function bound to M-RET for = many >> years I think - could we do the same for Emacs within shell.el? >=20 > Is not M-RET often used as a replacement for M-TAB since the latter is > stolen by most window managers? M-RET is bound to a (most useful, frequently-called) function in = org-mode,=20 so I doubt that the binding is really painful or blocked. Perhaps this = is just my experience on platforms other than modern GNU/Linux? *Chad=20