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 10:57:37 +0400 Message-ID: <86ehn7coim.fsf@w2139spb.ru.yotateam.com> References: <87mx1v9wu4.fsf@sklar.v.cablecom.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345121952 12939 80.91.229.3 (16 Aug 2012 12:59:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 12:59:12 +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 14:59:11 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 1T1zfL-0001zP-Fi for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2012 14:59:11 +0200 Original-Received: from localhost ([::1]:52438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1zfK-0005Li-4z for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Aug 2012 08:59:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1uLR-0005Tp-9K for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 03:18:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1uLQ-0006il-Ep for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 03:18:17 -0400 Original-Received: from mx1.yotateam.com ([94.25.210.70]:28232 helo=mxs.yotateam.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1uLQ-0006iZ-7z for help-gnu-emacs@gnu.org; Thu, 16 Aug 2012 03:18:16 -0400 Original-Received: from SRV5-DC-SPB.scartel.ru (10.2.50.15) by mx1.yotateam.com (10.2.63.204) with Microsoft SMTP Server (TLS) id 14.2.298.4; Thu, 16 Aug 2012 10:58:10 +0400 Original-Received: from w2139spb.ru.yotateam.com (10.2.148.5) by SRV5-DC-SPB.scartel.ru (10.2.50.106) with Microsoft SMTP Server (TLS) id 8.3.213.0; Thu, 16 Aug 2012 10:57:39 +0400 In-Reply-To: <87mx1v9wu4.fsf@sklar.v.cablecom.net> (message from Marius Hofert on Thu, 16 Aug 2012 08:26:11 +0200) X-detected-operating-system: by eggs.gnu.org: Windows XP/2000 (RFC1323+, w+, tstamp-) X-Received-From: 94.25.210.70 X-Mailman-Approved-At: Thu, 16 Aug 2012 08:59:00 -0400 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:86368 Marius Hofert writes: > Hi, > > I am wondering if the following behavior is a bug or a feature: > > 1) open an Emacs buffer > 2) Split the buffer via C-x 2 > 3) Change to dired mode via C-x d; now you have two buffers on top of each > other, one in dired mode > 4) use 'c' in the buffer in dired mode to get a shell; instead of two buffers on > top of each other (one of which is a shell), the buffer-split is removed and the > shell is displayed as a single buffer in the frame. > > (this is on Emacs 24, Ubuntu 12.04). > > Cheers, > > Marius > 'c' seems to be undefined in dired buffer by default (GNU Emacs 24.1.1 on Cygwin). What does 'C-h k c' output in your dired buffer? -- Filipp Gunbin