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

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

bug#20072: Incorrect popup showing


From: Nikolay Puzanov
Subject: bug#20072: Incorrect popup showing
Date: Fri, 13 Mar 2015 17:17:39 +0000

Open init.el, put cursor to the beginning of buffer, type "(lo", wait for popup.

пт, 13 марта 2015 г. в 18:50, Eli Zaretskii <eliz@gnu.org>:
> From: Nikolay Puzanov <punzik@gmail.com>
> Date: Tue, 10 Mar 2015 17:30:31 +0000
> Cc: 20072@debbugs.gnu.org
>
> $ mkdir -p ~/.emacs.d/packages
> $ cd ~/.emacs.d/packages
> $ git clone https://github.com/auto-complete/auto-complete.git
> $ git clone https://github.com/auto-complete/popup-el.git
>
> And init.el:
>
> (add-to-list 'load-path "~/.emacs.d/packages/auto-complete")
> (add-to-list 'load-path "~/.emacs.d/packages/popup-el")
> (require 'auto-complete-config)
> (auto-complete-mode t)
> (ac-config-default)
> (global-linum-mode t)

And what should I do after this to reproduce the broken display you
posted?

reply via email to

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