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: Re: minor inconvenience with compilation buffer Date: Sat, 24 Nov 2007 22:43:00 -0500 Message-ID: References: <200711230001.19400.pogonyshev@gmx.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195962300 10464 80.91.229.12 (25 Nov 2007 03:45:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 03:45:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 04:45:07 2007 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 1Iw8Qb-0003EF-Rw for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 04:45:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw8QN-0002GE-98 for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 22:44:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw8Oc-0000bC-Da for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:43:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw8Ob-0000aV-LR for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:43:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw8Ob-0000aB-DM for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:43:01 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iw8Ob-0004Pw-7V for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:43:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iw8Oa-0000VY-4T; Sat, 24 Nov 2007 22:43:00 -0500 In-reply-to: <200711230001.19400.pogonyshev@gmx.net> (message from Paul Pogonyshev on Fri, 23 Nov 2007 00:01:19 +0200) 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:84102 Archived-At: I face a minor inconvenience with compilation buffer. After I compile the project, I press C-x ` to cycle compilation errors. It works fine except the compilation buffer is not scrolled to the active error until I e.g. press C-x (just C-x, without anything else). That's not a test case, so it would be hard for anyone to try to reproduce it. It looks like nobody else has seen problems with C-x `. Can you stop it with GDB while it is waiting and send us a backtrace (C and Lisp)?