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: frame-local variables weirdness Date: Fri, 08 Dec 2006 20:26:25 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1165627709 29672 80.91.229.10 (9 Dec 2006 01:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Dec 2006 01:28:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 09 02:28:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gsr0r-0000F6-Sa for ged-emacs-devel@m.gmane.org; Sat, 09 Dec 2006 02:28:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsr0r-0005eA-BS for ged-emacs-devel@m.gmane.org; Fri, 08 Dec 2006 20:28:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gsqyx-0004ey-Nt for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gsqyx-0004eR-4l for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsqyw-0004eC-WD for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:27 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gsqyx-0000Cr-2P for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1Gsqyv-0001yC-TZ; Fri, 08 Dec 2006 20:26:26 -0500 Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) 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:63483 Archived-At: I don't think that Emacs has any way to cancel what make-variable-frame-local does. We never tried to implement one. Likewise there is no way to cancel what make-variable-buffer-local does. I am not surprised that confusion happens if you try doing both to the same variable, because they are conflicting states. I don't think we should try to change this now.