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

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

[debbugs-tracker] bug#8114: closed (macros fail in emacs 23.1)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#8114: closed (macros fail in emacs 23.1)
Date: Sun, 20 Nov 2011 18:31:03 +0000

Your message dated Sun, 20 Nov 2011 20:27:35 +0200
with message-id <address@hidden>
and subject line Re: bug#10076: 24.0.91; Automatic horizontal scrolling
has caused the debbugs.gnu.org bug report #7526,
regarding macros fail in emacs 23.1
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7526: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7526
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: macros fail in emacs 23.1 Date: Thu, 24 Feb 2011 19:50:45 -0700 User-agent: Web-Based Email 5.4.01
%emacs -Q
M-x version
GNU Emacs 23.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of
2011-02-24 on hostnm01

<delete all text, so you are starting from an empty scratch buffer>

insert this line once (a <space> b):
a b

then copy it until the buffer contains 150 copies of that line:
a b
a b
a b
 .
 .
 .

ESC <                   ;; beginning-of-buffer
^X (     ;; start recording keyboard macro

C-s                     ;; isearch-forward
SPC                     ;; self-insert-command
C-e                     ;; move-end-of-line
C-b                     ;; backward-char
xyz                     ;; self-insert-command * 3
SPC                     ;; self-insert-command
C-a                     ;; move-beginning-of-line
C-n                     ;; next-line

^X )                 ;; end recording

^X e                    ;; run the macro one time
^X e                    ;; run the macro one time
C-u 1 5 0 ^X e          ;; run the macro 150 times

The expected outcome is that each line in the buffer should now look
like this:
a xyz b

But many of the lines still look as they did at the beginning, namely:
a b
.
Note that the incorrect lines are intertwingled with the
correctly-edited lines, up to the end of the buffer.

\ | /
 ===   John Crown  address@hidden







--- End Message ---
--- Begin Message --- Subject: Re: bug#10076: 24.0.91; Automatic horizontal scrolling Date: Sun, 20 Nov 2011 20:27:35 +0200
> Date: Sat, 19 Nov 2011 22:19:24 +0100
> From: Dani Moncayo <address@hidden>
> Cc: address@hidden
> 
> > I found an easy band-aid, and fixed this in revision 106431 on the
> > trunk.
> 
> Thanks Eli.  Your patch also seem to fix bug #7526, which could be closed too.

Done, thanks.


--- End Message ---

reply via email to

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