From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: .emacs poser Date: Wed, 18 Dec 2013 08:52:52 +0530 Message-ID: <87k3f23ks3.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387337050 29011 80.91.229.3 (18 Dec 2013 03:24:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2013 03:24:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 18 04:24:16 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vt7k6-0007Bh-No for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Dec 2013 04:24:14 +0100 Original-Received: from localhost ([::1]:36754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt7k6-0003uu-AG for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2013 22:24:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt7jo-0003uS-31 for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 22:24:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vt7jd-0001aV-RR for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 22:23:56 -0500 Original-Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:57327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt7jd-0001aN-KM for help-gnu-emacs@gnu.org; Tue, 17 Dec 2013 22:23:45 -0500 Original-Received: by mail-pd0-f179.google.com with SMTP id r10so7685335pdi.10 for ; Tue, 17 Dec 2013 19:23:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=diNCpGqihrI8Q56OfWmKw/lQ4JhcAjhxqGUa4lnBt+I=; b=QZ+Af0yTaPwTS1Qm9K/zWyZsZiZkpJF/hpj4I0k8a5fxSpt86ehFp0x/zn7+IpdTBh md7Uplp5kX7pkFYIbpDDSeosDtgo990F6nGQwhuqRP2qSoRPfQ7tC3pCRv5VaufFON8t ODjC2IxHhIPWXmMguZejpM8RejwEAacIL/9rZ/RJytf1nDLsPxTRhNjMfRjkZoJzYGer ERfadh54sbjW7iF0GNgFK7oL0qpy6LLAIjQH4U3MlZAXsSWi7u9gVb/jvWvdV6kLVmVm 2qr20pzUv6mPh2bqpl1yy5jM+Px4qy+AnIIjxlssKOvzc7Qo3xxvC8UhwIYG+ENJNW7g Xzyg== X-Received: by 10.66.158.99 with SMTP id wt3mr30738589pab.113.1387337024585; Tue, 17 Dec 2013 19:23:44 -0800 (PST) Original-Received: from debian-6.05 ([115.241.55.31]) by mx.google.com with ESMTPSA id i10sm50758875pat.11.2013.12.17.19.23.41 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Tue, 17 Dec 2013 19:23:43 -0800 (PST) In-Reply-To: (Joost Kremers's message of "17 Dec 2013 21:15:00 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::233 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95074 Archived-At: Joost Kremers writes: > Every new buffer starts out without an input method, so you need to do > `C-\` first. If you do a M-x set-language-environment either interactively or in your .emacs, then you can switch between input methods with just C-\. You don't have to "select" an input method. Some input method apropriate for the language gets chosen apropriately. I am not sure "how" the default input method is chosen but the fact is it gets chosen.