From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Unknown Newsgroups: gmane.emacs.help Subject: Re: newbie tiny-tools question Date: Fri, 21 Feb 2003 03:03:41 GMT Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1045796794 6472 80.91.224.249 (21 Feb 2003 03:06:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2003 03:06:34 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18m3WC-0001g7-00 for ; Fri, 21 Feb 2003 04:06:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18m3VG-0000sw-03 for gnu-help-gnu-emacs@m.gmane.org; Thu, 20 Feb 2003 22:05:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!news03.bloor.is.net.cable.rogers.com!news01.bloor.is.net.cable.rogers.com.POSTED!not-for-mail Original-From: Le Wang Original-Newsgroups: gnu.emacs.help Original-Lines: 42 User-Agent: KNode/0.7.1 Original-NNTP-Posting-Host: 24.192.182.203 Original-X-Complaints-To: abuse@rogers.com Original-X-Trace: news01.bloor.is.net.cable.rogers.com 1045796621 24.192.182.203 (Thu, 20 Feb 2003 22:03:41 EST) Original-NNTP-Posting-Date: Thu, 20 Feb 2003 22:03:41 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:110459 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6961 John F. Koenig wrote: > Desperately following up to my own post, ova'here. :) > > Hopefully, by simplifying my post, my questions will be more readily > apparent. The author, jari, appears to be ignoring private e-mail that > might be regarded as support-related. > > I was able to install tiny-tools such that the file "tinypath.el" gets > loaded -- which appears to load a large amount tiny-tools config code. Why do you need tiny-tools. Seriously, it's been around a long time, I'm interested in learning what are some killer features in it? > My simple questions: > > 1. Where in the tiny-tools heirarchy would one place the file > python-mode.el? You don't. AFAIK, keep tiny tools in its own directory structure, install your customizations else where. > 2. After installing python-mode.el in the proper location, must I > modify a load path? If so, what do I do and where? > > 3. Must I then make a config change to allow the autoloading of this > major mode? > > 4. And finally, what config changes must I make for the automatic file > associations ".py". I was hoping that there is a file in tiny-tools > for this purpose. Your next three questions are explicitly addressed on the python.el installation page. I suggest you look there. hth. -- Le