From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Tabs are ready? -> Let us give a definition of tabs. Date: Mon, 13 Feb 2012 08:53:29 -0700 Message-ID: <87wr7qohl2.fsf@fleche.redhat.com> References: <4F2E8185.4080706@gmx.at> <4F2EC768.4050603@gmx.at> <4F2FAD31.9040702@gmx.at> <877h00yq7z.fsf@uwakimon.sk.tsukuba.ac.jp> <871uq7zw5c.fsf@uwakimon.sk.tsukuba.ac.jp> <87k43t1mm7.fsf@spindle.srvr.nix> <87vcnbe07s.fsf@uwakimon.sk.tsukuba.ac.jp> <87ehtyyl09.fsf@spindle.srvr.nix> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329148493 11281 80.91.229.3 (13 Feb 2012 15:54:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 15:54:53 +0000 (UTC) Cc: Emacs Dev , Juri Linkov , martin rudalics , PJ Weisberg , "Stephen J. Turnbull" , Alin Soare To: Nix Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 16:54:50 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RwyDs-0002i3-NX for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 16:53:48 +0100 Original-Received: from localhost ([::1]:54321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwyDs-0007cd-5u for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 10:53:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwyDm-0007cU-Bl for emacs-devel@gnu.org; Mon, 13 Feb 2012 10:53:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwyDl-00053C-Ah for emacs-devel@gnu.org; Mon, 13 Feb 2012 10:53:42 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:37782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwyDl-000537-27 for emacs-devel@gnu.org; Mon, 13 Feb 2012 10:53:41 -0500 Original-Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1DFrYYh014033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 13 Feb 2012 10:53:34 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1DFrXKK027372; Mon, 13 Feb 2012 10:53:33 -0500 Original-Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q1DFrT3R031678; Mon, 13 Feb 2012 10:53:29 -0500 X-Attribution: Tom In-Reply-To: <87ehtyyl09.fsf@spindle.srvr.nix> (nix@esperi.org.uk's message of "Mon, 13 Feb 2012 12:29:26 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148554 Archived-At: >>>>> "Nix" == Nix writes: Nix> Someone really should sit down with *-local variable precedence and give Nix> it a good formal backing the way specifiers (sort of) got one. I was under the (perhaps mistaken?) impression that the decision had been made to deprecate frame-locals and not ever introduce other kinds of *-local variables, reducing the problem to just dealing with buffer-locals. Tom