Stefan Monnier writes: >>> So the question is: which kind of feedback should we use instead? >>> I'd rather keep some kind of feedback. Maybe a `message'? >> As we do already. > > Indeed! I didn't notice it because the (ding) drowns it out. > >> Just suppress the additional beep. > > Sounds OK. Can someone provide a patch to mwheel.el? I took a stab at this. The attached patch traps the beginning-of-buffer and end-of-buffer errors and shows a message instead as suggested above. To make it easier to review, I've also included a git diff ignoring whitespace changes. What do you think? Best regards, Stefan Kangas