Email lang.martin at Gmail.
I just use this to keep a stack of things I've learned recently about emacs. I've only been using it for 8 years, so this happens all the time.
C-x v g for line-by-line history.
org-link-unescape and org-link-escape.
diff > #<buffer *scratch*>
O operates on tagged files. I for replace.
.zip
NPSWF32.dll and flashplayer.xpt to Mozilla Firefox\plugins 1
by Lang.
Classic ASP supports a few different language platforms, although it seems rare to see anything other than VBScript and JScript. The order of evaluation is:
<script> tags in the non-default language.
<script> tags in the default language.
<% %> blocks in order.
There are some restrictions on the type of data that can be passed
between languages, but functions appear to be fair game. I've had
success programming in JScript by leaving the default language
alone and preparing thunks that produce output. I can call those
thunks in the page as <% foo_thunk %>.
I've had even better success dumping JSON to the client and keeping the HTML on the client side.
From this Tom's Hardware forum post:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.shtml] @="FirefoxHTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xht] @="FirefoxHTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xhtm] @="FirefoxHTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xhtml] @="FirefoxHTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.htm] @="FirefoxHTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.html] @="FirefoxHTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FirefoxHTML\DefaultIcon] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FirefoxHTML\shell\open\command] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE -url \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\DefaultIcon] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell\open\command] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE -url \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\gopher\DefaultIcon] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\gopher\shell\open\command] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE -url \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\DefaultIcon] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\command] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE -url \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\DefaultIcon] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\command] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE -url \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CHROME\DefaultIcon] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CHROME\shell\open\command] @="C:\\PROGRA~1\\MOZILL~1\\FIREFOX.EXE -url \"%1\"" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Check_Associations"="No" "IgnoreDefCheck"="Yes"
1 Firefox plugins can be installed either in the global
directory or in your Application Data directory, although a
plugins sub-folder might not exist. IE plugins (on XP) seem to go in
system32\Macromed\Flash.