unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Completion stopped working
Date: Tue, 16 Apr 2013 11:50:35 +0200	[thread overview]
Message-ID: <87vc7m3itw.fsf@gmail.com> (raw)


Hi List, 

recently auto-completion stopped working completely for me, and I'm
trying to chase the root of this problem. 

Therefore I have 2 questions (at the moment):

1. C-h f and C-h v

With 'emacs -Q', these commands with point on a function or variable
(still) propose the symbol at point as a default, e.g.

,------------------------------------
| Describe function (default defvar):
`------------------------------------

but this stopped working when I load my .emacs. "Who" is in charge of
showing this default value?

2. auto-complete popup window

I remember in the back of my head that I disabled a (generic) option to
popup help windows or so - but I don't remember the name of this option
anymore and thus don't find it in my .emacs.

Does such an option exist and whats its name?
Could this be the reason that auto-complete-mode stopped working?

PS 1
System-info:

,----------------------------------------------------------------
| GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4)
|  of 2013-03-18 on eric
| Org 8.0-pre
| Ma Gnus v0.2
`----------------------------------------------------------------

PS 2
my (simple) auto-complete-mode config which used to work:

,---------------------------------------------------------------------------
| ;; **** 26.8.4 Auto Complete Mode
| 
| ;; auto-complete-mode
| (when (require 'auto-complete nil 'NOERROR)
| 
| (add-to-list 'ac-dictionary-directories "~/.emacs.d/dict")
| (require 'auto-complete-config)
| (ac-config-default)
| 
| ;; more add-hook's in other places, e.g. for emacs lisp
| (add-hook 'LaTex-mode-hook lambda () (auto-complete-mode +1)))
| (add-hook 'org-mode-hook (lambda () (auto-complete-mode +1)))
| 
| ;; (define-key ac-menu-map "\C-n" 'ac-next)
| ;; (define-key ac-menu-map "\C-p" 'ac-previous)
| 
| (setq ac-auto-start 3)
| 
| (define-key ac-complete-mode-map "\M-/" 'ac-stop) )
| 
| ;; (define-key ac-complete-mode-map [f12] 'ac-complete)
| ;; (define-key ac-complete-mode-map "\r" nil))
`---------------------------------------------------------------------------

-- 
cheers,
Thorsten





             reply	other threads:[~2013-04-16  9:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-16  9:50 Thorsten Jolitz [this message]
2013-04-16 10:00 ` Completion stopped working Christopher Schmidt
2013-04-16 10:24   ` Thorsten Jolitz
2013-04-16 10:33     ` Christopher Schmidt
2013-04-16 13:40     ` Stefan Monnier
2013-04-16 14:18       ` Thorsten Jolitz
2013-04-29  8:26   ` Bug in help-fns+.el (was Re: Completion stopped working) Thorsten Jolitz
2013-04-29 13:32     ` Drew Adams
2013-04-29 14:10       ` Thorsten Jolitz
2013-04-29 14:17         ` Drew Adams
2013-04-29 16:58           ` Thorsten Jolitz
2013-04-30  5:16             ` Drew Adams
2013-04-30  9:04               ` Thorsten Jolitz

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vc7m3itw.fsf@gmail.com \
    --to=tjolitz@gmail.com \
    --cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).