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: Mon, 22 Oct 2007 17:47:07 +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 1193068045 17930 80.91.229.12 (22 Oct 2007 15:47:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 15:47:25 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 17:47:26 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 1IjzUy-0001Re-U5 for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 17:47:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzUq-0005Ph-U9 for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 11:47:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjzUn-0005OP-4m for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:47:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjzUl-0005KY-0b for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:47:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzUk-0005KS-Qp for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:47:10 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjzUj-0001de-Pr for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:47:10 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1419513wah for ; Mon, 22 Oct 2007 08:47:08 -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=ifUYQol2DmKnop1wgohbYNA3mtPbzrIgWrs4qRQJiog=; b=WmHLwH+XR8zUCL+GREtQdwDRmW/HPHnizJtOJtVKUZY+l4IzKAT+2LeoN8UhBP+U1PxISVhTOxBkQExDJn6MzDT38c1mKBOthNmptqrKzPgqSwzIU6/zVqhQSvgG3o3+qcuGgtf1ArUPGHz3m2xiAnjzJJ3uJy92DsZu7Ta/oak= 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=CAHwVus1+CyEpAjrvRdM/FvzaS0cH9iM6bPa68v2NhO33naKe9tM7gBLvrldRpxLqsk7tZhwFn7pk/A4G5ycKVByEpoOSXDv00phfXbELlLXoIL66GUswGuxQiNZIAionvWNsr7cFbrkqGSaTXpNOxVhmTUTkVnQW5oMjE3LPss= Original-Received: by 10.114.204.7 with SMTP id b7mr5603338wag.1193068027959; Mon, 22 Oct 2007 08:47:07 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Mon, 22 Oct 2007 08:47:07 -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:81466 Archived-At: On 10/22/07, Stefan Monnier wrote: > Go for it: I have better things to do than analyse hypothetical bugs. The bug is real enough, though I agree it's not worth the trouble to debug it. If frame-local variables have found so little use in nine years, they should be turned into an ex-feature ASAP. IMHO, etc. Juanma