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 15:45:33 +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 1192715175 15589 80.91.229.12 (18 Oct 2007 13:46:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 13:46:15 +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 15:46:15 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 1IiVh5-0007IE-DN for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 15:45:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiVgy-0003BH-BX for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 09:45:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiVgv-0003B2-0S for emacs-devel@gnu.org; Thu, 18 Oct 2007 09:45:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiVgt-0003Aq-OV for emacs-devel@gnu.org; Thu, 18 Oct 2007 09:45:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiVgt-0003An-Ku for emacs-devel@gnu.org; Thu, 18 Oct 2007 09:45:35 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiVgs-0005y4-Tp for emacs-devel@gnu.org; Thu, 18 Oct 2007 09:45:35 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so211212wah for ; Thu, 18 Oct 2007 06:45:33 -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=Vs7zrtjFCANGGSBHKtbCnOnbmJ88BhuJbZ8zcAwLSAM=; b=NVF8OLuTvZ2MFypY6i1KrRUZjR9B38t+5ZWkhh3NYRRfYzlASnpGTkRDKFzC/IsR3ghuxBDvnaXLoQxEN/AC+lMV2Z0FgB4GSeJ+E0BSw6aGvSL2wjKh77DZJAGWrMni2BN0/SWZ/2QvXm/85EAL4adtJHsPrZ+dr+nNqi90TNg= 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=PW0IsJfBPijyK2kgU3JPLa/LFriR9Geb0Xw8K5Y1OtvfmWUA58U75uWprqRC5tVv9PKzQ9wFuEeXYUml2rU/JZeO9tfBDDukikVIQqxRiC6vegTpod220L990IEfIqCPjdHwbdMAL9cK9ns3wcUOmHy3zIktUlKnZTqnwLPS0uo= Original-Received: by 10.115.108.1 with SMTP id k1mr674022wam.1192715133486; Thu, 18 Oct 2007 06:45:33 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Thu, 18 Oct 2007 06:45:33 -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:81149 Archived-At: On 10/18/07, Stefan Monnier wrote: > E.g. input-decode-map and local-function-key-map (there's a different one > for each tty and each X11 display to which we're connected). Ah. "terminal-local" or "display-local" would seem a more accurate description... Thanks, Juanma