From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.help Subject: Re: Bug or feature? 'c' in dired-mode changes buffer layout Date: Thu, 16 Aug 2012 12:14:19 +0400 Message-ID: <86a9xvckys.fsf@w2139spb.ru.yotateam.com> References: <87txw3nwde.fsf@sklar.v.cablecom.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345104877 3117 80.91.229.3 (16 Aug 2012 08:14:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 08:14:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marius Hofert Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 16 10:14:37 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T1vDv-0000PI-7J for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2012 10:14:35 +0200 Original-Received: from localhost ([::1]:55145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vDt-0004V2-N4 for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2012 04:14:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vDl-0004Ox-JO for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 04:14:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1vDk-0004Sa-7w for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 04:14:25 -0400 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]:56491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vDk-0004SG-3W for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 04:14:24 -0400 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 79E7720A39; Thu, 16 Aug 2012 04:14:22 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute3.internal (MEProxy); Thu, 16 Aug 2012 04:14:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= from:to:cc:subject:in-reply-to:date:message-id:mime-version :content-type; s=mesmtp; bh=0L/9HHCFPI4P+0EssE2J+xfjP14=; b=LXIX k+z11ugdzPN6IpWt06RUXpiaB8q93UxLypLZLPbeDG5uLlA9HO7dsNurlK/KZ8nJ 0s3N1UWSM/VrmQHpgluPLpNz7PzaMAMNYQrnaDw97IuEbj89TYcdy4Mi/mfpH+ju mDwefffXrm14FfWpB9b2fG97u6PwDtfExUBPTNk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-type; s=smtpout; bh=0L/9HHCFPI4 P+0EssE2J+xfjP14=; b=uVPlyJt1QbAj50YP6bQtpdibdr6NrJFItyR1PMKiMvX Vl7J3Ab2GkYLPsvvutplDIynIsIgUGuGdj7C2dzuzZsWESh6ryrRPm3BAKt+Oavq zlJUPc19lbyPYCs0jj0joBDdTM9ZTo8g8YiZy74GJg3Lmx2X2ZjRzyDgSHVz01Xo = X-Sasl-enc: Ljb6dSgVhjakkmTcJWZ9CNXgSA7w5eBazS6xmigyu14+ 1345104862 Original-Received: from w2139spb.ru.yotateam.com (unknown [94.25.210.15]) by mail.messagingengine.com (Postfix) with ESMTPA id CA28848250E; Thu, 16 Aug 2012 04:14:21 -0400 (EDT) In-Reply-To: <87txw3nwde.fsf@sklar.v.cablecom.net> (message from Marius Hofert on Thu, 16 Aug 2012 11:12:29 +0400) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86363 Marius Hofert writes: > Dear Filipp, > > It returns: > > ,---- > | c runs the command shell-instead-dired, which is an interactive Lisp function in > | `.emacs'. > | > | It is bound to c. > | > | (shell-instead-dired) > | > | Not documented. > | > | [back] > `---- Please do not top-post. The output shows that 'shell-instead-dired' is your custom function defined in .emacs. Is it the function from here: http://stackoverflow.com/questions/8052946/emacs-dired-mode-how-to-exit-and-end-up-in-a-shell-in-the-current-directory ? If yes then you need to delete (delete-other-windows) call. -- Filipp Gunbin