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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:04:18+00:00 2026-05-26T20:04:18+00:00

See my answer below The next paragraph is here to keep the bot happy

  • 0

See my answer below

The next paragraph is here to keep the bot happy

T-bone bresaola boudin pork chop, ullamco non voluptate qui venison fugiat rump pastrami nulla in drumstick. Nostrud ham pariatur, laboris brisket duis aliqua elit leberkäse. Capicola ut pork pork belly, meatball veniam filet mignon tongue drumstick flank ut proident ad. T-bone shankle culpa tongue nulla dolore biltong, pancetta nostrud ut. Sed beef sirloin occaecat, brisket anim sint. Culpa strip steak exercitation ea aute shoulder. Ribeye shoulder chuck, strip steak ground round sed brisket sirloin consequat capicola beef leberkäse shank cillum.

  • 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-05-26T20:04:19+00:00Added an answer on May 26, 2026 at 8:04 pm

    Here is the code you can add to your .emacs
    When you click on the margin and release the cursor, it selects the corresponding lines.
    Tested with gnu emacs 23.3

    update:Bugfix

    (defvar *linum-mdown-line* nil)
    
    (defun line-at-click ()
      (save-excursion
        (let ((click-y (cdr (cdr (mouse-position))))
              (line-move-visual-store line-move-visual))
          (setq line-move-visual t)
          (goto-char (window-start))
          (next-line (1- click-y))
          (setq line-move-visual line-move-visual-store)
          ;; If you are using tabbar substitute the next line with
          ;; (line-number-at-pos))))
          (1+ (line-number-at-pos)))))
    
    (defun md-select-linum ()
      (interactive)
      (goto-line (line-at-click))
      (set-mark (point))
      (setq *linum-mdown-line* (line-number-at-pos)))
    
    (defun mu-select-linum ()
      (interactive)
      (when *linum-mdown-line*
        (let (mu-line)
          (setq mu-line (line-at-click))
          (if (> mu-line *linum-mdown-line*)
              (progn
                (goto-line *linum-mdown-line*)
                (set-mark (point))
                (goto-line mu-line)
                (end-of-line))
              (progn
                (goto-line *linum-mdown-line*)
                (set-mark (line-end-position))
                (goto-line mu-line)
                (beginning-of-line)))
          (setq *linum-mdown* nil))))
    
    (global-set-key (kbd "<left-margin> <down-mouse-1>") 'md-select-linum)
    (global-set-key (kbd "<left-margin> <mouse-1>") 'mu-select-linum)
    (global-set-key (kbd "<left-margin> <drag-mouse-1>") 'mu-select-linum)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Problem solved: Thanks guys, see my answer below. I have a website running in
Edit: I have solved this by myself. See my answer below I have set
Just posting the solution I worked out today. See my answer below. If you
Update: Solved, with code I got it working, see my answer below for the
I see the answer here is no, but wondered if there is any update
ANSWER: If you ever see these lines and are mistified like I was, here's
(See my answer below. Leaving this up in case it helps someone else.) What
[SOLVED (see answer below)] I am using SpreadsheetWorker API to make working with Open
UPDATE: This is now resolved, see answer below. On one of my forms (in
Note: Do not edit the layout of this code! (See answer below for the

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.