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

  • Home
  • SEARCH
  • 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 662257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:21:31+00:00 2026-05-13T23:21:31+00:00

I am using Emacs and Rudel to collaborate with a remote programmer. Rudel has

  • 0

I am using Emacs and Rudel to collaborate with a remote programmer. Rudel has a concept of published buffers. When my partner publishes a buffer, I can subscribe to it and the we can both edit it simultaneously.

My problem is that when he publishes a Python file with a *.py extension and I subscribe to it, my buffer is not set to python-mode automatically (it is in fundamental mode). How can I get it so that the buffer opens with the correct language mode?

  • 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-13T23:21:32+00:00Added an answer on May 13, 2026 at 11:21 pm

    I don’t know Rudel well enough to give a 100% solution, but what you want to do is something like this:

    (add-hook 'rudel-document-attach-hook 'my-rudel-set-mode-appropriately)
    (defun my-rudel-set-mode-appropriately (document buffer)
      "try to set the mode appropriately"
      (set-buffer buffer)
      (let ((buffer-file-name ...get-name-from-document...))
        (set-auto-mode)))
    

    Only, you need to replace the ...get-name-from-document... portion of the code with something that evaluates to the file name that you want, for example, if the buffer is named myfile.py, then you can change that to (buffer-name). But, if the buffers get odd names, perhaps you need to extract the name from the document object (Rudel internally uses a document object to represent the thing you are sharing). So, if (buffer-name) doesn’t work, you can try (rudel-suggested-buffer-name document).

    i.e. try the above code but using one of these lines:

      (let ((buffer-file-name (buffer-name)))
    

    and

      (let ((buffer-file-name (rudel-suggested-buffer-name document)))
    

    The set-auto-mode will use value of buffer-file-name to determine the major mode using the general Emacs mechanisms.

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

Sidebar

Related Questions

How exactly can I create a new directory using Emacs? What commands do I
I'm using Emacs and Mono on Windows so that I can retain the same
I'm using Emacs with C# Mode and when I turn on the speedbar, no
I'm using Emacs, with CLISP and Slime, and want to be able to draw
I've been using Emacs for a couple months now, and I want to get
There are all sorts of advantages to using Emacs, but for someone comfortable with
I'm looking for a good article on using emacs as C/C++ IDE. Something like
I just started using GNU Emacs as my text editor and I am concerned
If you launch Emacs using the -nw flag to force a console session (rather
When I scroll in Emacs using mouse wheel, it scrolls 5 lines at a

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.