Questions tagged [auto-complete-mode]
Auto-Complete, also known as auto-complete.el or Auto-Complete Mode, is an Emacs extension that provides context-sensitive completion suggestions
134 questions
3 votes
1 answer
183 views
AUCTeX: Some general macros/command missing from auto-completion/macro insertion
While further trying to set up a Latex environment in emacs I stumbled over a "problem" with macro-completion which I don't understand right now. When writing Latex code the usual way to ...
1 vote
1 answer
569 views
How to disable the buffer with completion options after hiting `tab` in Slime's REPL?
I have been using company for tab completion. It has been great while editing files. Unfortunately, when I am using a buffer with the SLIME's REPL something annoying happens. As I start typing some ...
0 votes
0 answers
53 views
Autocompletion broken after loading certain module
I'm using Emacs (GNU Emacs 26.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.22.30) of 2019-05-11) on CentOS 8 and want to use autocompletion when coding with python. Emacs.............: 26.1 ...
1 vote
1 answer
196 views
Address autocompletion doesn't work after compiling `elc` files for `mu4e`
After compiling elc files for mu4e in /usr/local/share/emacs/site-lisp/mu4e (Ubuntu 20.04) with sudo emacs -Q -batch -L . -f batch-native-compile *.el I get this error when writing an address of the ...
0 votes
1 answer
1k views
Turn off auto-completion/company while in org-journal
Trying to get org-journal working, but it wants to auto-complete nearly every word I type, then require two space bar hits to advance to type next word. I tried this and it works (add-hook 'org-mode-...
1 vote
0 answers
107 views
Custom keyword list for auto completion M-/?
I make use of M-/ for auto-completion. Is it possible to supply a custom list of frequently used keywords (e.g. for a niche programming language) to be loaded at Emacs startup? I could save the ...
0 votes
0 answers
38 views
auto complete isn't loaded || elpa OSX
emacs version 26.3 OSX 10.14.1 Following is my .init file. It is present at ~/.emacs.d (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) (...
1 vote
0 answers
213 views
Matlab-shell autocompletion error
For some reason emacs matlab-shell is returning an error when running autocompletion. The debugging output for a completion of "load Da[TAB]" is shown below. The closest thread that I've ...