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 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

Using emacs with Paredit enabled. How can I search through a LISP (Clojure) S-expression
I am using emacs in Ubuntu. How can I remap META to the ALT
Basically I am using emacs on remote server (my school) but when I logged
I'm using emacs in terminal under OSX Lion, and for some reason I can't
I am using Emacs 23.3. How can I change the font size and font
I am using emacs and usually have multiple buffers open using horizontal and vertical
Two related questions using emacs 23.3.1 on linux: First, why can't I set the
I'm using Emacs and Mono on Windows so that I can retain the same
I am using Emacs 23.3 on Mac OS X Lion. How can I delete
Im using Emacs with Ruby Electric and the Rinari extension for doing Rails development

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.