own-pt / sensetion.el

Emacs word-sense annotation interface
GNU General Public License v3.0
4 stars 2 forks source link

dev: command `sensetion-edit-lemma` is not working #142

Closed hmuniz closed 5 years ago

hmuniz commented 5 years ago

sensetion-edit-lemma is not working because it is using the function sensetion--lemma-completion-function to do the completion and that function does deals with a sequence of lemmas + pos separated by , as known%3,know%2. The function that does the completion when we are inputting a lemma to annotate in the target mode cant be the same that does completion when we are editing a token's lemma and this is what causes the problem.