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, 21 Oct 2007 18:33:59 +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 1192993206 3443 80.91.229.12 (21 Oct 2007 19:00:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 19:00:06 +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 21 21:00:07 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 1Ijg1t-0004Tm-K2 for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 21:00:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijg1l-0007RV-Tz for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 14:59:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ijg1i-0007P6-9l for emacs-devel@gnu.org; Sun, 21 Oct 2007 14:59:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ijg1h-0007NF-73 for emacs-devel@gnu.org; Sun, 21 Oct 2007 14:59:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijg1h-0007N8-0E for emacs-devel@gnu.org; Sun, 21 Oct 2007 14:59:53 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IjfNc-0004ga-8g for emacs-devel@gnu.org; Sun, 21 Oct 2007 14:18:28 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijdkh-00086B-GG for emacs-devel@gnu.org; Sun, 21 Oct 2007 12:34:11 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1058547wah for ; Sun, 21 Oct 2007 09:33:59 -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=5L9U5PO5++l0RlDPjSRvCeDBcRcEo5mjO11U+RkT338=; b=QY+XUztwerCOL1J/m8J6XQKGLWT53EViZEG6+R/B2BmYE2W09b4QUPPbVznhDW4fVM1HvXpkfasPomF6LYaTNj9Xj4QjOqNx+IvM2cT/wZHrGKRid3shTrcRuH1w+OHOqb1z0cUEUHsZzp3ePu35u0L4OrIzuUWQhMy/61T6bxU= 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=F+L+ROaeyoD1GPd3LkpMcrgvajJT19DHXozICvgGn8AwTWtyVIxpfEvNHwY/k8aKUO7DtG2E9OvM9Fn4BrTmSw6fAI0ffQTsVfDQafCyoJdq2N7wGCg1hRAvLfngLKaw+RczhXbZBLzTORcxWocAkKvC1b4m0rSleHvx1oY4wms= Original-Received: by 10.114.190.6 with SMTP id n6mr4359528waf.1192984439738; Sun, 21 Oct 2007 09:33:59 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Sun, 21 Oct 2007 09:33:59 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81390 Archived-At: On 10/21/07, Richard Stallman wrote: > Does this include variables which have no frame-local bindings? > (It sounds like that is what you mean.) I didn't check, but font-locking variables and mode maps are usually not frame-local. Juanma