From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: frame-local variables weirdness Date: Mon, 22 Oct 2007 11:28:44 -0400 Message-ID: References: <858x65lh4m.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193066985 13560 80.91.229.12 (22 Oct 2007 15:29:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 15:29:45 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 17:29:46 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 1IjzDm-0002VA-28 for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 17:29:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzDe-0002Mv-7B for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 11:29:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjzD4-0001am-Lk for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:28:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjzD2-0001YA-P9 for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:28:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzD2-0001Xm-9c for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:28:52 -0400 Original-Received: from h209-71-201-81.gtconnect.net ([209.71.201.81] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjzCx-0001At-5n; Mon, 22 Oct 2007 11:28:47 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0AE27B4A74; Mon, 22 Oct 2007 11:28:43 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Mon\, 22 Oct 2007 05\:00\:34 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:81460 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. Go for it: I have better things to do than analyse hypothetical bugs. Stefan