From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "newbKt" Newsgroups: gmane.emacs.help Subject: Re: create and open tags in windows and other markings... Date: 19 Jul 2006 18:04:26 -0700 Organization: http://groups.google.com Message-ID: <1153357466.936104.109800@m73g2000cwd.googlegroups.com> References: <1152912084.904241.190950@h48g2000cwc.googlegroups.com> <1153171294.510567.207970@s13g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1153359636 899 80.91.229.2 (20 Jul 2006 01:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Jul 2006 01:40:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 20 03:40:35 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3NWg-00066V-4S for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jul 2006 03:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3NWf-0002a7-Nv for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jul 2006 21:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 192.35.79.70 Original-X-Trace: posting.google.com 1153357472 21061 127.0.0.1 (20 Jul 2006 01:04:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 20 Jul 2006 01:04:32 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=192.35.79.70; posting-account=slUMVA0AAADXwFbiCK1NCL802-JXeA5y Original-Xref: shelby.stanford.edu gnu.emacs.help:140457 Original-To: help-gnu-emacs@gnu.org 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:36110 Archived-At: > It is part of `dired-x', maybe you could try loading that: > > M-x load-library RET dired-x RET > > Not sure in which version of Emacs that was included though. > > If it works, you might want to put this in your .emacs: > > (defun my-dired-init () > (require 'dired-x)) > > (add-hook 'dired-load-hook 'my-dired-init)) > > It will make sure `dired-x' is loaded when Dired starts. Awesome. It worked (with a little tweak). M-x load-library RET dired-x RET `F' % if you try to open a lot (don't know how many that is but 11 is too many) simultaneously it tells you that it can't and that you should use C-u soooo, instead, once I loaded the dired-x library, the next keystrokes were C-u F wala, C-x C-b check to see if all the files are open Thanks! kt