From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: python mode Date: Sun, 23 Apr 2006 14:54:23 +0200 Message-ID: References: <87irp2ovxy.fsf@localhost.localdomain> <87k69iyn54.fsf@localhost.localdomain> <87fyk5zyns.fsf@localhost.localdomain> <874q0lz83c.fsf@localhost.localdomain> <87lktwjynx.fsf@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145796886 2184 80.91.229.2 (23 Apr 2006 12:54:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2006 12:54:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 23 14:54:44 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 1FXe6r-00038M-L8 for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2006 14:54:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXe6r-0001xF-8i for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2006 08:54:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXe6g-0001wy-BL for help-gnu-emacs@gnu.org; Sun, 23 Apr 2006 08:54:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXe6e-0001wf-Ke for help-gnu-emacs@gnu.org; Sun, 23 Apr 2006 08:54:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXe6e-0001wc-IC for help-gnu-emacs@gnu.org; Sun, 23 Apr 2006 08:54:28 -0400 Original-Received: from [217.72.192.227] (helo=fmmailgate02.web.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FXe8e-0007Uq-M8 for help-gnu-emacs@gnu.org; Sun, 23 Apr 2006 08:56:33 -0400 Original-Received: by fmmailgate02.web.de (8.12.10/8.12.10/webde Linux 0.7) with ESMTP id k3NCsQr6028506; Sun, 23 Apr 2006 14:54:26 +0200 Original-Received: from [84.245.175.64] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #108) id 1FXe6b-0006s7-00; Sun, 23 Apr 2006 14:54:26 +0200 In-Reply-To: <87lktwjynx.fsf@localhost.localdomain> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Gary Wessle X-Mailer: Apple Mail (2.749.3) X-Sender: Peter_Dyballa@web.de 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:34598 Archived-At: Am 23.04.2006 um 13:53 schrieb Gary Wessle: > 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? No, you better put them all into a place like the site-lisp tree so that they survive a GNU Emacs update! And these files do not seem to be a regular part of an Emacs distribution, so they're better stored outside. In dired-mode you can mark the .el files and command B, which will byte-compile them. -- Greetings Pete Make it simple, as simple as possible but no simpler. (Albert Einstein)