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: Fri, 27 Dec 2024 18:11:29 +0200 Message-ID: <868qs1w1fy.fsf@gnu.org> References: <1e02733a6e6a804a1b75c3141531534f.support1@rcdrun.com> <86zfkiye6u.fsf@gnu.org> <86wmfmy7if.fsf@gnu.org> <87cyhd86g8.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40012"; 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 Fri Dec 27 17:12:12 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 1tRCwd-000AEB-Dp for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 27 Dec 2024 17:12:11 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tRCw6-00083G-8B; Fri, 27 Dec 2024 11:11:38 -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 1tRCw4-00082j-5W for help-gnu-emacs@gnu.org; Fri, 27 Dec 2024 11:11:36 -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 1tRCw3-0007Ws-Ta for help-gnu-emacs@gnu.org; Fri, 27 Dec 2024 11:11:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=QEcim9SYpAzDxgZ9M5XRiCcwcCITfMiJOGXTZEwX2sI=; b=dc8Wk/Rf9dXeuSz+caTD cmDzjvL06CVxMfhKtr6pDsMTZO1fGdrL2KC1KFWl2eOIaAUhBBZByCXFrr0Hy8UAdO6ycpFIm0Izq mBJ0eMZjgOgAQuecNJEEOv6AczzaZp35NMRZ0lStfF7UX/IBt0mk0xv+TW/433GhxPK/9P2PSpbAX Z6SW3h5eYeq/QUe4IcMxY9qCnYmUnFxThbVDxSfJ435KigVAcM8Z4EwsBJsF9MSAcSBo0mj1tzsey vR87L7C1oXoMl93nCfkasFrdV31NY6cEhapZJDwuiei4AjqpTOAz8uyHkmaV0PEyqUUh/6hBuikLu oQdwQSQQTgOVGg==; In-Reply-To: <87cyhd86g8.fsf@ucl.ac.uk> (message from Eric S Fraga on Fri, 27 Dec 2024 15:57:11 +0000) 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:149030 Archived-At: > From: Eric S Fraga > Date: Fri, 27 Dec 2024 15:57:11 +0000 > > Say I have a buffer in English with "the default input method" and then > change to, say, the TeX input method so I can type in some specific > characters easily, e.g. α by typing \alpha. How do I get back to the > default using "M-x set-input-method"? "nil" is not an option, is it? > The prompt indicates that hitting RET will keep the same input method. I think I answered that?