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: Thu, 18 Oct 2007 14:45:44 +0200 Message-ID: References: <858x65lh4m.fsf@lola.goethe.zz> 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 1192711580 1837 80.91.229.12 (18 Oct 2007 12:46:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 12:46:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 14:46:20 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 1IiUlH-0001NW-S9 for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 14:46:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiUlA-0000g5-Bd for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 08:45:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiUl5-0000ec-T8 for emacs-devel@gnu.org; Thu, 18 Oct 2007 08:45:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiUl4-0000dT-9Y for emacs-devel@gnu.org; Thu, 18 Oct 2007 08:45:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiUl3-0000dH-MM for emacs-devel@gnu.org; Thu, 18 Oct 2007 08:45:49 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiUl3-0006Y7-DA for emacs-devel@gnu.org; Thu, 18 Oct 2007 08:45:49 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so190579wah for ; Thu, 18 Oct 2007 05:45:48 -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=HLaIaBAq4x6Gflnfx9nYzk4PP6TAziCgVukj5bUp7Ts=; b=WBLGWUh+8mb93Dzkc4WdjCXkdzbvNolp3twpTjbPsqIR8fmDcgZwF1tko0iAPVTQyuDZe03ijy9auwnT5ZHAiKVi6Rb3tkAKpGPO3Gv1KCngQJtoRb69DbwswvZZsEaQwkFeT3BzV+y0GHa0syG/XLb6Aj+qqCw+AtcatmW4itA= 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=bTNrzDx+/e9j0KH9+S6spVDYSMEWNtc4rfsxEMrp3j702orLz+kzRB3H9/i1Eq9xoHtLhPSfBUfHgF00vgag28MCUMQ/ulsfGIdujuSrikZVokbwtoDsjnipeAQo08u28/SMdXhEhH6ETSMcV1mUJUN/Qi/G9BJrbwC2zr4eViQ= Original-Received: by 10.114.130.1 with SMTP id c1mr606251wad.1192711544569; Thu, 18 Oct 2007 05:45:44 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Thu, 18 Oct 2007 05:45:44 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:81147 Archived-At: On 10/18/07, Stefan Monnier wrote: > I propose to change the manual to say that we cannot mix > buffer-local and frame-local with a single variable (just like a variable > cannot be both buffer-local and keyboard-local or keyboard-local and > frame-local). What is a keyboard-local variable? Juanma