help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scroll mouse


From: Stefan Monnier
Subject: Re: scroll mouse
Date: Wed, 31 Aug 2005 23:43:01 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> In your custom.el, add the line
>  '(mouse-wheel-mode t nil (mwheel))
> to the custom-set-variables list.

You mean the "list" that starts with a warning like:

  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.

Please don't recommend such things to others:
Either use M-x customize-variable RET mouse-wheel-mode RET
or add (mouse-wheel-mode 1) in your .emacs.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]