From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: dired-man can't deal with compressed pages Date: 24 Feb 2004 08:21:54 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87r7wolz6u.fsf@mail.jurta.org> <874qthe5cv.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077603781 18688 80.91.224.253 (24 Feb 2004 06:23:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2004 06:23:01 +0000 (UTC) Cc: jidanni@jidanni.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Feb 24 07:22:57 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvVy5-0004KN-00 for ; Tue, 24 Feb 2004 07:22:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvVy5-0002P3-00 for ; Tue, 24 Feb 2004 07:22:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvVwZ-0006m2-0X for emacs-devel@quimby.gnus.org; Tue, 24 Feb 2004 01:21:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvVw4-0006gG-KZ for emacs-devel@gnu.org; Tue, 24 Feb 2004 01:20:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvVvY-0006Gq-Pw for emacs-devel@gnu.org; Tue, 24 Feb 2004 01:20:51 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1AvVvX-0006GP-TK; Tue, 24 Feb 2004 01:20:20 -0500 Original-To: Juri Linkov In-reply-to: <874qthe5cv.fsf@mail.jurta.org> (message from Juri Linkov on Tue, 24 Feb 2004 01:36:00 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20149 > From: Juri Linkov > Date: Tue, 24 Feb 2004 01:36:00 +0200 > > So, adding > these entries to `dired-guess-shell-alist-default' will have a twofold > usage: after pressing `!' on a file and selecting an appropriate > command its output is redirected to the *Shell Command Output* (this > is not very useful for man output). Pressing `N' on a file will have > the same user interface for selecting a command, but its output will > be processed by man.el and displayed in Man-mode. FWIW, I like this approach, but I suggest that "man -l" be offered only if Emacs can tell that the -l switch is supported.