3/15 with I.E. I want view source to use my emacs binary. Anyone know how
to modify my registry to do this?
\_ you'll probably have better luck setting emacs as the default
HTML editor and use File > Edit instead of View Source
\_ Yah I got that working, but not being able to change the default
View Source program bothers me, and I'm sure it can be done.
As a side note when loading a program via gnuclient emacs
doesn't seem to be colorizing the document based on the correct
mode (i.e. html-mode in this case). Is that because html-mode
isn't being turned on for some reason? Is there any easy way
to fix this?
\_ http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/configuration/clientreg/clientregistrylayout.asp
\_ this is kind of dumb. If you put "<path>\foo.exe" "%1" as the
command, IE will complain that it can't find '"<path>\foo.exe"
"%1"'. If you leave out the "%1", then IE will send pass the
full path to the cached HTML file, unquoted (which causes
problems if the path contains spaces, which it almost always will)
"%1"'. If you leave out the "%1", then IE will send the full
path to the cached HTML file, unquoted (which causes problems
if the path contains spaces, which it almost always will)
Oh, and since View Source gets files directly out of IE's cache,
it won't have an extension, which breaks color-coding. Yay.
I'll stick with File > Edit.
\_ yah it is lame, but a quick search found a visual basic
program to get around this problem. The lack of file
extension sucks too but hey, it works. And this way I
can view source for a frame and not have it pop up the
totally useless notepad.exe
\_ "Use the source!" -- oh wait, you cant. poor you.
\_ Use Opera--you can select the viewer program.
\_ Use perl! Ok to be honest I'm not sure how perl would really fit
in to this but I'm sure active perl can be used here somewhere.... |