On Fri, Jun 04, 1999 at 12:34:02PM -0800, Ben Lutgens wrote: > When I first started using Linux, it was RedHat 5.0. The emacs it had > with it was much more aesthetic than the one I have now. It was kind of a > green and gold color scheme with small buttons and what not. My question is: > wtf happened to that emacs is it an .Xdefaults/.xsesson issue? If so how do I > go about changing my xemacs to look this way. For most everything I use vim > but I liked the old emacs and might use it more if it was like that again.
at the bottom is the grepped emacs stuff out of my .Xresources, replace my colours with those you like - but it should also be possible to change it under the menu help/customize... xemacs has some icons... if you need them, you should use that thing, but you pay for those [silly ;-)] buttons and icons. font-lock is much slower, at least factor 10 I'd say (making in unusable for big data fields in R-Mode on a 2xP166), also the speed of the customizing stuff is no fun. I was used to use xemacs, but it crashed on a friend's Cyrix 5x86 (even self-compiled). So I tried the original emacs and was impressed. With the following stuff it also looks nice, IMHO. I also changed the font-lock colours a bit. Emacs*geometry: 82x44+175+2 Emacs.default.attributeForeground: black Emacs.default.attributeBackground: grey90 Emacs.modeline*attributeForeground: Black Emacs.modeline*attributeBackground: ivory3 Emacs*menubar*Foreground: Black Emacs*menubar*Background: ivory3 Emacs*popup*Foreground: Black Emacs*popup*Background: ivory3 Emacs*dialog*Foreground: Black Emacs*dialog*Background: ivory3 Emacs.text-cursor*attributeBackground: Red3 Emacs.default.attributeFont: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-* Emacs*menubar*Font: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* Emacs*popup*Font: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-* Emacs*Dialog*Font: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-* .emacs.dialog.?.Command.background: ivory Ciao, Knut

