From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.bugs Subject: Re: dired-aux.el better nroff suggestion Date: Thu, 01 May 2008 07:07:31 +0200 Message-ID: <87mynay5m4.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209618706 13035 80.91.229.12 (1 May 2008 05:11:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 05:11:46 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 01 07:12:23 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JrR5g-0004BC-Q7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 May 2008 07:12:21 +0200 Original-Received: from localhost ([127.0.0.1]:52721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrR4z-00087B-OQ for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 May 2008 01:11:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrR4s-000876-7O for bug-gnu-emacs@gnu.org; Thu, 01 May 2008 01:11:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrR4p-00086u-GY for bug-gnu-emacs@gnu.org; Thu, 01 May 2008 01:11:28 -0400 Original-Received: from [199.232.76.173] (port=57684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrR4p-00086r-8l for bug-gnu-emacs@gnu.org; Thu, 01 May 2008 01:11:27 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JrR4o-0001Qa-Pm for bug-gnu-emacs@gnu.org; Thu, 01 May 2008 01:11:27 -0400 Original-Received: (qmail invoked by alias); 01 May 2008 05:11:25 -0000 Original-Received: from p54867E9F.dip.t-dialin.net (EHLO debian) [84.134.126.159] by mail.gmx.net (mp022) with SMTP; 01 May 2008 07:11:25 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1/tQywiwDbtQ/Igfh+wNLBxcLlGR6j2qb2Cg24taf zEFTwH+GVb/JXm In-Reply-To: (jidanni@jidanni.org's message of "Thu, 01 May 2008 12:23:29 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17906 Archived-At: On 2008-05-01 06:23 +0200, jidanni@jidanni.org wrote: > ! runs the command dired-do-shell-command > which is an interactive compiled Lisp function in `dired-aux.el'. > > which when placed on top of kernel-img.conf.5.gz > suggests gunzip -qc * | tbl | nroff -man -h > when in fact gunzip -qc * | tbl | nroff -man -h | col -b > is needed, unless one likes ^H's, which are what one sees lots of > currently. Not sure the fate of non-ASCII though with col -b. Where did you get these suggestions from? In stock Emacs -Q, there are no suggestions at all, and if you load dired-x, there are only "man -l" and "gunzip -q".