From: Philip Kaludercic <philipk@posteo.net>
To: hx <silent2600@gmail.com>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: builtin completion ?
Date: Fri, 15 Mar 2024 15:48:23 +0000 [thread overview]
Message-ID: <87jzm3sdh4.fsf@posteo.net> (raw)
In-Reply-To: <CAALPCHvpNGWGxCtC9CKZ-Ei29eNZfP_wW51rj+mFnvuHm2TX8g@mail.gmail.com> (hx's message of "Fri, 15 Mar 2024 20:51:58 +0800")
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
prev parent reply other threads:[~2024-03-15 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 12:51 builtin completion ? hx
2024-03-15 15:48 ` Philip Kaludercic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87jzm3sdh4.fsf@posteo.net \
--to=philipk@posteo.net \
--cc=emacs-devel@gnu.org \
--cc=silent2600@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.