Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8647197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:00:19+00:00 2026-06-12T13:00:19+00:00

When I click, or scroll mouse wheel, and it’s pointer is at the right

  • 0

When I click, or scroll mouse wheel, and it’s pointer is at the right part of the screen, where there no text, emacs shows help-menu like this:

Press PageUp key to reach this buffer from the minibuffer.
Alternatively, you can use Up/Down keys (or your History keys) to change
--/.../--
In this buffer, type RET to select the completion near point.

Possible completions are:
e==>Emacs Tutorial                     E==>Emacs Tutorial (choose language)...
--/.../--
a==>About Emacs                        A==>About GNU
=================================================================================

;; here my work buffer

=================================================================================
Help (up/down to change, PgUp to menu): e==>Emacs Tutorial

It is very disturbing, i have to press C-g to return to edit.
How to disable this feature?

P. S. I tried to press C-h k < LMB at right>, but it doesn’t show the code of the key, it shows that menu again.

edit(in response to Stefan):

after pressing: aaa <LMB at right> C-g C-h l i see the following sequence:

… a a a ESC
[ M SPC \300\256 6 ESC [ M # \300\256 6 C-g C-h l

As I found, those symbols: \300\256 and 6 are dependent on the position of the cursor when i click. \300\256 is a smth like horisontal coordinate, 6 is a vertical coordinate.

I investigated it further: the menu appears when y coordinate from an ordinary symbol like a or } or DEL(actually it is the last ordinary symbol) becomes a code like \300\200( this is the first value, which cause the help-menu). As a unicode symbol table tells, DEL code is U+007F(0b01111111), and the next value will be U+00800(0b10000000) (Padding Character) which is in another table: C1 controls and Latin-1 supplement

I use GNU emacs 23.2.1, over PuTTy ssh client.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:00:20+00:00Added an answer on June 12, 2026 at 1:00 pm

    This is actually a bug.
    Here is a workaround for it:

    ;; Disable menubar
    (menu-bar-mode -1)
    
    ;; Workaround for "mouse on menu-bar" bug
    (defun transform-to-start-event (event)
      (let ((y0 (second (window-inside-edges (selected-window))))
            (x0 (first (window-inside-edges (selected-window)))))
        (let ((x (- (car (third (second event))) #x3fff00 x0))
              (y (- (cdr (third (second event))) y0))
              (time (fourth (second event))))
          `(down-mouse-1 ,(posn-at-x-y x y (window-at 0 0) t)))))
    
    (defun tmm-menubar-mouse (event)
      (interactive "e")
      (let ((evt (transform-to-start-event event)))
        (push (cons 'up-mouse-1 (cdr evt)) unread-command-events)
        (mouse-drag-track evt t)))
    

    It deactivates the menu bar, but i didn’t need it anyway.
    Also it doesn’t handles selection, and scrolling properly, but at least, it positions point correctly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This code disabled mouse scroll functionality, when i click on the document. $(document).on(click, function
i found a code here, to let the mouse on the click and scroll
I have some menus that contain many menuitems. Mouse wheel doesn't scroll them. I
I am using jScrollPane to scroll a div. Currently the default is to click
about click and submit example below: <form action=url method=post> <input type=text id=input1/> <input type=submit
The click event should work fine: subMenu = $(.sub-menu) //.... subMenu.show() $(a.mobile).click (e) ->
I want to implement a scroll on mouse move in jQuery. The purpose of
I'm trying to catch a mouse-click even on a Table (which should cause a
jquery how to get the page's current screen top position? If I scroll my
I want to capture the global event of center click of mouse using c#.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.