From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to get default input method by set-input-method? Date: Thu, 26 Dec 2024 11:40:57 +0200 Message-ID: <86zfkiye6u.fsf@gnu.org> References: <1e02733a6e6a804a1b75c3141531534f.support1@rcdrun.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6124"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 26 10:41:44 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tQkNE-0001Sx-8y for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 26 Dec 2024 10:41:44 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tQkMX-0004CI-SM; Thu, 26 Dec 2024 04:41:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQkMW-0004BR-3a for help-gnu-emacs@gnu.org; Thu, 26 Dec 2024 04:41:00 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQkMV-0000ny-LL for help-gnu-emacs@gnu.org; Thu, 26 Dec 2024 04:40:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=JFcrMJSBBeVp4vy2VEg5p/xMej3N94RvzyUMikPQWFA=; b=fEQFQ2+jJWY0 Jm6852X8mgq0+/lSPPMvJDKTZTDdJK0YrKHYbTM3Z5r4SLJR40j7GNfWsprXD2LZXm7wGQOHIZTW6 VAYzyRdRTd2iAayR0IBh8me/gJwfZneWhP3Xoj2lP5ENUJqBqJ+IP2MMEDeW5uZiYymZView4OOae B4SrXPGIslzWCqkJiP+P0R0Zjgn2Frf3QyRm9DcYPfTS9ko/cCLoi8qU90JVzLfkSqR0vZHKmOA9h i+hQE0orbAHK9edeJsCMxt+Iu4WQcXCKLw5fdA1V/7XucN5fXWZIduJIgWoeyS4a/734a3Ohw1+hV FG93xpzQ8Dv2NFuwgmpfXQ==; In-Reply-To: <1e02733a6e6a804a1b75c3141531534f.support1@rcdrun.com> (message from Jean Louis on Thu, 26 Dec 2024 11:37:51 +0300) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148992 Archived-At: > Date: Thu, 26 Dec 2024 11:37:51 +0300 > From: Jean Louis > > For long time I have no idea how to go to the default input method by > using M-x set-input-method > > I am using several input methods, mixing them and I use the M-x > set-input-method, not the keybinding. > > How to get default input method by set-input-method? M-: (get-language-info current-language-environment 'input-method) RET