From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gary Wessle Newsgroups: gmane.emacs.help Subject: Re: python mode Date: 23 Apr 2006 21:53:38 +1000 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <87lktwjynx.fsf@localhost.localdomain> References: <87irp2ovxy.fsf@localhost.localdomain> <87k69iyn54.fsf@localhost.localdomain> <87fyk5zyns.fsf@localhost.localdomain> <874q0lz83c.fsf@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145796026 32441 80.91.229.2 (23 Apr 2006 12:40:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2006 12:40:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 23 14:40:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FXdsz-0000G2-3U for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2006 14:40:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXdsy-0003jm-Ba for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2006 08:40:20 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-Original-NNTP-Posting-Host: 58.178.22.251 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 37 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1145793221 un-2park-reader-01.sydney.pipenetworks.com.au 13203 203.134.67.67:4694 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nntp.waia.asn.au!202.72.130.18.MISMATCH!quokka.wn.com.au!token.pipenetworks.com!218.100.2.59.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:138979 Original-To: help-gnu-emacs@gnu.org 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:34597 Archived-At: Peter Dyballa writes: > Am 22.04.2006 um 22:08 schrieb Gary Wessle: > > > in my debian testing system > > # locate python.el > > /usr/share/emacs/site-lisp/semantic/wisent/wisent-python.el > > So try this! If it's not sufficient get GNU Emacs source and compile, > if you can't find a useful deb package! Check load-path whether it > contains /usr/share/emacs/site-lisp/semantic/wisent, otherwise you > would need add this component. ( (add-to-list 'load-path "...") ) > > BTW, you've located the wisent-python.el file in the site-lisp tree. > So this is definitely not a GNU Emacs file, but something specific to > your system. The GNU Emacs one would be in /usr/local/share/emacs/ > /lisp/progmodes ... the one that comes close is "/usr/share/emacs/21.4/lisp/progmodes" in it there is no file about python-mode.elc or any thing for python for that matter. with debian, I'd rather not start compiling my own emacs from source because my in-ability to understand how the rest of the system interact with emacs and visa-versa and how to satisfy that not to have any future problems. I got python-mode-1.0.tar.gz and in it there is doctest-mode.el pycomplete.el pycomplete.py python-mode.el semantic.cache should I just move python-mode.el to ../progmodes/ and compile? as it said in the installation instruction in python-mode.el? if so, could you tell me how to compile the file so that it is .elc like all the other files in progmodes? thank you