From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.help Subject: Re: emacs interface for the unix file(1) command Date: 09 Oct 2003 17:59:59 +0200 Organization: ...!#$@~? Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065716283 30295 80.91.224.253 (9 Oct 2003 16:18:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2003 16:18:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 09 18:18:00 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 1A7dUG-0005Ev-00 for ; Thu, 09 Oct 2003 18:18:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A7dTi-0001ik-LK for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Oct 2003 12:17:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!freenix!usenet-fr.net!proxad.net!feeder2-1.proxad.net!news2-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93 Original-Lines: 8 Original-NNTP-Posting-Date: 09 Oct 2003 18:03:00 MEST Original-NNTP-Posting-Host: 62.147.162.102 Original-X-Trace: 1065715380 news2-2.free.fr 27587 62.147.162.102:32799 Original-X-Complaints-To: abuse@proxad.net Original-Xref: shelby.stanford.edu gnu.emacs.help:117162 Original-To: help-gnu-emacs@gnu.org 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:13090 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13090 Roland Winkler wrote: > Is there an emacs interface for the unix file(1) command? Look at the `dired-show-file-type' command; it's binded to the `y' key in dired mode. Note that you'll have to load the dired-aux library. -- Matthias