From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: Two modes for the same filetype Date: Sat, 12 Jul 2014 14:58:15 -0800 Organization: AkWebsoft Message-ID: <20140712225815.GG7057@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1405205923 16611 80.91.229.3 (12 Jul 2014 22:58:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jul 2014 22:58:43 +0000 (UTC) To: Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 13 00:58:38 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 1X66Fa-0007Yv-BP for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jul 2014 00:58:38 +0200 Original-Received: from localhost ([::1]:50574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X66Fa-0002qS-0c for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Jul 2014 18:58:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X66FL-0002pi-83 for Help-gnu-emacs@gnu.org; Sat, 12 Jul 2014 18:58:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X66FG-0002bT-Bi for Help-gnu-emacs@gnu.org; Sat, 12 Jul 2014 18:58:23 -0400 Original-Received: from 191-232-4-64.mtaonline.net ([64.4.232.191]:56961 helo=tj49.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X66FG-0002ZP-3X for Help-gnu-emacs@gnu.org; Sat, 12 Jul 2014 18:58:18 -0400 Original-Received: by tj49.com (Postfix, from userid 1000) id 5272D12414C; Sat, 12 Jul 2014 14:58:15 -0800 (AKDT) Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.4.232.191 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:98663 Archived-At: using=20 GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) on ubuntu 12.04, mac mini I'm just getting back into emacs after a long hiatus. I have a lot of python projects for which I have used python-mode in the past. I'm referring to the "non-stock" module originally developed by Tim Peters, now maintined by Andreas R=F6hler I am, however considering using python-django.el which 'requires the "stock" python (not python-mode) module. Currently my .emacs has the following: (require 'python-mode) But python-django.el has the following=20 (require 'python) Can I expect any conflicts? If so, is there a strategy for managing such conflicts? thanks --=20 Tim=20 tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com, http://www.tj49.com