GNU bug report logs - #172
dired-aux.el better nroff suggestion

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Thu, 1 May 2008 04:30:04 UTC

Severity: wishlist

Fixed in version 24.0.94

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jidanni <at> jidanni.org
Subject: bug#172: closed (Re: bug#172: dired-aux.el better nroff suggestion)
Date: Wed, 22 Feb 2012 04:06:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#172: dired-aux.el better nroff suggestion

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 172 <at> debbugs.gnu.org.

-- 
172: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=172
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 172-done <at> debbugs.gnu.org
Subject: Re: bug#172: dired-aux.el better nroff suggestion
Date: Tue, 21 Feb 2012 23:03:15 -0500
Version: 24.0.94

OK; added col -b.

[Message part 3 (message/rfc822, inline)]
From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Subject: dired-aux.el better nroff suggestion
Date: Thu, 01 May 2008 12:23:29 +0800
! 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.

And it should be
gunzip -qc * |tbl|nroff -man -h|col -b
with less spaces as minibuffer space is at a premium.





This bug report was last modified 13 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.