From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Vminibuf_selected_window Date: Thu, 28 Feb 2002 11:22:17 -0700 (MST) Message-ID: <200202281822.g1SIMHQ19484@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1014920934 6884 195.204.10.66 (28 Feb 2002 18:28:54 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 28 Feb 2002 18:28:54 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16gVIT-0001mw-00 for ; Thu, 28 Feb 2002 19:28:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16gVE4-0001mJ-00; Thu, 28 Feb 2002 13:24:20 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16gVC6-0001XN-00; Thu, 28 Feb 2002 13:22:19 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1SIMNu02545; Thu, 28 Feb 2002 11:22:23 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1SIMHQ19484; Thu, 28 Feb 2002 11:22:17 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: storm@filanet.dk Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1638 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1638 If it isn't a Lisp variable, it is better to remove the V from the name so people won't think it is supposed to be a Lisp variable. Meanwhile, I think you need to staticpro that variable and initialize it at startup, in syms_of_window. If you can't prove the window is always pointed to elsewhere, then the staticpro is needed. If you can prove that the window cannot remain there without being pointed to and thus preserved by other live data, then the staticpro is not necessary, but you should state the reasoning in a comment next to the variable. However, it might be safer to put in the staticpro anyway. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel