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:33:28 +0100 (BST) Message-ID: <87y5cidat2@ch.ristopher.com> References: <87vc7m3itw.fsf@gmail.com> <87a9oyeqx8@ch.ristopher.com> <87r4ia3ha0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1366108428 27644 80.91.229.3 (16 Apr 2013 10:33:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2013 10:33:48 +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:33:52 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 1US3Cu-0008RP-6b for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Apr 2013 12:33:48 +0200 Original-Received: from localhost ([::1]:42116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3Ct-0004Et-Qt for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Apr 2013 06:33:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3Cg-0004Di-1H for help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 06:33:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US3Cd-0002NG-3Q for help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 06:33:33 -0400 Original-Received: from ristopher.com ([146.185.21.93]:40396 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3Cc-0002N3-Rl for help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 06:33:31 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id D1AE020E13; Tue, 16 Apr 2013 11:33:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1366108408; bh=wIpXkE9lz0NLyrFbD2kfqObO4W8PboCzPIXlU73uMBk=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=PSQU3Xrr8gNJRMaKRy0+UA4aFtd/LGY/elnKhufpKImLuxZSkIU69bHlm1StKpDbs gJLb4iaJWijO7sgjBpPpzukjYgCD2/sM7GDli1Icd042hEtykJd9IYj+bDXNkZLV8p 2JUjh7h9/K020PMgOl9o8o5hZfB+TuzwYh4msAjs= In-Reply-To: <87r4ia3ha0.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 16 Apr 2013 12:24:07 +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:90188 Archived-At: Thorsten Jolitz writes: > the disadvantage of having a really big init.el is that this seems > like a lot of work, but anyway, I'll try ... Perform a binary search with eval-region then. ;) Christopher