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: New function for gdb-ui.el? Date: Mon, 24 Oct 2005 12:27:41 -0400 Message-ID: References: <17243.21638.138477.436126@kahikatea.snap.net.nz> <17244.34246.93773.562211@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130171716 25603 80.91.229.2 (24 Oct 2005 16:35:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 16:35:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 24 18:35:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EU5BG-0006hj-VV for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 18:28:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU5BG-0005QS-BR for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 12:28:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EU5Ak-0005Ig-Kh for emacs-devel@gnu.org; Mon, 24 Oct 2005 12:27:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EU5Aj-0005II-V8 for emacs-devel@gnu.org; Mon, 24 Oct 2005 12:27:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU5Aj-0005IB-NY for emacs-devel@gnu.org; Mon, 24 Oct 2005 12:27:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EU5Aj-0004mH-Pc for emacs-devel@gnu.org; Mon, 24 Oct 2005 12:27:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EU5Aj-0004IH-1C; Mon, 24 Oct 2005 12:27:41 -0400 Original-To: Frank Schmitt In-reply-to: (message from Frank Schmitt on Mon, 24 Oct 2005 09:35:05 +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:44738 Archived-At: > It could go on mouse-2 which has some kind of goto idiom. Do you think it > should it be restricted to the buffer with the overlay arrow or work on any > file which is part of the source code of the GDB session. I'd restrict it to the former. To move to another file usually means moving to another frame, and that's not the job of `until'. This command should refuse to move to another frame. But there is an exception: when a function in one file is inlined in another. In that case, shouldn't this command work?