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

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

bug#10461: emacs is not a macro-editor


From: andre . desnoyers
Subject: bug#10461: emacs is not a macro-editor
Date: Mon, 09 Jan 2012 07:25:15 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.3.9)

Take un medium file : 4000 lines
Set a match for a search
build the macro
C-a                     ;; move-beginning-of-line
2*C-k                   ;; kill-line
C-x C-x                 ;; exchange-point-and-mark
C-y                     ;; yank
2*C-s                   ;; isearch-forward
C-a                     ;; move-beginning-of-line

this macro normally groups all lines who contain the match.

If two matches are more distant than about 50 lines the second match is not found, but the macro can be repeated !

this bug exists in 22- versions and last 23-version on Mac.







reply via email to

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