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: Andreas Schwab
Subject: bug#6098: Someone obviously tried to fix this upstream...
Date: Wed, 14 Mar 2012 21:41:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Dave Abrahams <dave@boostpro.com> writes:

> 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.

%d always expands to a string with a trailing slash.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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