all messages for Emacs-related lists mirrored at yhetil.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.