Add support for scpaste-async.
Give a nicer name to scpaste-region buffers
When using `scpaste-region`, the generated HTML has *temp* as its title
--- the name of temp buffers. The attached patch renames the temp
buffer to the name of the source buffer + the line numbers range of the
region (eg "xdisp.c:323-342")
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