From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Activate an input-method from file-local variables? Date: Tue, 18 Jul 2006 10:59:55 -0400 Message-ID: References: <17593.10.639545.231797@parhasard.net> <17594.9387.783893.359064@parhasard.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1153234871 6359 80.91.229.2 (18 Jul 2006 15:01:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jul 2006 15:01:11 +0000 (UTC) Cc: kehoea@parhasard.net, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 18 17:01:10 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G2r44-0007tg-Rq for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 17:00:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2r44-0007xo-9l for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 11:00:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2r3F-0007bW-GM for emacs-devel@gnu.org; Tue, 18 Jul 2006 10:59:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2r3F-0007bK-2W for emacs-devel@gnu.org; Tue, 18 Jul 2006 10:59:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2r3E-0007bH-SK for emacs-devel@gnu.org; Tue, 18 Jul 2006 10:59:56 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2r69-0002am-1v for emacs-devel@gnu.org; Tue, 18 Jul 2006 11:02:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G2r3D-0004Ga-9p; Tue, 18 Jul 2006 10:59:55 -0400 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Tue, 18 Jul 2006 10:25:41 +0900) 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:57268 Archived-At: Provided that a local variable specified in a file is customizable, does :set function of it called? No. In principle, that might be an interesting feature. But it is not straightforward (:set functions set the default value, not the current value which might be a local binding). Also, it is somewhat worrisome in its implications.