emacs-devel
[Top][All Lists]
Advanced

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

Re: builtin completion ?


From: Philip Kaludercic
Subject: Re: builtin completion ?
Date: Fri, 15 Mar 2024 15:48:23 +0000

hx <silent2600@gmail.com> writes:

> I work on a linux computer (emacs26) without internet,usb,share ...
> developing C program,
> no way to install auto-complete/company-mode/lsp,
>
> when I edit my init.el, (setq var-xx-, no auto completion, painfull,
> any package can complete elisp variable/function like auto-complete-mode ?

Not /auto/ completion, but `completion-at-point' is bound by default,
and you can configure `tab-always-indent' to have TAB provide
completions as well.  They will pop up in the completion buffer, just
like with minibuffer completions.

> For c programming, I only have cscope, but also no function/var completion,
> there is cedet, I will try to configure it.

I am not sure if Emacs 26 had completion based on TAGS, but if Emacs was
installed using some standard mechanism, then you should have etags
available that could index the symbols in a project, that completion
could make use of.

-- 
        Philip Kaludercic on peregrine



reply via email to

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