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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:44:32+00:00 2026-06-05T04:44:32+00:00

When typing in Emacs I use its internal keyboard layout switch. Sometimes I switch

  • 0

When typing in Emacs I use its internal keyboard layout switch.

Sometimes I switch system keyboard layout, when I work with other applications.

If both Emacs’ internal and system layouts are not English they interfere and it is impossible to work.
For example, I have two ways to type some letter but no way to type comma character.

I want to make Emacs ignore system keyboard layout. Is it possible?

EDIT:
My OS is Linux Mint 10 (64bit)
I use Emacs 24

  • 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-05T04:44:34+00:00Added an answer on June 5, 2026 at 4:44 am

    Can you tell what keyboard layouts you use in your OS and what input methods you use in Emacs? Currently there’s not enough information in your post. My problem was, for example, that i used Colemak and Russian-typewriter as OS layouts and Russian-typewriter as a secondary Emacs input method. Combination Colemak(OS)-Russian(Emacs) messed up my input, because Emacs’ input method is the mapping of English character, received from OS, to some Russian character, and all input methods in Emacs are based on mapping from QWERTY. For example, what should have been “йцукен” was printed as “йцазпо”. I solved it by running the following code:

    (require 'quail)
    
    (quail-define-package
     "colemak-russian" "Russian" "ru" nil
     "Russian-typewriter keyboard layout assuming that your default
    keyboard layout is Colemak"
     nil t t t t nil nil nil nil nil t)
    
    (quail-define-rules
     ("1" ?№) ("2" ?-) ("3" ?/) ("4" ?\") ("5" ?:) ("6" ?,) ("7" ?.) ("8" ?_) ("9" ??) 
     ("0" ?%) ("-" ?!) ("=" ?\;) ("q" ?й) ("w" ?ц) ("f" ?у) ("p" ?к) ("g" ?е) ("j" ?н)("l" ?г) 
     ("u" ?ш) ("y" ?щ) (";" ?з) ("[" ?х) ("]" ?ъ) ("\\" ?\)) ("a" ?ф) ("r" ?ы) ("s" ?в) 
     ("t" ?а) ("d" ?п) ("h" ?р) ("n" ?о) ("e" ?л) ("i" ?д) ("o" ?ж) ("'" ?э) ("z" ?я) ("x" ?ч) 
     ("c" ?с) ("v" ?м) ("b" ?и) ("k" ?т) ("m" ?ь) ("," ?б) ("." ?ю) ("/" ?ё) ("~" ?+) ("!" ?1) 
     ("@" ?2) ("#" ?3) ("$" ?4) ("%" ?5) ("^" ?6) ("&" ?7) ("*" ?8) ("\(" ?9) ("\)" ?0) ("_" ?=) 
     ("+" ?\\) ("Q" ?Й) ("W" ?Ц) ("F" ?У) ("P" ?К) ("G" ?Е) ("J" ?Н) ("L" ?Г) ("U" ?Ш) ("Y" ?Щ) 
     (":" ?З) ("{" ?Х) ("}" ?Ъ) ("|"?\() ("A" ?Ф) ("R" ?Ы) ("S" ?В) ("T" ?А) ("D" ?П) ("H" ?Р) 
     ("N" ?О) ("E" ?Л) ("I" ?Д) ("O" ?Ж) ("\"" ?Э) ("Z" ?Я) ("V" ?Ч) ("X" ?С) ("C" ?М) ("B" ?И) 
     ("K" ?Т) ("M"?Ь) ("<" ?Б) (">" ?Ю) ("?" ?Ё))
    

    and then used colemak-russian instead of russian-typewriter. You can change associated pairs with the corresponding to your layouts.

    EDIT: Of course, this is not the most correct solution. As Maksim noted, characters common to both languages are translated even when shouldn’t. For example, i set system layout to Colemak and Emacs input method to “colemak-russian” – then i can’t use commas, which become “б”.

    To make Emacs ignore system layout, you can integrate it with third-party software like xxkb, SCIM or IBus. As you speak Russian, you may try this tutorial.

    I personally use a hacky workaround to translate Russian characters inside key combos and ignore Emacs input methods altogether.

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

Sidebar

Related Questions

I use emacs for viewing and editing code and other text files. I wanted
SQLite3 uses dynamic typing rather than static typing, in contrast to other flavors of
I use the function TeX-parse-error defined by Ivan Andrus at the bottom of Emacs
I'm trying to use gdb with emacs. The library that I'm trying to debug
I come from an Emacs background, and I'm used to typing ^H to delete
My current use pattern of emacs results in my having several shell-mode buffers open,
I've got Auto Complete Mode installed for Emacs. First: When I'm typing declarations I
I use emacs for development and very often need to move to the start
I use the MATLAB mode for Emacs as described here . My problem is
Problem: How to make Meta-x work in emacs? Hi I am a newcomer to

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.