help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [h-e-w] TinyTools


From: Neil Gow
Subject: RE: [h-e-w] TinyTools
Date: Thu, 6 Jun 2002 16:11:48 +0100

Thanks for the response, tried the code at the top of the .emacs using
'emacs-tiny-tools-2002.0204' and it worked (I think), an earlier version
2001 failed.

As you described though it clobbered the Info, when you say '..but many
cache reloads..' what did you mean.  Or how??

Many Thanks Neil

-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Chris Lott
Sent: 05 June 2002 18:50
To: Neil Gow; address@hidden
Subject: Re: [h-e-w] TinyTools


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Neil Gow <address@hidden> spake thusly:

> I have tried configuring TinyTools under NT Emacs 21.2 and got
> nowhere, did you work it out?

Actually, I finally did get what I needed working. Basically I put the
unzipped package into a directory, loaded tinypath at the top of my emacs,
but didn't enable the tools package. Instead I just enable those that I need
(for example, here is the tiny tools load and setup and setup for tiny
perl):

;; TINY TOOLS [http://tiny-tools.sourceforge.net/]
;; Base Setup (set paths, get ready to turn packages on)
(load "c:/home/elisp/tiny/lisp/tiny/tinypath")
(require 'tiny-setup)
(tiny-setup nil)

;; TINY PERL (enhances perl mode, provides pod functions)
(require 'tinyperl)
(autoload 'turn-on-tinyperl-mode  "tinyperl" "" t)
(add-hook 'perl-mode-hook 'turn-on-tinyperl-mode)
(add-hook 'cperl-mode-hook 'turn-on-tinyperl-mode)

Apparently there are some conflicts with some tiny tools and some of the
extensions I run. But this way I can selectively try them out.

I also had problems with the automatic INFO routines clobbering my main info
directory, but many cache reloads later it fixed itself and it does work as
advertised, as does tinypath, though it takes a manual refreshing on a
fairly regular basis. Maybe I'll just put that in my .emacs too...

The whole thing seems needlessly confusing in my opinion!

c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7a-nr1-rc1 (Windows 2000) - GPGshell v2.30

iD8DBQE8/k9M1oth6FEEbP0RAhODAKCyjTlsp2yb8NRbt3G/xLPZgXVe3wCfVVXF
fYfT3z5tEK8N9lczMoiR0fQ=
=1Bai
-----END PGP SIGNATURE-----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]