Clarify the requirement of ssh-agent.
Workaround for better htmlfontify support on older Emacsen.
Add scpaste-html-converter, fall back to htmlfontify if no htmlize
* scpaste.el (scpaste-html-converter): New variable. By default, if
htmlize is available, its value will be 'htmlize-buffer, and if not,
'htmlfontify-buffer from Emacs's built-in htmlfontify library is used.
Copy both files in a single command.
Disable hl-line-mode before fontifying, if active.
Add styles to prevent selection of footer.
Fixes #17
Merge pull request #16 from thblt/multiple-fixes
Fixes for #15
Fix documentation of scpaste-make-name-from-buffer-name
Fix default value for scpaste-make-name-function
Merge pull request #15 from thblt/configurable-file-name-function
Add a configuration option for the file name generation function
Add a configuration option for the file name generation function
Merge pull request #13 from shoover/index-byte-compiled
Index byte compiled
Fixed the index when scpaste.el is byte-compiled. Issue #2.
Use the emacs temp dir for the index work file.
Added variables to specify scp and ssh executables.