From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Aurel Newsgroups: gmane.emacs.help Subject: basic question: going back to dired Date: Mon, 21 Jul 2008 20:59:11 +0200 Message-ID: <4884DC7F.6060406@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216682018 29074 80.91.229.12 (21 Jul 2008 23:13:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 23:13:38 +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 Jul 22 01:14:27 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 1KL4aI-0003Pj-Dc for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jul 2008 01:14:26 +0200 Original-Received: from localhost ([127.0.0.1]:46885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL4ZP-0002k7-6b for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jul 2008 19:13:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KL0bN-0006dT-Sp for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 14:59:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL0bM-0006d5-6y for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 14:59:17 -0400 Original-Received: from [199.232.76.173] (port=35147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL0bM-0006d2-1a for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 14:59:16 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:49720) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KL0bL-0001Fo-FP for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 14:59:15 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so739509fgb.30 for ; Mon, 21 Jul 2008 11:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding:sender; bh=Si0BbOcz+B7StDtp8JNqRGFbwB1b59rDa3F+v87qyQo=; b=OTnd8hKBH9+PUPNlthYQHjqGRQZxttKpKJcD2QYux0BbZY2eJ3wQmz74uH4NaCTBFG cXXvIPZBBJMSwqPwM4C/FtLF7MJvLVPUzUvMTDfQKZaQp+U4iyMTuT+5pPe2/3gLsL/+ QSLMOEYEyiXpHAgLsUIP7iabO47iZoBskS6wo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:sender; b=WtJw6WHYOT5RZ6yC/kpKar0w8qynwtP0CcGUbaOpuLVaBGCLG310WY+T/dD77uZ2hL JW+ipcRhNTLpBt3m4/7iEyaOPcsZ+b9+Je+xxrOLIPZjbmpll0zZBm7vtZ5hOh3ZKE1o tdt215HKt4Eh7flYZ9c1BDyuxiHe6QK+CLFes= Original-Received: by 10.86.49.13 with SMTP id w13mr5472527fgw.15.1216666754093; Mon, 21 Jul 2008 11:59:14 -0700 (PDT) Original-Received: from administrators-imac.local ( [80.219.229.139]) by mx.google.com with ESMTPS id e11sm1570216fga.4.2008.07.21.11.59.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Jul 2008 11:59:13 -0700 (PDT) User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 21 Jul 2008 19:12:18 -0400 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:55775 Archived-At: hi This is my first post here, so I hope this is the right place for asking beginner questions. My question is simple: When I list some files in dired mode I select one file to edit. Now how can I close this file and go back to dired without closing emacs? thanks ben