unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* dired-aux.el better nroff suggestion
@ 2008-05-01  4:23 jidanni
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2008-05-04  2:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.11004.1209615826.18990.bug-gnu-emacs@gnu.org>
2008-05-01  5:07 ` dired-aux.el better nroff suggestion Sven Joachim
2008-05-01 22:29   ` jidanni
2008-05-03  6:31     ` Sven Joachim
2008-05-04  1:52       ` jidanni
2008-05-04  2:05         ` Drew Adams
2008-05-04  2:39           ` jidanni
2008-05-01  4:23 jidanni

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).