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: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Subject: bug#172: 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 152 days ago.

Previous Next


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