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

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

[Emacs-bug-tracker] bug#6176: closed ([PATCH 1/2] sort: add a --debug op


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6176: closed ([PATCH 1/2] sort: add a --debug option to highlight key extents)
Date: Wed, 12 May 2010 11:09:01 +0000

Your message dated Wed, 12 May 2010 13:08:35 +0200
with message-id <address@hidden>
and subject line Re: bug#6176: [PATCH 1/2] sort: add a --debug option to 
highlight key extents
has caused the GNU bug report #6176,
regarding [PATCH 1/2] sort: add a --debug option to highlight key extents
to be marked as done.

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


-- 
6176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6176
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] sort: add a --debug option to highlight key extents Date: Tue, 11 May 2010 23:56:49 +0100 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
The attached patch allows one to:

$ printf "one 2 3e3e" | .sort --debug -k3,3g -k2,2
one 2 3e3e
      ___
   __
__________


cheers,
Pádraig

Attachment: 0001-sort-add-a-debug-option-to-highlight-key-extents.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#6176: [PATCH 1/2] sort: add a --debug option to highlight key extents Date: Wed, 12 May 2010 13:08:35 +0200
Pádraig Brady wrote:
> The attached patch allows one to:
>
> $ printf "one 2 3e3e" | .sort --debug -k3,3g -k2,2
> one 2 3e3e
>       ___
>    __
> __________

Nice.  Thanks for writing all of that.
These changes are sure to be useful.

I have merely glanced through them (look fine so far),
but would not mind at all if you were to push the series as-is.

Jim

PS: I've gone ahead and marked this as "done".


--- End Message ---

reply via email to

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