From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: New Files and directories Date: Tue, 27 Oct 2015 06:40:50 -0700 (PDT) Message-ID: <36e34a04-d01b-451e-96a7-fb23f7da3090@default> References: <7ded04fb-0f2b-470b-9256-ae924e9ff6a0@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445953289 2426 80.91.229.3 (27 Oct 2015 13:41:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Oct 2015 13:41:29 +0000 (UTC) To: hadrien.daures@gmail.com, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 27 14:41:16 2015 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 1Zr4Ux-0005mj-1W for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Oct 2015 14:41:11 +0100 Original-Received: from localhost ([::1]:59720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr4Uw-0007VG-8c for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Oct 2015 09:41:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr4Uk-0007VB-Ok for help-gnu-emacs@gnu.org; Tue, 27 Oct 2015 09:40:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr4Ug-000896-Nj for help-gnu-emacs@gnu.org; Tue, 27 Oct 2015 09:40:58 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:28509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr4Ug-00088r-Gz for help-gnu-emacs@gnu.org; Tue, 27 Oct 2015 09:40:54 -0400 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t9RDeqDj026644 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Oct 2015 13:40:52 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t9RDeq1c019190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 27 Oct 2015 13:40:52 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t9RDep74006291; Tue, 27 Oct 2015 13:40:51 GMT In-Reply-To: <7ded04fb-0f2b-470b-9256-ae924e9ff6a0@googlegroups.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:107838 Archived-At: > I haven't used emacs for a while and I forgot how to refresh the director= ies > content. >=20 > When I create new files/directories, my emacs won't show them unless I > restart it... pretty annoying... I remember I had a shortcut for that. >=20 > I've been looking for two hours to find the command and still nothing, co= uld > anybody help me please ? Sounds like you are using Dired (`C-x d'), and you want to refresh the display of files. You can use `g' to do that. `C-h m' in any buffer usually gives you helpful information about that buffer (mode). In Dired it mentions `g', among other things: Type g to read all currently expanded directories aGain. This retains all marks and hides subdirs again that were hidden before.