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

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

bug#48775: Making company mode with completion from opened files


From: Dmitry Gutov
Subject: bug#48775: Making company mode with completion from opened files
Date: Tue, 1 Jun 2021 23:42:30 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 01.06.2021 14:01, ludvig-faddeev@gmx.com wrote:
Am currently working on a fortran project with company mode for completion.
Although I get emacs specific commands, I would like to get completion on words
for opened files.

Sounds like you're looking for the backend `company-dabbrev-code`.

You can see which backend is used in a given buffer (at the current position) with 'M-x company-diag'.

You can change the backend priorities by customizing `company-backends`.





reply via email to

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