Hi Aidan, Aidan Gauland <aidal...@no8wireless.co.nz> writes:
> I have some (buffer-local) keywords defined that contain dashes to > separate words (because I couldn't think of a single word that would be > clear). M-<TAB> completion does not appear to work for these keywords. > > This has made me reconsider my choice of keywords, but since they're > valid keywords, shouldn't they be valid candidates for completion > (i.e. is this a bug)? "Keywords" is ambiguous here. TODO keywords like "MY-TODO" complete fine with M-TAB. #+MY_KEYWORD does not complete fine with M-TAB, but since this keyword appears in the buffer anyway, you can simply use M-/. HTH, -- Bastien