This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Added documentation for --with-grep


Bryan, All,

On 2014-08-26 19:16 -0700, Bryan Hundven spake thusly:
> On Tue, Aug 26, 2014 at 7:06 PM, Fabian Freyer
> <fabian.freyer@physik.tu-berlin.de> wrote:
> > Hi All,
> >
> > This patch adds documentation for the --with-grep option.
> >
> > Regards,
> > Fabian Freyer
> >
> > From ee0df4acaf860d6520209bae6644a22acbab98d0 Mon Sep 17 00:00:00 2001
> > From: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
> > Signed-off-by: "Fabian Freyer" <fabian.freyer@physik.tu-berlin.de>
> > Date: Wed, 27 Aug 2014 04:01:26 +0200
> > Subject: [PATCH] Added documentation for --with-grep
> 
> Don't forget the SoB.
> 
> I use vim, and so I found a plugin called snipmate.

Ack! snipmate is utterly usefull! I could not live without it, now.

> I'll be it, my version is a bit older, but it has the addition
> snippets for adding your signed-off-by, and others:
> 
> https://github.com/bhundven/snipmate.vim/commits/master

I too have my sob-and-the-likes snippets:

    snippet ack
        Acked-by:
    snippet rev
        Reviewed-by:
    snippet sob
        Signed-off-by:
    snippet tst
        Tested-by:
    snippet rep
        Reported-by:
    snippet ME
        "Yann E. MORIN" <yann.morin.1998@free.fr>
    snippet me
        yann.morin.1998@free.fr

So, with them, I can do something like:

    sob<TAB>ME<TAB>
which gives:
    Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Or, when I modify an existing commit:
    [me<TAB>: blabla]
which gives:
    [yann.morin.1998@free.fr: blabla]

My snippets also contain a bunch of short-hand for a bunch of people I
often have to deal with. snipmate also completes its own snippets, so:
    bh<TAB>  -->  bhundven<TAB>  -->  Bryan Hundven <bryanhundven@gmail.com>

I also have a bunch of other snippets; rgd<TAB> would give:

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]