~technomancy/scpaste

Add license to the repo.
Add support for scpaste-async.
Update date in readme.
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.
ca95a8dd — Amin Bandali 4 years ago
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.
Readme things.
Formatting tweaks.
Add styles to prevent selection of footer.

Fixes #17
10559d6b — Phil Hagelberg 6 years ago
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
68445166 — Phil Hagelberg 6 years ago
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
Next