pastemacs provides lodgeit integration for emacs, through pymacs.
To use it, add the following line to your ~/.emacs:
(pymacs-load "pastemacs" "paste-")
To enable the menu, add the following line after the above:
(paste-menu)
Developer comments
Pastebins like the excellent Lodgeit are the preferred way of publishing longer code snippets in web forums or IRC. But being web applications, they usually don’t integrate with your favourite editor (mine is emacs), which ends in terribly inconvenient copy n’ paste action... but not the Lodgeit. When I discovered, that it exposed its functionality through a XML RPC service, the idea for this Pymacs script was born. It brings emacs and the Lodgeit together in a very convenient way!
Documentation: http://www.lunaryorn.de/code/pastemacs.html
Product's homepage
Requirements:
· Python