[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: emacspeak w3 [no match]
- To: emacspeak@xxxxxxxxxxx
- Subject: Re: emacspeak w3 [no match]
- From: Dmitry Paduchih <paduch@xxxxxxxxxxx>
- Date: Fri, 22 Feb 2002 06:01:23 +0500
- In-Reply-To: <001401c1bb06$2bb27c80$096227d9@xxxxxxxxxxx> ("JonathanChetwynd"'s message of "Thu, 21 Feb 2002 18:32:51 -0000")
- Resent-Date: Thu, 21 Feb 2002 20:12:15 -0500 (EST)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <"QCgBCB.A.-FC.8lZd8"@hub>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1(i386-debian-linux-gnu)
I meant that command w3 must be defined before you will be able to
execute it. If you want a quick solution then you can do simply
M-x load-library <ret> w3 <ret>
Or you can autoload the command putting somewhere in your
initialization files the form
(autoload 'w3 "w3" "WWW Browser" t)
The auto-autoloads.elc file does exactly that -- it autoloads this
command among many others. So instead of immediate autoloading you can
just use the form
(load "/path/to/that/file/auto-autoloads")
Of course, in either case the directory with compiled w3 files must be
in your load-path variable. You can read about it in
C-h v load-path <ret>
>>>>> "JC" == Jonathan Chetwynd <j.chetwynd@xxxxxxxxxxx> writes:
JC> Could you please expand on your suggestions?
JC> I've had this working in the past, just can't quite seem to figure what I
JC> did last time around.
JC> i'm not a regular user of emacs. ( RH7.2)
JC> and not at all sure that .emacs is being used (seem to remember problems
JC> with this file in the past)
JC> thanks
JC> jonathan chetwynd
JC> http://www.peepo.com "The first and still the best picture directory
JC> on the web"
JC> http://www.learningdifficulty.org.uk "Our guide to helping people with a
JC> learning difficulty get the most from the web"
Regards,
Dimitri
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"