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: Sat, 06 Jun 2015 15:59:28 +0000
Message-ID:
References:
<556FDC05.5060505@easy-emacs.de>
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Trace: ger.gmane.org 1433606397 14434 80.91.229.3 (6 Jun 2015 15:59:57 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Sat, 6 Jun 2015 15:59:57 +0000 (UTC)
To: =?UTF-8?Q?Andreas_R=C3=B6hler?= ,
help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 06 17:59:57 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 1Z1GVo-0002QN-EE
for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Jun 2015 17:59:56 +0200
Original-Received: from localhost ([::1]:51863 helo=lists.gnu.org)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from )
id 1Z1GVi-0003Xd-Or
for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Jun 2015 11:59:50 -0400
Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51089)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1Z1GVZ-0003XV-3w
for help-gnu-emacs@gnu.org; Sat, 06 Jun 2015 11:59:41 -0400
Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1Z1GVY-00030V-7f
for help-gnu-emacs@gnu.org; Sat, 06 Jun 2015 11:59:41 -0400
Original-Received: from mail-wi0-x241.google.com ([2a00:1450:400c:c05::241]:33908)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1Z1GVY-00030F-0U
for help-gnu-emacs@gnu.org; Sat, 06 Jun 2015 11:59:40 -0400
Original-Received: by wivr20 with SMTP id r20so6436301wiv.1
for ; Sat, 06 Jun 2015 08:59:39 -0700 (PDT)
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=rs9xBmygjwzr/Q55z1SkjnTHT7RBZ/S05Tpzi2lXHEk=;
b=sIU+a5vwHabiYbR+elaKch2mQGb7ml6+76+/LkJF+7wRbLlfyXyrOZWfmqlPIFvhc7
bjC9FpMlQ5HGQxm8ywBAuP1q5V7rNj1mxqGE2Y9xWLb0QOJjSqODqkadlRzmssCJFK5Y
3DvtHoHAVOW9qMdpkl+7YYru8biTOeqq3oqRCuHekvAHPhB2zxUpwk/YcTw3/oeFEdVJ
mYRetixrjQRoSgk2yRPeUKck7vLIAM9L5iTW5zzGRl854Y/vef3TlSR54YxgwJX0wcVn
jh2lufADaT3LCt/i+ltG3KEHbsCvmfJIC+3co/3m3l66EJbO/ki+nNnI0d/IMHhVmmyG
eAiQ==
X-Received: by 10.180.231.4 with SMTP id tc4mr6614834wic.27.1433606379349;
Sat, 06 Jun 2015 08:59:39 -0700 (PDT)
In-Reply-To: <556FDC05.5060505@easy-emacs.de>
X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
(bad octet value).
X-Received-From: 2a00:1450:400c:c05::241
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:104793
Archived-At:
Andreas R=C3=B6hler schrieb am Do., 4. Juni=
2015
um 07:03 Uhr:
> Customizing python-indent-guess-indent-offset to nil should help already.
>
Yes, but it would apply to all Python files as well, not only to the
derived mode.