! XResources 

Emacs.bitmapIcon:         off
Emacs.menuBar:            off
Emacs.verticalScrollBars: off
Emacs.toolBar:            off
Emacs.cursorBlink:        off
Emacs.cursorColor:        red
! HarfBuzz with cairo in Emacs 28
Emacs.FontBackend:	ftcrhb,x
Emacs*font:	-adobe-helvetica-medium-r-normal--25-*-*-*-p-130-iso10646-1
!Emacs*font:	-adobe-times-medium-r-normal--34-240-100-100-p-170-iso10646-1
!Emacs*font:	-adobe-Utopia-normal-normal-normal-*-*-*-*-*-*-0-iso10646-1

XTerm*Background:	black
XTerm*Foreground:	white
XTerm*VT100.translations:	#override \n\
 Ctrl <Key>semicolon: string(0x18) string("@h") \n\
 Ctrl <Key>comma: string(0x18) string("@a") \n\
 Ctrl <Key>period: string(0x18) string("@s") \n\
 Ctrl <Key>apostrophe: string(0x18) string("@s") \n\
 Shift <Key>Return: string(0x18) string("@s") string(0x0d)\n\
 Ctrl <Key>Return: print-everything()\n\
 Ctrl Shift <Key>space:    insert-selection(CLIPBOARD) 

XTerm*eightBitInput:	false
XTerm*faceName:	xft:Inconsolata:pixelsize=14
XTerm*metaSendsEscape:	true

! emacs-pipe.pl is under emacspeak/etc in the Emacspeak Git Repository
XTerm.*.printerCommand:     /usr/local/bin/emacs-pipe.pl
XTerm.*.printAttributes: 0
Xft*antialias:	true
Xft*dpi:	96
Xft*hinting:	true
Xft*hintstyle:	hintfull
Xft*rgba:	rgb
