Hi,
Thanks for the work.
Well, I think that should have been my sentence addressed to you, er? ;-)
I merged this in with only minor changes:
Cool.
- changed the default filename to ~/.slime-history.eld
Shouldn't the history size and the filename be customizable? Like:
(defcustom slime-repl-history-file "~/.slime-history.eld" "File to save the persistent REPL history to." :type 'string :group 'slime-repl)
(defcustom slime-repl-history-size 100 "Maximum number of lines for persistent REPL history." :type 'integer :group 'slime-repl)
Especially since there is already a group for the REPL.
Anyway, thanks for considering my contribution.
Regards Stefan