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

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

[Emacs-bug-tracker] bug#5485: marked as done (apply-macro-to-region-line


From: Emacs bug Tracking System
Subject: [Emacs-bug-tracker] bug#5485: marked as done (apply-macro-to-region-lines - not a bug, but could be improved)
Date: Thu, 04 Feb 2010 05:15:03 +0000

Your message dated Thu, 04 Feb 2010 00:14:47 -0500
with message-id <address@hidden>
and subject line Re: bug#5485: apply-macro-to-region-lines - not a bug, but 
could be improved
has caused the Emacs bug report #5485,
regarding apply-macro-to-region-lines - not a bug, but could be improved
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5485: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5485
Emacs Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: apply-macro-to-region-lines - not a bug, but could be improved Date: Wed, 27 Jan 2010 19:14:08 -0800
Unless I am reading the code wrong the or in
apply-macro-to-region-lines that looks like this:

            (execute-kbd-macro (or macro last-kbd-macro)))))

can be removed and changed to this:

            (execute-kbd-macro macro))))

A previous or statement near the top of the script has already left
macro alone or set it to last-kbd-macro if macro was nil.

I'm running emacs 22.something.

dburger




--- End Message ---
--- Begin Message --- Subject: Re: bug#5485: apply-macro-to-region-lines - not a bug, but could be improved Date: Thu, 04 Feb 2010 00:14:47 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Yes; thanks.


--- End Message ---

reply via email to

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