From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Disabling eldoc-mode during isearch-mode Date: Wed, 23 Sep 2009 11:42:56 +0200 Message-ID: References: <1f01d54a-ca4d-415b-af4b-3df4e7152b2c@d4g2000vbm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253699046 15012 80.91.229.12 (23 Sep 2009 09:44:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2009 09:44:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?UTF-8?B?Tm9yZGzDtnc=?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 23 11:43:59 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MqOOE-00072A-Lo for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Sep 2009 11:43:58 +0200 Original-Received: from localhost ([127.0.0.1]:51751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqOOE-0002Ij-6m for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Sep 2009 05:43:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqONg-0002I1-A4 for help-gnu-emacs@gnu.org; Wed, 23 Sep 2009 05:43:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqONa-0002H3-Ml for help-gnu-emacs@gnu.org; Wed, 23 Sep 2009 05:43:22 -0400 Original-Received: from [199.232.76.173] (port=44414 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqONa-0002Gz-ID for help-gnu-emacs@gnu.org; Wed, 23 Sep 2009 05:43:18 -0400 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:43507) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqONa-0002me-8E for help-gnu-emacs@gnu.org; Wed, 23 Sep 2009 05:43:18 -0400 Original-Received: by yxe29 with SMTP id 29so646923yxe.14 for ; Wed, 23 Sep 2009 02:43:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=+X1sWqcEcJ3k+AS3X8bSi39rw3uEF8R3wqAzq5OpDm4=; b=STWmhVL2AjYS+dxrYQccUMf90BCO3hUpTre7EzcD7svW4jGu2eHLchnnbxO2yOYXh/ 7NPTmGhW6oPkiDlMnynar/uII8iyE4mQmwQ8FKH2Wv9sBDW/c03/NqiGbiyOw0ygl1r7 5K5Cwlz21/W2fm+NQ9vre+J9m/CpdYRsuqT8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=cdjP63bqcQ3NvrH538fmG1snM9yXKKn9q62SA7g+HkuBSbV8zAnLLnM7/M3dKMHvIt WiIc99yNSnR6bbRzDcpqXTbkToCrpujT4UgSGvxNLD7UadEv64LB4O3P8VnC2okSJCh2 UsdgLFK4NjnSMgPT99zSx/fnerXfOPAToUFUw= Original-Received: by 10.100.80.2 with SMTP id d2mr2291546anb.35.1253698996080; Wed, 23 Sep 2009 02:43:16 -0700 (PDT) In-Reply-To: <1f01d54a-ca4d-415b-af4b-3df4e7152b2c@d4g2000vbm.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68415 Archived-At: On Wed, Sep 23, 2009 at 11:10 AM, Nordl=C3=B6w wrot= e: > I'm trying to disable eldoc-mode during isearch-mode to prevent > flickering caused by their minibuffer-competition. The best way to do that might be to send a bug report.