Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to have my yasnippets for Latex mode to be available for .Rnw files. How to go about this? Also, it would be nice to have R snippets available as well.

EDIT: I found out the real problem is that in .Rnw the TAB key is bound not to yasnippets. Does anyone know how to tackle this problem not messing up anything? (it is bound to noweb-indent-line)

share|improve this question
1  
read the doc of yas-parents, capitaomorte.github.com/yasnippet/snippet-organization.html#id5 , its possible and trivial\ – kindahero Oct 28 '12 at 18:27
@kindahero I suppose that would work, except that the real problem lies with the .Rnw mode. – Dualinity Oct 28 '12 at 18:46
what is that "real" problem? may be ask in a different question.? and if you have got the solution to this question, you could contribute to the answer. – kindahero Oct 29 '12 at 0:41
reread the edit/temporary solution. – Dualinity Oct 29 '12 at 9:32

1 Answer

up vote 0 down vote accepted

I got fed up not being able to change the keymap of noweb-minor-mode-map, ess-noweb-mode-map, local-set-key and whatever that I gave up and just deleted the code from ess-indent and replaced it by (yas-expand)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.