I have tried in w3.el
;; Kludge by rm Oct. 2 2002
(defvar font-running-xemacs nil
"True if this is Xemacs. By default I set it to nil.")
(I found that:
)
Now I think I have gone further but now it says something like
Unknown URL scheme: nil
and stuck waiting...
Emre Sevinç wrote:
Andrey Slusar wrote:
> Thu, 02 Mar 2006 13:58:06 +0200, Emre Sevinç wrote:
>
>
>> I'm using XEmacs 21.5.24 (Cygwin, running on MS Win2K)
>>
>> I try M-x w3
>>
>> it says it's contacting some web page (
cs.indiana.edu. ... I guess)
>> then it says it is "Drawing..." and then the error:
>>
>
>
>
>
>> Symbol's value as variable is void: font-running-xemacs
>>
>
>
> Add to init.el `(require 'font)'
>
>
I've added that line to my init.el file:
(require 'font)
(set-background-color "cornsilk3")
(load-file
"/usr/local/lib/xemacs/xemacs-packages/lisp/auctex/tex-site.el")
exited XEmacs, restarted it, again M-x w3 ... same messages, same error.
(I also tried it with (require 'font) as the last line (just in case
if order matters), same situation).
What am I missing or doing wrong?