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

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

bug#6098: Someone obviously tried to fix this upstream...


From: Dave Abrahams
Subject: bug#6098: Someone obviously tried to fix this upstream...
Date: Wed, 14 Mar 2012 14:49:38 -0400
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (darwin)

Currently the code reads as follows:

    (gud-def gud-break  "break %d%f:%l"  "\C-b" "Set breakpoint at current 
line.")
    (gud-def gud-remove "clear %d%f:%l"  "\C-d" "Remove breakpoint at current 
line")

However, tests show that it doesn't work without the directory separator
"/" after "%d" on both lines.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com






reply via email to

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