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: Mon, 22 Oct 2007 05:00:34 -0400 Message-ID: References: <858x65lh4m.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193044003 28543 80.91.229.12 (22 Oct 2007 09:06:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 09:06:43 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 11:06:44 2007 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.50) id 1IjtEx-0005mB-7P for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 11:06:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjtEp-00053B-Ir for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 05:06:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ijt9K-0008Tl-2F for emacs-devel@gnu.org; Mon, 22 Oct 2007 05:00:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ijt9I-0008SE-Vn for emacs-devel@gnu.org; Mon, 22 Oct 2007 05:00:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijt9I-0008Rw-Od for emacs-devel@gnu.org; Mon, 22 Oct 2007 05:00:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijt9H-0005RQ-Qh for emacs-devel@gnu.org; Mon, 22 Oct 2007 05:00:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Ijt9G-0000Ja-ES; Mon, 22 Oct 2007 05:00:34 -0400 In-reply-to: (message from Stefan Monnier on Sat, 20 Oct 2007 22:03:59 -0400) X-detected-kernel: by monty-python.gnu.org: Error: This connection is not (no longer?) in the cache. 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:81444 Archived-At: But what about adding just the checks that make it impossilbe to mix buffer-localness and frame-localness on the same var? As I said before, I don't like the idea of disallowing the mixing of two features just because there is a bug in it. Maybe we will have to disallow that; maybe we should delete frame-local bindings entirely if they don't seem useful enough to keep. But first let's try to debug the bug.