From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Open All FIles in a Directory: How can I tell emacs to do this? Date: Sat, 20 Sep 2003 13:45:56 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1064079956.3845.1.camel@syr-24-59-77-252.twcny.rr.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064080362 1361 80.91.224.253 (20 Sep 2003 17:52:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2003 17:52:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 20 19:52:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0luS-0000tk-00 for ; Sat, 20 Sep 2003 19:52:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0ltG-0003uq-Nj for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Sep 2003 13:51:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0lrS-0002CY-9C for help-gnu-emacs@gnu.org; Sat, 20 Sep 2003 13:49:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0lrP-00028g-HD for help-gnu-emacs@gnu.org; Sat, 20 Sep 2003 13:49:31 -0400 Original-Received: from [64.246.36.112] (helo=torre.pghoster.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1A0loJ-0000pF-IH for help-gnu-emacs@gnu.org; Sat, 20 Sep 2003 13:46:19 -0400 Original-Received: from syr-24-59-77-252.twcny.rr.com (syr-24-59-77-252.twcny.rr.com [24.59.77.252]) (authenticated (0 bits)) by torre.pghoster.com (8.11.6/8.11.6) with ESMTP id h8KHkJJ13399 for ; Sat, 20 Sep 2003 12:46:19 -0500 Original-To: help-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:12678 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12678 Often times when I'm coding I'll want to load all files in a particular directory into a buffer. Right now I have to do: emacs ./file1 Then for each other file C-x C-f filename Is there something I can put in my .emacs file to tell emacs that when I type a directory name under open file that all files in that directory should be loaded, or even better, a command or set of keys I can press to automatically load all files in a directory? Thanks in advance, -Dan