From: Kevin Date: 2011-11-12T02:33:42+09:00 Subject: windows pry editor setup ------=_Part_1015_16110892.1321032819062 Content-Type: multipart/alternative; boundary="----=_Part_1016_25051737.1321032819062" ------=_Part_1016_25051737.1321032819062 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Does anyone know the correct way to configure Pry's editor variable on Windows? I use Emacs so I took the wiki entry Pry.config.editor = proc { | file, line| "emacsclient +#{line} #{file}" } However when I run the edit command the script is executed rather than being opened in Emacs. Am I missing something? ------=_Part_1016_25051737.1321032819062 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Does anyone know the correct way to configure Pry's editor variable on Windows? I use Emacs so I took the wiki entry Pry.config.editor = proc { |file, line| "emacsclient +#{line} #{file}" }

However when I run the edit command the script is executed rather than being opened in Emacs. Am I missing something?
------=_Part_1016_25051737.1321032819062-- ------=_Part_1015_16110892.1321032819062--