Skip to main content

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

3 votes
1 answer
183 views

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 ...
lukeflo's user avatar
  • 265
1 vote
1 answer
569 views

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 ...
Pedro Delfino's user avatar
0 votes
0 answers
53 views

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 ...
Robe's user avatar
  • 145
1 vote
1 answer
196 views

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 ...
Daniel's user avatar
  • 99
0 votes
1 answer
1k views

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-...
147pm's user avatar
  • 3,085
1 vote
0 answers
107 views

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 ...
felix's user avatar
  • 153
0 votes
0 answers
38 views

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) (...
Death Metal's user avatar
1 vote
0 answers
213 views

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 ...
Ajned's user avatar
  • 794

15 30 50 per page
1
2 3 4 5
9