* dired-aux.el better nroff suggestion
@ 2008-05-01 4:23 jidanni
2012-02-22 4:03 ` bug#172: " Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2008-05-01 4:23 UTC (permalink / raw)
To: bug-gnu-emacs
! 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#172: dired-aux.el better nroff suggestion
2008-05-01 4:23 dired-aux.el better nroff suggestion jidanni
@ 2012-02-22 4:03 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2012-02-22 4:03 UTC (permalink / raw)
To: 172-done
Version: 24.0.94
OK; added col -b.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-22 4:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-01 4:23 dired-aux.el better nroff suggestion jidanni
2012-02-22 4:03 ` bug#172: " Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).