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: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#172: closed (dired-aux.el better nroff suggestion)
Date: Wed, 22 Feb 2012 04:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Feb 2012 23:03:15 -0500
with message-id <khsji3pla4.fsf <at> fencepost.gnu.org>
and subject line Re: bug#172: dired-aux.el better nroff suggestion
has caused the debbugs.gnu.org bug report #172,
regarding dired-aux.el better nroff suggestion
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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.




[Message part 3 (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.


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

Previous Next


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