From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.help Subject: Re: Completion stopped working Date: Tue, 16 Apr 2013 11:00:17 +0100 (BST) Message-ID: <87a9oyeqx8@ch.ristopher.com> References: <87vc7m3itw.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1366106657 8946 80.91.229.3 (16 Apr 2013 10:04:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2013 10:04:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 16 12:04:15 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1US2kF-0005sR-Gj for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Apr 2013 12:04:11 +0200 Original-Received: from localhost ([::1]:39060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2kF-0002dT-2a for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Apr 2013 06:04:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2k1-0002d9-Rt for help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 06:04:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US2jz-00081E-4D for help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 06:03:57 -0400 Original-Received: from ristopher.com ([146.185.21.93]:40392 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2gV-00074F-Pq for help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 06:00:19 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id 9A9EB20E13; Tue, 16 Apr 2013 11:00:17 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1366106417; bh=VzVsm7R64llRVFUvIWMOOBXoZyGpkazIbIwjUtjkfW8=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=eg9WwYWP3Z+OIcRNbmfelrnQExfihaTdGZweamnZha4hZfHowJLMd8K644GK3aoUd SHSNhAX0CCmkWcWj+IzO6lisifP+eR+8RhKrybfI+bmJs5UwYVNbc8+tKaBQx0NZhN fHLF4tP3+1aZl2dzjDucOZHlDhCeUH8UjbgShKHM= In-Reply-To: <87vc7m3itw.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 16 Apr 2013 11:50:35 +0200") Mail-Followup-To: help-gnu-emacs@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 146.185.21.93 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90185 Archived-At: Thorsten Jolitz writes: > "Who" is in charge of showing this default value? function-called-at-point variable-at-point If I were you, I'd try to bisect my init.el. Use emacs -q and eval the forms in your init.el one after another until you hit on your bug. Christopher