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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 31 Jul 2012 15:32:37 +0200
with message-id <87wr1kys22.fsf <at> gnu.org>
and subject line Re: bug#12099: Remove out of date example code in woman.el
has caused the debbugs.gnu.org bug report #12099,
regarding Remove out of date example code in woman.el
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
12099: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12099
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
Reuben Thomas <rrt <at> sc3d.org> writes:
> 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.
Done.
--
Bastien
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.