all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikolay Puzanov <punzik@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 20072@debbugs.gnu.org
Subject: bug#20072: Incorrect popup showing
Date: Tue, 10 Mar 2015 17:30:31 +0000	[thread overview]
Message-ID: <CAKj6i9i5pbz5kyyMfCzY=XnB9fXHV1-mdoctHu2_Rgu3c23QdQ@mail.gmail.com> (raw)
In-Reply-To: <83bnk06az6.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]

>
> So we need to look for another solution.
>
>
I would be happy to help you, but I think my knowledge is not enough.


> > Init.el:
> > (require 'package)
> > (add-to-list 'package-archives '("melpa" .
> > "http://melpa.milkbox.net/packages/"))
> > (package-initialize)
> >
> > (require 'auto-complete-config)
> > (auto-complete-mode t)
> > (ac-config-default)
> >
> > (global-linum-mode t)
>
> Is it enough to do just this instead:
>
>   (require 'auto-complete-config)
>   (auto-complete-mode 1)
>   (ac-config-default)
>   (global-linum-mode 1)
>
> IOW, can I skip the steps that set up package.el, and instead download
> auto-complete manually?
>

Yes, you can. That I did:

$ 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)

[-- Attachment #2: Type: text/html, Size: 2089 bytes --]

  reply	other threads:[~2015-03-10 17:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10 10:48 bug#20072: Incorrect popup showing Nikolay Puzanov
2015-03-10 17:03 ` Eli Zaretskii
2015-03-10 17:30   ` Nikolay Puzanov [this message]
2015-03-13 15:50     ` Eli Zaretskii
2015-03-13 17:17       ` Nikolay Puzanov
2015-03-13 17:46         ` Eli Zaretskii
2015-03-13 17:53           ` Nikolay Puzanov
2015-03-14 18:05             ` Eli Zaretskii
2015-03-16 20:20               ` Eli Zaretskii
2022-02-08  9:14 ` Lars Ingebrigtsen
2022-02-08 10:12   ` Николай Пузанов
2022-02-08 10:13     ` Lars Ingebrigtsen

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='CAKj6i9i5pbz5kyyMfCzY=XnB9fXHV1-mdoctHu2_Rgu3c23QdQ@mail.gmail.com' \
    --to=punzik@gmail.com \
    --cc=20072@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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.