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: compile.el Date: Thu, 08 Sep 2005 22:24:40 -0400 Message-ID: References: <87oe7oe9mz.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1126233952 27247 80.91.229.2 (9 Sep 2005 02:45:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2005 02:45:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 09 04:45:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDYsP-0000AO-4Y for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 04:44:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDYoi-0004yS-4v for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2005 22:40:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EDYoN-0004rK-JX for emacs-devel@gnu.org; Thu, 08 Sep 2005 22:40:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EDYoA-0004kY-56 for emacs-devel@gnu.org; Thu, 08 Sep 2005 22:40:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDYo8-0004gq-7k for emacs-devel@gnu.org; Thu, 08 Sep 2005 22:40:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EDYfW-0000iX-OK for emacs-devel@gnu.org; Thu, 08 Sep 2005 22:31:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EDYZE-0004lF-TB; Thu, 08 Sep 2005 22:24:40 -0400 Original-To: Juri Linkov In-reply-to: <87oe7oe9mz.fsf@jurta.org> (message from Juri Linkov on Tue, 23 Aug 2005 22:33:48 +0300) 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:42765 Archived-At: It has another bug: visiting a saved compilation/grep file fails with the error message: Symbol's value as variable is void: comint-file-name-prefix I already added an autoload to that variable, so you just need to update loaddefs.el and rebuild. This is trivial to fix - just restore `(boundp 'comint-file-name-prefix)' that was there before the patch. But it has another more severe bug: visiting a file in a compilation subdirectory extracted from the line `make: Entering directory ...' doesn't work anymore. Can you send me a precise test case for this? Then I will debug it.