From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani Newsgroups: gmane.emacs.help Subject: Re: Set variable in derived mode before running the parent mode function Date: Mon, 28 Dec 2015 17:48:29 +0000 Message-ID: References: <55743080.1090101@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1451324937 18148 80.91.229.3 (28 Dec 2015 17:48:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2015 17:48:57 +0000 (UTC) To: Stefan Monnier , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 28 18:48:52 2015 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 1aDbud-00071S-Rw for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Dec 2015 18:48:52 +0100 Original-Received: from localhost ([::1]:45640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDbud-0004eE-7G for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Dec 2015 12:48:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDbuT-0004d2-E5 for help-gnu-emacs@gnu.org; Mon, 28 Dec 2015 12:48:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDbuS-0001xR-EQ for help-gnu-emacs@gnu.org; Mon, 28 Dec 2015 12:48:41 -0500 Original-Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:36327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDbuS-0001xL-7i for help-gnu-emacs@gnu.org; Mon, 28 Dec 2015 12:48:40 -0500 Original-Received: by mail-wm0-x22d.google.com with SMTP id l65so12477752wmf.1 for ; Mon, 28 Dec 2015 09:48:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=ZOv20TYQaKF0b6YR/jkSWlfigl7TPcgA3O18OmPRsOc=; b=x8/OKo3qBHcrxxX7TKXP3BEY70DosZNHuPJK24T5ZmioOfluheBx6s567yAK6xRSFI 7mapBegRraykhpZ+xkYsPlZlOFyuFq/8zP2bJFv2BS+VMCvXj0d4V+EcTT6RYLfP2gpJ SUlYs6VolU+fCThIxtUaGzl8jL1EwqK6PWcB1p5c9JtDlNNdnJi0lLwew0DGSc0BXhjC NhzC+0nG7RpGhIKw7AXymynuRRA1syLIlkAmqI7bkLcQ+d/fjxxtM9NVH7id0NJsONdo VB5v7w6ViKuBniKK6T54b3QuzAQOKFpF0fIWZsmI4JWk7LEGtIA5Rs7TISE2WlxwYS6F Efew== X-Received: by 10.28.89.69 with SMTP id n66mr64251667wmb.63.1451324919212; Mon, 28 Dec 2015 09:48:39 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22d 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:108509 Archived-At: Stefan Monnier schrieb am So., 21. Juni 2015 um 19:35 Uhr: > > live with that (Emacs is already too chatty), but Stefan would need to > > agree that it's fine to remove the message entirely. > > I have no opinion on this. You should talk the python.el's > maintainer instead. > > Actually there's already a variable `python-indent-guess-indent-offset-verbose' (introduced in commit 1d02107dab6f844a7c537bb5e98aff4e5f061246), which should resolve this issue.