From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Bug, probably related to Custom Themes. Date: Mon, 26 Dec 2005 13:43:32 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135622772 14787 80.91.229.2 (26 Dec 2005 18:46:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 18:46:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 26 19:46:11 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EqxMF-0007Ck-DC for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 19:46:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqxNS-0002hj-MZ for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 13:47:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EqxLV-00022g-Ku for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:45:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EqxLU-00022K-GV for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:45:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqxLU-00022G-DB for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:45:20 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EqxLL-0005eT-Vn for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:45:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EqxJk-0001LF-3G; Mon, 26 Dec 2005 13:43:32 -0500 Original-To: "Drew Adams" In-reply-to: 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:48385 Archived-At: One consequence of fixing the problem by providing such a subroutine will be that code that tries to work with multiple versions of Emacs will become more complex that it would otherwise be (some versions will have the subroutine; others won't). The code that calls this is in Emacs. Lots of Emacs internals change from version to version, and that's just life.