From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: frame-local variables weirdness Date: Sun, 14 Oct 2007 01:06:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192316825 9385 80.91.229.12 (13 Oct 2007 23:07:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2007 23:07:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 14 01:06:55 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 1Igq4J-0007ws-UY for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2007 01:06:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igq4D-0001GX-6W for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2007 19:06:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igq49-0001GS-NU for emacs-devel@gnu.org; Sat, 13 Oct 2007 19:06:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igq47-0001GG-Pz for emacs-devel@gnu.org; Sat, 13 Oct 2007 19:06:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igq47-0001GD-NT for emacs-devel@gnu.org; Sat, 13 Oct 2007 19:06:39 -0400 Original-Received: from hs-out-0708.google.com ([64.233.178.246] helo=hs-out-2021.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igq47-00083G-Bv for emacs-devel@gnu.org; Sat, 13 Oct 2007 19:06:39 -0400 Original-Received: by hs-out-2021.google.com with SMTP id 55so106718hsc for ; Sat, 13 Oct 2007 16:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=cWg5BbfTfW8PDlpzpD+awt2kCx3Bm6XVgbHfB22vdOc=; b=dhr1zRu5R0oeAJU10cg0/WLWkfncKzjUPUAty7BVPn+4a9mIXBE4HdcF6D+8pUOg+8vTxzruE7wc/sU3UPQSFMUp0eZW4WLIkjUK6/SgdZI15uxxx5QaUjphBeQpih9Z7JbxesfHavBIqW7jCiU06h5a7+9JhKSROokJIzNqAVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OysSpS2ruX5nKRhVd0qygX1bMhxTogHEJKTB3FmmIB0yJ0zrT4nKxzIBfttLUdNNFo1xa3kES9OiKE7g37BKQR8fEbYEqp/njbfmp57bRNZHDomVyD7H2wqEGUvplv6nc9DMYL2cdPGRjW9OH14BXGPQ94ioBK2ZsQ5lIYrzJyE= Original-Received: by 10.90.100.2 with SMTP id x2mr6916310agb.1192316798700; Sat, 13 Oct 2007 16:06:38 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Sat, 13 Oct 2007 16:06:38 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:80827 Archived-At: On 10/13/07, Richard Stallman wrote: > Can you reproduce the problem? > Can you figure out, perhaps with breakpoints on the changed code, > which variables are actually affected? I can try. Juanma