From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: lexbind Date: Sun, 02 Mar 2008 12:25:13 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1204478745 19293 80.91.229.12 (2 Mar 2008 17:25:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 17:25:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 02 18:26:11 2008 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 1JVrwi-0002Rb-VY for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 18:25:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVrwB-0007tQ-UU for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 12:25:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVrw5-0007ps-28 for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:25:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVrw2-0007la-H3 for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:25:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVrw2-0007lM-8L for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:25:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVrw2-00074l-3J for emacs-devel@gnu.org; Sun, 02 Mar 2008 12:25:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JVrw1-0002PA-NY; Sun, 02 Mar 2008 12:25:13 -0500 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:91073 Archived-At: The recent bytecomp bug, fixed (mostly) by renaming some local variables, gives an argument for installing the lexbind branch. The main issues about it are (1) What are good ways to declare certain variables dynamic? (2) What packages will break? I think we have made considerable advances in the past year in reducing what will break.