From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ritchie Newsgroups: gmane.emacs.help Subject: emacs 23 gdb mouse set breakpoint Date: Tue, 7 Apr 2009 21:23:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <04d31316-a3ed-451c-8709-702b503ad475@h28g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239167487 21135 80.91.229.12 (8 Apr 2009 05:11:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2009 05:11:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 08 07:12:45 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LrQ5a-00040J-MC for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 07:12:42 +0200 Original-Received: from localhost ([127.0.0.1]:42361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrQ4C-0003Bh-Ba for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2009 01:11:16 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!postnews.google.com!h28g2000yqd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 66.215.153.172 Original-X-Trace: posting.google.com 1239164622 21322 127.0.0.1 (8 Apr 2009 04:23:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 8 Apr 2009 04:23:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h28g2000yqd.googlegroups.com; posting-host=66.215.153.172; posting-account=xbBDZAoAAABt0XDpXK1VE36JrEsYIpTh User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168266 X-Mailman-Approved-At: Wed, 08 Apr 2009 01:09:39 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63548 Archived-At: I started trying out emacs 23 cvs version, and I just had a problem while using gdb. When I use carbon emacs on mac and emac 23 cvs version on linux, I can set gdb breakpoint by clicking on the left fringe of the source buffer, and there would be a red dot on that location to indicate that there is a breakpoint on that line. If you click on the red dot again, the breakpoint would be removed. But it's quite different on emacs 23 cvs on mac. When I try to set the breakpoint using my mouse, the breakpoint would be set, but there is no red dot on the left fringe. And I cannot remove the breakpoint using mouse, if I try to click on the same location again, it will set another breakpoint on the same spot again. It's quite annoying, especially if you are used to the old way. I don't know if anybody is having or had the same problem like this, is there anyway to make it behave the old way? Also, there is another minor issue. If I set gdb-many-windows, in both stack buffer and breakpoint buffer, there are many ^M characters shows up. I'm not sure what caused it. Again this is with emac 23 cvs on mac, while the linux version works quite well. I tried the emacs-app-devel package in macport and the nightly emacs 23 cvs builds (0.91, 0.92), they all behave the same way. regards Ritchie