[slime-devel] (docs nit) slime-filename-translations: Typo in example

Brandon Bergren bdragon at mailsnare.net
Mon Aug 28 20:50:17 UTC 2006


Somewhere around line 188 of slime.el:

----------------------------------------
Example:

Assuming you run emacs locally and connect to slime running on
the machine 'soren' and you can connect with the username
'animaliter':

   (push (list \"^soren$\"
               (lambda (emacs-filename)
                 (subseq (length \"/ssh:animaliter at soren:\") 
emacs-filename))
               (lambda (lisp-filename)
                 (concat \"/ssh:animaliter at soren:\" lisp-filename)))
         slime-filename-translations)
----------------------------------------------------

In the example, the arguments to subseq are backwards.




More information about the slime-devel mailing list