From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Display-local variables (Re: It is time for a feature freeze) Date: 20 Apr 2004 00:09:51 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87eks0654s.fsf@sno.mundell.ukfsn.org> <87n06bp4ng.fsf@sno.mundell.ukfsn.org> <8765cwkejr.fsf@mail.jurta.org> <200404071157.UAA25094@etlken.m17n.org> <200404071312.WAA25268@etlken.m17n.org> <87zn9nqras.fsf@emacswiki.org> <87hdvux5uz.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1082406476 5640 80.91.224.253 (19 Apr 2004 20:27:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2004 20:27:56 +0000 (UTC) Cc: David Kastrup , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 19 22:27:41 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFfMj-0005TV-00 for ; Mon, 19 Apr 2004 22:27:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFfMi-0001wM-00 for ; Mon, 19 Apr 2004 22:27:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFfJw-0005dl-4M for emacs-devel@quimby.gnus.org; Mon, 19 Apr 2004 16:24:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFfFy-0004dm-AA for emacs-devel@gnu.org; Mon, 19 Apr 2004 16:20:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFf6o-0000Vv-SP for emacs-devel@gnu.org; Mon, 19 Apr 2004 16:11:47 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFf6H-0000Ki-J8; Mon, 19 Apr 2004 16:10:41 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id D431C262903; Mon, 19 Apr 2004 22:10:10 +0200 (CEST) Original-To: lorentey@elte.hu (=?utf-8?b?TMWRcmVudGV5IEvDoXJvbHk=?=) In-Reply-To: Original-Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21907 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21907 lorentey@elte.hu (L=C5=91rentey K=C3=A1roly) writes: > ,---- > | ;; Enable the menu bar and the toolbar under X, but disable them on tty= frames. > | (setq window-system-default-frame-alist > | '((x (menu-bar-lines . 1) (tool-bar-lines . 1)) > | (nil (menu-bar-lines . 0) (tool-bar-lines . 0)))) > `---- >=20 > In fact, I found that idea so useful that I have just implemented it :-) > (see patch-150). Apart from the new variable definition, it was a > one-line patch. What do you think? Nice idea. >=20 > I am now convinced that display-local variables are not really > necessary. What about making displays first-level Lisp objects? Are > there any objections against that? Where is this needed ? --=20 Kim F. Storm http://www.cua.dk