At 22 May 2002 09:14:48 +1000, Simon Wong wrote: > On FSF Emacs it's given me the mouse-wheel-mode mode which works a > treat. > > I just need to work out how to turn it on by default...?
you could follow andre's suggestion - but i'm guessing that thats pretty much what mouse-wheel-mode does anyway, so just use that: echo '(mouse-wheel-mode)' >> ~/.emacs (replace .emacs with .xemacs/init.el if using xemacs >= 21) same goes for any other commands you want to run during emacs startup. -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
