From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: basic question: going back to dired Date: Tue, 22 Jul 2008 14:12:49 +0200 Message-ID: <87mykap16m.fsf@tux.homenetwork> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216728966 21942 80.91.229.12 (22 Jul 2008 12:16:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 12:16:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: nakkaya@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 22 14:16:55 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLGn3-0008PV-Tu for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jul 2008 14:16:26 +0200 Original-Received: from localhost ([127.0.0.1]:60362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLGmA-0003jj-JQ for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jul 2008 08:15:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLGlp-0003ij-Vp for help-gnu-emacs@gnu.org; Tue, 22 Jul 2008 08:15:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLGlo-0003hv-7a for help-gnu-emacs@gnu.org; Tue, 22 Jul 2008 08:15:09 -0400 Original-Received: from [199.232.76.173] (port=38729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLGlo-0003hk-2k for help-gnu-emacs@gnu.org; Tue, 22 Jul 2008 08:15:08 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.191]:44472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLGln-00071m-Mh for help-gnu-emacs@gnu.org; Tue, 22 Jul 2008 08:15:07 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so6518531nfi.26 for ; Tue, 22 Jul 2008 05:15:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=tJsVCewJKBuu+2yQcDKqbgaMAGCfIKWNbqtszXQad0s=; b=SO8uVhHpo+cRHCgMqux9IPcJUxLDxNE2CbaVl7AKIc9dwOHGTomVHZkaOoTf6VuV6r JNVR+0FNq0EO3GPUNs82MYgC/81ZZAO6pxJooscPgi+jlf2HUObUNgSFndYtyoyGb5y7 vhP6nE/Qo2+VyoxShcq6u7RWqjVdcYXeRzfz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=I+knQ9sN3CrzcojoeQEdWXnwgWTqfs73y0I5TsSMI3QOpdB8tAQxGtiqzuH9Llyrpj SQoKHaWTNGN9yKcJuTSiFxM4Mtghk1BgkxmB6ow6FuIYSPbGiwfdeUrZ54H/gnqWSwtd iYFfs+c3W5Ro0KOMYnWlB3HAlIJLVZ6sj+IbE= Original-Received: by 10.210.71.11 with SMTP id t11mr4402945eba.105.1216728906547; Tue, 22 Jul 2008 05:15:06 -0700 (PDT) Original-Received: from tux.homenetwork ( [77.197.77.226]) by mx.google.com with ESMTPS id b33sm339572ika.2.2008.07.22.05.15.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Jul 2008 05:15:05 -0700 (PDT) In-Reply-To: (nakkaya@gmail.com's message of "Tue, 22 Jul 2008 10:58:44 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55791 Archived-At: nakkaya@gmail.com writes: > C-x k RET Alternatively, you can use quit-window that allow to quit window without killing buffer (with arg t, it will quit and kill buffer) ,----[ C-h f quit-window RET ] | quit-window is an interactive compiled Lisp function in `window.el'. | | | (quit-window &optional kill window) | | Quit the current buffer. Bury it, and maybe delete the selected frame. | (The frame is deleted if it contains a dedicated window for the buffer.) | With a prefix argument, kill the buffer instead. | | Noninteractively, if kill is non-nil, then kill the current buffer, | otherwise bury it. | | If window is non-nil, it specifies a window; we delete that window, | and the buffer that is killed or buried is the one in that window. | | [back] `---- > closes a file. to switch between files you can use ibuffer > > M-x ibuffer or you can bound it to a key. > > (define-key global-map [(meta \])] 'ibuffer) -- A + Thierry Volpiatto Location: Saint-Cyr-Sur-Mer - France