Skip to main content

Questions tagged [mouse]

for Emacs support of mouse. Emacs mouse interface supports click events, drag events, button-down events, and motion events. Whereas the current buffer handles keystrokes, mouse events in a clicked buffer are independent of the current buffer.

2 votes
1 answer
108 views

Is it possible to unbind a globally mapped key from a buffer-local minor mode keymap without affecting the binding in other buffers? Context: mouse.el (GNU Emacs 30.2) contains the following: (global-...
Richard Hansen's user avatar
0 votes
0 answers
220 views

I would like to: Copy text from Emacs by highlighting it with a mouse (or copy from other applications with command+c). Paste the copied text into Emacs with mouse middle click (or paste it into ...
Timur Shtatland's user avatar
0 votes
0 answers
145 views

I encountered an interesting problem: my mouse curser (Arrow, PointingHand, Bar... Symbol) got scaled in spite of the font staying the same size. I'm running Windows 11 with WSL2 DISTRIB_ID=Ubuntu ...
Egor's user avatar
  • 1
0 votes
0 answers
24 views

I have made a serious error and pasting from the right-click menu does not behave as C-y does. I could bisect my config files and find the source of the error, but I would rather figure out what ...
J. Mini's user avatar
  • 265
2 votes
1 answer
75 views

Where I'm at: Using Windows for the first time in > 10 years after using emacs on X forever. What I'm trying to achieve: Whenever I select a region of text (lets say with mouse, but I could live ...
Greg's user avatar
  • 165
0 votes
1 answer
40 views

I have a set of functions, some of which accept a prefix argument: (defun prefix-arg-test (&optional prefix) (interactive "P") (if prefix (message "prefix") (...
Gabriele's user avatar
  • 1,720
1 vote
2 answers
86 views

I'm facing an issue (Unwanted Focus Shift when Clicking Menu Functions in Emacs Mode Line) regarding mouse event handling in buffer windows during menus opening. To address this, I'm attempting to ...
Gabriele's user avatar
  • 1,720
1 vote
0 answers
512 views

I have the following code in my Emacs configuration to enhance the default scrolling behavior: (use-package mwheel :ensure nil :custom (mouse-wheel-scroll-amount '(1 ((shift) . 1))) (mouse-...
Zoli's user avatar
  • 539

15 30 50 per page
1
2 3 4 5
9