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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:33:02+00:00 2026-06-14T17:33:02+00:00

While setting up autocomplete in Emacs irb (inferior-ruby-mode), I ran into a problem of

  • 0

While setting up autocomplete in Emacs irb (inferior-ruby-mode), I ran into a problem of not being able to add only Ruby mode buffers as AC sources. I can eg. add files in the current directory by

(setq ac-sources '(ac-source-files-in-current-dir))

or I can add all buffers (which I resorted to in the end) by

(setq ac-sources '(ac-source-words-in-all-buffer))

but what I would really like is to only add Ruby mode buffers. ^^

  • 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-14T17:33:03+00:00Added an answer on June 14, 2026 at 5:33 pm

    look to ac-source-words-in-same-mode-buffers… We can re-use this approach to build our own completion sources, for example:

     (ac-define-source words-in-ruby-buffers
       '((init . ac-update-word-index)
         (candidates . (ac-word-candidates
                         (lambda (buffer)
                           (eq (buffer-local-value 'major-mode buffer) 'ruby-mode))))))
    

    will give us ac-source-words-in-ruby-buffers completion source.

    P.S. I hadn’t tested it, but it should work 😉

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

Sidebar

Related Questions

I am facing problem while setting focus in EdiText. Below is my EditText property.
I am getting problem while setting up Session cookie using jersey. is there any
I have problem while setting the Jlabel location. I set the content pane to
While setting up the django-registration module I have run into a bit of trouble.
While setting the Canonical tag, i found out that i am not getting all
I have a problem while setting a private attribute on a PHP class, my
I am running into a problem while using Core Text, where the first line
I have a problem while setting up my first Hibernate project. I follow the
I have encountered a problem while setting up the font properties file to train
Recently I integrated iADs into my project and while setting the size of 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.