From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ernest =?iso-8859-1?Q?Adrogu=E9?= Newsgroups: gmane.emacs.help Subject: Should delete-window switch to next buffer when there is only one window? Date: Tue, 14 Jan 2014 23:30:57 +0100 Message-ID: <20140114223057.GA27881@doriath.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1389738696 8640 80.91.229.3 (14 Jan 2014 22:31:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2014 22:31:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 14 23:31:41 2014 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 1W3CWF-00082h-MI for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Jan 2014 23:31:35 +0100 Original-Received: from localhost ([::1]:51011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3CWF-0006mK-8H for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Jan 2014 17:31:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3CVw-0006m6-Qj for help-gnu-emacs@gnu.org; Tue, 14 Jan 2014 17:31:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3CVo-0001Oc-DR for help-gnu-emacs@gnu.org; Tue, 14 Jan 2014 17:31:16 -0500 Original-Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:43680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3CVo-0001MN-6i for help-gnu-emacs@gnu.org; Tue, 14 Jan 2014 17:31:08 -0500 Original-Received: by mail-we0-f177.google.com with SMTP id x55so1022299wes.22 for ; Tue, 14 Jan 2014 14:31:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=tufvRUWQRRrKQ/VfAZFMZ736ARqdD13dLEdxNiTT5j4=; b=RWGiI8RD0vXsdJoelQ8/fpGsWUXNZbhdexuBALARD22VBc5pEXStydlD8KYa1IMSi7 NfQKgck+sVvixgJSNjtxqudUYsPEhG8bAHGNHA5G8CjlvaKOyMa6z67po/QBv+2YQCQC pA+8szjTwahUzMr07u1eTPxLQVf3zNSSoICf8iYWU37ChxVraiq7y3wu6C2Dd42p+WWd klRzubrvl2ouqvKWTFAqg6aiMByFiS3iatiQPp3XLSqBqLCl13hyOEWLswHbGESNUg3X 5vxk43GJXEU5Pkx8lip4cnDp+XiJ6VeZU2vqIZg5Nllrl3kVNHso1BXgcuGjmIKAvDUF pwnA== X-Received: by 10.180.79.106 with SMTP id i10mr5188433wix.23.1389738667020; Tue, 14 Jan 2014 14:31:07 -0800 (PST) Original-Received: from doriath (31.Red-88-19-184.staticIP.rima-tde.net. [88.19.184.31]) by mx.google.com with ESMTPSA id dm2sm3588826wib.8.2014.01.14.14.31.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 14:31:05 -0800 (PST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-Operating-System: GNU/Linux (Debian jessie/sid) User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::231 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:95397 Archived-At: Hi. Currently if you attempt to delete an only window, the following message shows up Attempt to delete minibuffer or sole ordinary window I think that perhaps it would be better if it switched buffers instead. What do you think?