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

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

Re: gud-format-command concats integers


From: Richard Stallman
Subject: Re: gud-format-command concats integers
Date: Wed, 5 Dec 2001 02:48:19 -0700 (MST)

Does this replacement code fix it?

         ((eq key ?l)
          (setq subst (int-to-string
                       (if insource
                           (save-excursion
                             (beginning-of-line)
                             (save-restriction
                               (widen)
                               (1+ (count-lines 1 (point)))))
                         (cdr frame)))))



reply via email to

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