From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: per-buffer language environments Date: Mon, 13 Dec 2010 13:15:07 +0100 (CET) Message-ID: <20101213.131507.453880731.wl@gnu.org> References: <20101213.102709.409649500.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292243729 27402 80.91.229.12 (13 Dec 2010 12:35:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2010 12:35:29 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 13 13:35:25 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PS7cg-0006mE-LI for ged-emacs-devel@m.gmane.org; Mon, 13 Dec 2010 13:35:22 +0100 Original-Received: from localhost ([127.0.0.1]:55801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PS7cg-0000Rk-5i for ged-emacs-devel@m.gmane.org; Mon, 13 Dec 2010 07:35:22 -0500 Original-Received: from [140.186.70.92] (port=49842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PS7ca-0000Rb-Qx for emacs-devel@gnu.org; Mon, 13 Dec 2010 07:35:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PS7cZ-0005RN-Pk for emacs-devel@gnu.org; Mon, 13 Dec 2010 07:35:16 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:45748 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PS7LB-0004cd-9O for emacs-devel@gnu.org; Mon, 13 Dec 2010 07:17:17 -0500 Original-Received: (qmail invoked by alias); 13 Dec 2010 12:17:14 -0000 Original-Received: from 178-190-203-130.adsl.highway.telekom.at (EHLO localhost) [178.190.203.130] by mail.gmx.net (mp007) with SMTP; 13 Dec 2010 13:17:14 +0100 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX1/KRyBlsfTKx1HTIwXotRCkQzH+S473BT8j7OLFHC vh8Pm/d8RHD0e0 In-Reply-To: X-Mailer: Mew version 6.3.50 on Emacs 24.0.50.1 / Mule 6.0 (HANACHIRUSATO) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133646 Archived-At: > [...] deciding exactly how they should work is not that straight > forward. For instance, how the command prefer-coding-system should > work when invoked in a buffer for which you locally changed the > language environment? Should it change the preference globally, or > for the current buffer only, or for all buffers that have the same > language environment? Perhaps we should start with items which are agreed on, this is, the possibility to set a language environment buffer-wise so that Emacs can benefit by looking up the right font in case the buffer encoding is Unicode. The same for the default input encoding. Werner