emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb-ui and Mac OS X


From: Stefan Monnier
Subject: Re: gdb-ui and Mac OS X
Date: 29 Mar 2004 14:48:18 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> -    (if (string-match "\032.*\\'" gud-marker-acc)
>> +    (if (string-match "\n\\(\032.*\\)?\\'" gud-marker-acc)

> This seems to be the right fix, so I've committed it.

I don't think it is, because for the old annotations, there was no \n in
front of the \032\032 (at least, that's the impression I get from the
gud.el code), so the above patch works for --ann=3 but breaks --fullname.
Maybe "\n?\\(\032.*\\)?\\'" is better.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]