all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs22 mouse wheel
@ 2007-09-13 19:48 Ulrich Scholz
  2007-09-13 20:34 ` Tassilo Horn
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Scholz @ 2007-09-13 19:48 UTC (permalink / raw)
  To: help-gnu-emacs

I've just upgraded to Gnu Emacs 22.1.1.

One thing that stopped working is the mouse wheel. I have (mouse-
wheel-
mode t) in my .emacs and M-x customize-option mouse-wheel-mode RET
shows the option as "on".

The error I get is

   mwheel-scroll: Wrong type argument: listp, 1

Note that I used (mwheel-install) for emacs21 but it is no longer
present in .emacs or any other configuration file I can find.

Thanks,

Ulrich

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: emacs22 mouse wheel
  2007-09-13 19:48 emacs22 mouse wheel Ulrich Scholz
@ 2007-09-13 20:34 ` Tassilo Horn
  2007-09-14  7:43   ` Ulrich Scholz
  0 siblings, 1 reply; 3+ messages in thread
From: Tassilo Horn @ 2007-09-13 20:34 UTC (permalink / raw)
  To: help-gnu-emacs

Ulrich Scholz <d5@thispla.net> writes:

Hi Ulrich,

> I've just upgraded to Gnu Emacs 22.1.1.
>
> One thing that stopped working is the mouse wheel. I have
> (mouse-wheel-mode t) in my .emacs and M-x customize-option
> mouse-wheel-mode RET shows the option as "on".

Normally that should be (mouse-wheel-mode 1).

,----[ C-h f mouse-wheel-mode RET ]
| mouse-wheel-mode is an interactive compiled Lisp function in `mwheel.el'.
| (mouse-wheel-mode &optional ARG)
| 
| Toggle mouse wheel support.
| With prefix argument ARG, turn on if positive, otherwise off.
|                                      ^^^^^^^^
| Return non-nil if the new state is enabled.
`----

And here it is enabled by default.

> The error I get is
>
>    mwheel-scroll: Wrong type argument: listp, 1

When do you get the error?  Could you please `M-x toggle-debug-on-error'
and reproduce the error and post the backtrace.

Bye,
Tassilo
-- 
Chuck Norris never wet his bed as a child. The bed wet itself out of fear. 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: emacs22 mouse wheel
  2007-09-13 20:34 ` Tassilo Horn
@ 2007-09-14  7:43   ` Ulrich Scholz
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Scholz @ 2007-09-14  7:43 UTC (permalink / raw)
  To: help-gnu-emacs

On Sep 13, 10:34 pm, Tassilo Horn <tass...@member.fsf.org> wrote:
> Normally that should be (mouse-wheel-mode 1).

Thanks.

> > The error I get is
>
> >    mwheel-scroll: Wrong type argument: listp, 1
>
> When do you get the error?

I found it! It was the line

 '(mouse-wheel-scroll-amount (quote (5 . 1)))

in the custom-set-variables section of my .emacs.  Don't know how it
got there but it worked for Emacs 21

Thanks,

Ulrich

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-14  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-13 19:48 emacs22 mouse wheel Ulrich Scholz
2007-09-13 20:34 ` Tassilo Horn
2007-09-14  7:43   ` Ulrich Scholz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.