in reply to In memory edit of perl data with emacs
Use M-: (throw 'exit nil) to leave Emacs.use Data::Dumper; sub emed { eval eval `emacsclient -e ' (with-temp-buffer (insert "@{[quotemeta Dumper $_[0]]}") (pop-to-buffer (current-buffer)) (recursive-edit) (buffer-substring-no-properties (point-min) (point-max)))'` }
|
|---|