help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

complete from words in all opened buffers, not just code parts.


From: martin-kemp
Subject: complete from words in all opened buffers, not just code parts.
Date: Wed, 9 Jun 2021 18:47:47 +0200 (CEST)

I would like to be able to complete from words in all open buffers, not just 
code parts.  Is there a setting

in company-mode I can use ?



Have made some progress using the following



 (setq company-backends '(company-dabbrev-code company-dabbrev))



But, in programming languages I cannot complete from all buffers including from 
comments in

opened code files.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]