[8220] in Athena Bugs
vax 7.3M: emacs
daemon@ATHENA.MIT.EDU (ckclark@ATHENA.MIT.EDU)
Tue Sep 17 01:25:15 1991
From: ckclark@ATHENA.MIT.EDU
Date: Tue, 17 Sep 91 01:25:53 -0400
To: ddlee@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU
Reply-To: ckclark@mit.edu
In-Reply-To: [8214]
Thank you for submitting your bug report. There is an error in the man
page. The resource name should be "bitmapIcon", not "iconUseBitmap".
Also, Lucien convinced me earlier that the two separate man pages I had
it etc were confusing, so now there's only one, since only one gets
installed any. The name "emacs.1" is more intuitive than emacs.man, so
I chose that.
-Calvin
Fix:
*** /source/third/common/gnu/emacs/Imakefile Tue Jul 23 17:09:36 1991
--- Imakefile Tue Sep 17 01:14:03 1991
***************
*** 45,51 ****
else true; fi
install_program(src/xemacs,,${BINDIR}/emacs)
! install_man(etc/emacs.man,emacs.1)
install_program(etc/emacsclient,,${BINDIR}/emacsclient)
install_program(etc/etags,,${BINDIR}/etags)
--- 45,51 ----
else true; fi
install_program(src/xemacs,,${BINDIR}/emacs)
! install_man(etc/emacs.1,emacs.1)
install_program(etc/emacsclient,,${BINDIR}/emacsclient)
install_program(etc/etags,,${BINDIR}/etags)
*** /source/third/common/gnu/emacs/etc/emacs.1 Thu Aug 15 15:31:04 1991
--- emacs.1 Tue Sep 17 01:12:03 1991
***************
*** 1,4 ****
! .TH EMACS 1 "12 August 1991"
.FM quote "MIT Project Athena"
.SH NAME
emacs \- \fIEmacs\fP text editor
--- 1,4 ----
! .TH EMACS 1 "17 September 1991"
.FM quote "MIT Project Athena"
.SH NAME
emacs \- \fIEmacs\fP text editor
***************
*** 292,300 ****
.I on,
the window will be displayed in inverse video.
.TP
! .B iconUseBitmap
If
! .I iconUseBitmap's
value is set to
.I on,
the window will iconify into the "kitchen sink."
--- 292,300 ----
.I on,
the window will be displayed in inverse video.
.TP
! .B bitmapIcon
If
! .I bitmapIcon's
value is set to
.I on,
the window will iconify into the "kitchen sink."