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: Undesired point moves while compiling Date: Sat, 05 Nov 2005 18:43:34 -0500 Message-ID: References: <2E895D21-C212-46C1-BBE3-138C641978D6@mac.com> <87k6fr8t80.fsf@jurta.org> <103F76AF-DD6C-45E2-B871-8FF18F282DEC@ll.mit.edu> <871x1vqtt5.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 1131234379 584 80.91.229.2 (5 Nov 2005 23:46:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Nov 2005 23:46:19 +0000 (UTC) Cc: howes@ll.mit.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 06 00:46:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EYXii-0006pA-Fd for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2005 00:45:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXih-00089u-TY for ged-emacs-devel@m.gmane.org; Sat, 05 Nov 2005 18:45:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EYXhA-0007dG-0X for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EYXh9-0007cw-AN for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXh9-0007cn-36 for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:35 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EYXh9-0002fR-Bh for emacs-devel@gnu.org; Sat, 05 Nov 2005 18:43:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EYXh8-0001hv-73; Sat, 05 Nov 2005 18:43:34 -0500 Original-To: Juri Linkov In-reply-to: <871x1vqtt5.fsf@jurta.org> (message from Juri Linkov on Sat, 05 Nov 2005 11:47:11 +0200) 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:45486 Archived-At: After looking more at this function I still can't decide if its current behavior is intentional or not. Someone might want to call `next-error' on the first message, sit back and see how the cursor jumps around in the source buffer. I could try to think about it, if you explain to me in a self-contained way what the issue is.