From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josh Wasserstein Newsgroups: gmane.emacs.help Subject: Disabling Eldoc by default Date: Tue, 8 Jul 2014 10:30:11 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1404832155 31434 80.91.229.3 (8 Jul 2014 15:09:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2014 15:09:15 +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 Jul 08 17:09:08 2014 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 1X4X11-0004l0-92 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Jul 2014 17:09:07 +0200 Original-Received: from localhost ([::1]:56102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4X10-0006z5-L3 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Jul 2014 11:09:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4WPl-0003jL-4I for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 10:30:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4WPj-00039q-NL for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 10:30:37 -0400 Original-Received: from mail-qc0-x236.google.com ([2607:f8b0:400d:c01::236]:35746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4WPj-000382-GR for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 10:30:35 -0400 Original-Received: by mail-qc0-f182.google.com with SMTP id m20so5398337qcx.13 for ; Tue, 08 Jul 2014 07:30:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=QsV5hBwYCxtIzS4tAENKmyM+tEVJsQxrixcNebX0p/c=; b=SH0nSRJtdwLfcfy9qK79yWaVj28WVxINuNrxNAqftyxgQ5FaOtnjH40WM3zKy33Cc2 XCSXxpWblt9dqr+PVdHwyZtGcLq4p5vonv5wSXa8/UzYESR8g1v7eu/99J0YIbnSn9Xk qOrDHtHZML4K55a+y+lcyrbhUxWxxmT3aLKwKTXX+fYiQp6KB7vOzTUPVmcAO4sOf86P ogI6pVtUM8t+MF8AJHLNhaRCTssly0T0YQ4Ikv/dOeYxi471jpEqeyZV62ROelFj0IEw yOPl8IVs3mATl+RBjNIl5oBwQLBAWCLcOuui1mKZ+p2d+tkmJe46menSRAvs7AXiPdpJ yRPA== X-Received: by 10.224.2.196 with SMTP id 4mr58711356qak.60.1404829831776; Tue, 08 Jul 2014 07:30:31 -0700 (PDT) Original-Received: by 10.140.97.198 with HTTP; Tue, 8 Jul 2014 07:30:11 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::236 X-Mailman-Approved-At: Tue, 08 Jul 2014 11:08:51 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:98580 Archived-At: Not sure why, but all off a sudden my Python buffers now have Eldoc mode enabled by default. I didn't change anything in my .emacs file. All I did was install Emacs nightly from yesterday (July 7, 2014) and install and later uninstall elpy . How can I disable Eldoc by default on all my buffers? I could not find instructions for this on the EmacsWiki nor the package documentation, although perhaps I am missing something here. Thanks, Josh