monsanto / readline-complete.el

autocomplete in shell mode buffers
67 stars 16 forks source link

documentation to avoid newline in prompt gotcha #4

Closed ian-kelling closed 10 years ago

ian-kelling commented 10 years ago

Ran into this gotcha, would like to warn the next person. Feel free to change wording :)

monsanto commented 10 years ago

Hmm, that is odd. I unfortunately don't have time to look into this now (patches welcome!) Here are some thoughts.

ian-kelling commented 10 years ago

Initially shell-prompt-pattern was not setup correctly. Fixing this allowed completion, but auto-complete is still failing. I can debug this further, but I'm putting it off for now and onto my todo list. The pull request isn't right, since this isn't just some inherent limitation as I initially guessed.