Questions tagged [pabbrev]

3 questions
3
votes
3 answers

Emacs Pabbrev and Python

Normally when you hit tab on an empty line in emacs python mode it will cycle through the available tab indentations. When I hit tab when the point is at the deepest indent level I get the pabbrev buffer containing the last best match options. …
jacob
  • 2,284
  • 3
  • 20
  • 21
3
votes
2 answers

Yasnippet and pabbrev working together in Emacs

I am trying to get the yasnippet and pabbrev packages working together with emacs, but I cannot seem to get any love. How can I get them to play nicely together? The crux of the problem is that pabbrev and yasnippet are binding to the tab keys. …
Jonathan Arkell
  • 10,526
  • 2
  • 24
  • 32
2
votes
3 answers

how to control cursor placement in Emacs abbrev expansion?

In Emacs, is there a way control where the cursor/point gets placed in abbrev-mode expansion? You know, something like this? ("orgfootnote" "[fn:: %?]" nil 0)
incandescentman
  • 6,168
  • 3
  • 46
  • 86