GNU bug report logs -
#12099
Remove out of date example code in woman.el
Previous Next
Reported by: Reuben Thomas <rrt <at> sc3d.org>
Date: Tue, 31 Jul 2012 12:03:02 UTC
Severity: normal
Done: Bastien <bzg <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
woman.el contains the following bit of documentation:
;; The following is based on suggestions by Guy Gascoigne-Piggford and
;; Juanma Barranquero. If you really want to square the man-woman
;; circle then you might care to define the following bash function in
;; .bashrc:
;; man() { gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; }
;; If you use Microsoft COMMAND.COM then you can create a file called
;; man.bat somewhere in your path containing the two lines:
;; @echo off
;; gnudoit -q (raise-frame (selected-frame)) (woman \"%1\")
;; and then (e.g. from a command prompt or the Run... option in the
;; Start menu) just execute
;; man man_page_name
This is cute, but gnudoit no longer exists, and this code is far from
complete (see the recent discussion on making Emacs a replacement for
standalone info on gnu-prog-discuss). I suggest simply removing the
above from woman.el.
--
http://rrt.sc3d.org
This bug report was last modified 13 years and 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.