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

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

Alternative Triggering of YAsnippet Expansions


From: Nordlöw
Subject: Alternative Triggering of YAsnippet Expansions
Date: Mon, 22 Sep 2008 03:44:54 -0700 (PDT)
User-agent: G2/1.0

I prefer to have my dabbrev-expand functions placed before yas/try-
expand() in hippie-expand-try-functions-list. This makes hippie-
expand() steal the expansion from yas/try-expand() and instead expand
if/for/while/... as a symbol. This because my buffers often contain
many symbols beginning with the C keywords if, for, while, else, etc..

But for the other cases where I really want the expansion of C-
keywords if/for/while/... how do I make YAsnippet expansion trigger on
keyword + whitespace + '(' instead? In this way I would get best of
both worlds; both dabbrev expand and yas/expand() the way I would like
it to work.

Thanks in advance,
Nordlöw


reply via email to

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