From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.help Subject: Re: Bug or feature? 'c' in dired-mode changes buffer layout Date: Thu, 16 Aug 2012 11:09:14 +0200 Message-ID: <87628jp5j9.fsf@sklar.v.cablecom.net> References: <86a9xvckys.fsf@w2139spb.ru.yotateam.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345108172 28285 80.91.229.3 (16 Aug 2012 09:09:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 09:09:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Filipp Gunbin Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 16 11:09:32 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 1T1w50-00044w-3a for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2012 11:09:26 +0200 Original-Received: from localhost ([::1]:54738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1w4y-0006MD-Rb for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2012 05:09:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1w4t-0006Jy-29 for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 05:09:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1w4r-0002tu-Rq for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 05:09:18 -0400 Original-Received: from edge10.ethz.ch ([82.130.75.186]:11060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1w4r-0002ti-Ln for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 05:09:17 -0400 Original-Received: from CAS22.d.ethz.ch (172.31.51.112) by edge10.ethz.ch (82.130.75.186) with Microsoft SMTP Server (TLS) id 14.2.298.4; Thu, 16 Aug 2012 11:09:14 +0200 Original-Received: from sklar.v.cablecom.net (217.162.130.156) by CAS22.d.ethz.ch (172.31.51.112) with Microsoft SMTP Server (TLS) id 14.2.298.4; Thu, 16 Aug 2012 11:09:15 +0200 In-Reply-To: <86a9xvckys.fsf@w2139spb.ru.yotateam.com> (Filipp Gunbin's message of "Thu, 16 Aug 2012 12:14:19 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Originating-IP: [217.162.130.156] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.130.75.186 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:86365 > 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. Dear Filipp, very, very good, that was precisely the issue! Many thanks for helping. Cheers, Marius