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 9142389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:46:21+00:00 2026-06-17T09:46:21+00:00

I am using GNU Emacs 24.2. Clicking on left fringe sets current line on

  • 0

I am using GNU Emacs 24.2. Clicking on left fringe sets current line on click line.
I don’t want change current line, so I need to unbind this key. I added this in my .emacs file>

 (global-unset-key [left-fringe mouse-1])

But this don’t works.
Running “C-h b” (describe binding) it still show:

[left-fringe mouse-1] mouse–strip-first-event

How can I unbind this key?

  • 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-17T09:46:22+00:00Added an answer on June 17, 2026 at 9:46 am

    The binding of [left-fringe mouse-1] to mouse--strip-first-event is not in the map that binds keys to commands because mouse--strip-first-event is not a command (instead, it’s a remapping function that rewrites the key sequence to something else, in this case it just strips off the first event so that you end up running whatever is bound to [mouse-1]).

    This binding is in function-key-map, so you can eliminate it with

    (define-key function-key-map [left-fringe mouse-1] nil)
    

    But note also that remappings defined in function-key-map only apply when there’s no binding to the current event sequence, so you don’t really need to remove it: just add a binding (via global-set-key) for [left-fringe mouse-1] and the above remapping will simply be ignored.

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

Sidebar

Related Questions

I'm using GNU Emacs on Win32. I want to be able to run jslint
I am using GNU Emacs 23.1.50.1 (i486-pc-linux-gnu). What I want is conceptually simple, [TAB]
GNU Emacs 23.1 I am using iswitchb. However, when I press C-x b I
I am using windows emacs with specifications below. GNU Emacs 23.0.91.1 (i386-mingw-nt5.1.2600) of 2009-02-26
I am currently using GNU Emacs 23.0.93.1 in Windows Vista SP1. In my .emacs
GNU Emacs 23.2.1 GCC 4.4.4 I am using gdb-many-windows to debug. I am just
I just started using GNU Emacs as my text editor and I am concerned
I am using GNU emacs 23.1.1 on Fedora 12 I have this in my
In Emacs, how can I avoid line breaks within |...| when using M-q (fill-paragraph)?
I'm using GNU Emacs 22.2.1. I usually use a different editor, but am learning

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.