dot/emacs, el/dot-emacs.el: Fix `tramp-methods' some more.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 26 Dec 2009 11:24:07 +0000 (11:24 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 26 Dec 2009 11:24:07 +0000 (11:24 +0000)
commitae7460d4559f39809a748eb483ca70917424c50f
treea7b603e90ca2f6e0c548715312109ae2b72db310
parent4983780af98c0465162b06554cd55ffcd213cfcd
dot/emacs, el/dot-emacs.el: Fix `tramp-methods' some more.

The change to the format of `tramp-login-args' is only in 2.1 and later,
it seems.  So conditionally twiddle the arguments appropriately,
depending on the version we find.  Because Tramp only provides its
version number as a string, this involves adding a new function to
order such strings.

Sneakily allow an empty hostname as a replacement for localhost, and use
`become' or `really' or whatever.
dot/emacs
el/dot-emacs.el