[353] in netbsd-help mailing list archive
Xmh app-default
daemon@ATHENA.MIT.EDU (David C Zhang)
Wed Oct 11 11:28:05 1995
From: David C Zhang <davidz@MIT.EDU>
To: netbsd-help@MIT.EDU
Date: Wed, 11 Oct 1995 11:27:12 EDT
I believe someone may has overlooked this.
the file located at
/afs/sipb.mit.edu/system/i386_nbsd1/usr/X11R6/lib/X11/app-defaults/Xmh
is not the Athena setting, but rather the default X setting, therefore
running 'xmh' does not have the speed buttons in the middle, makes it
a bit annoying to use.
here is what 'diff' tells me between Athena setting and X11 setting.
----------------------
1d0
< ! $XConsortium: Xmh.ad,v 1.32 94/02/09 19:44:06 gildea Exp $
5c4
< Xmh.Geometry: 508x750
---
> Xmh.Geometry: 508x736
173a173,228
>
> ! The following are the ATHENA specifc changes. These changes are for
> ! user interface compatibility and functionality
>
> *InitialIncFile:
> *CommandButtonCount: 11
>
> *commandBox.button1.label: inc
> *commandBox.button1.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhIncorporateNewMail() unset()
>
> *commandBox.button2.label: next
> *commandBox.button2.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhViewNextMessage() unset()
>
> *commandBox.button3.label: prev
> *commandBox.button3.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhViewPreviousMessage() unset()
>
> *commandBox.button4.label: compose
> *commandBox.button4.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhComposeMessage() unset()
>
> *commandBox.button5.label: reply
> *commandBox.button5.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhViewReply() unset()
>
> *commandBox.button6.label: forward
> *commandBox.button6.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhViewForward() unset()
>
> *commandBox.button7.label: delete
> *commandBox.button7.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhMarkDelete() unset()
>
> *commandBox.button8.label: move
> *commandBox.button8.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhMarkMove() unset()
>
> *commandBox.button9.label: unmark
> *commandBox.button9.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhUnmark() unset()
>
> *commandBox.button10.label: commit
> *commandBox.button10.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhCommitChanges() unset()
>
> *commandBox.button11.label: close
> *commandBox.button11.translations: #override\
> <Btn1Down>,<Btn1Up>: XmhClose() unset()
>
>
> *Font: fixed
>
> *mailWaitingFlag: false
> *checkNewMail: false
-------------------------
can someone in SIPB correct this in the SIPB locker?
david zhang