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

Who can help me with W3?



That question is answered in the W3 FAQ.  I am new with it myself, but
I tried adding these lines to ".emacs".  I'm not sure that it works,
but you may need to add it to a W3 startup file instead.  I need to
read it again.

     (defun my-w3-file-prepare-hook ()
  (make-local-variable 'w3-debug-html)
  (setq w3-debug-html
      (if (or (string= (url-type url-current-object) "file")
              (string-match ".*\\.some\\.domain\\.name"
                            (or (url-host url-current-object) "")))
          'style
        nil)))
(add-hook 'w3-file-prepare-hook 'my-w3-file-prepare-hook)







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