all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* General Approach to Troubleshooting Inferior Process
@ 2008-08-19 17:20 formido
  2008-08-20  0:01 ` formido
  2008-08-20  3:50 ` Pascal J. Bourguignon
  0 siblings, 2 replies; 5+ messages in thread
From: formido @ 2008-08-19 17:20 UTC (permalink / raw)
  To: help-gnu-emacs

So, I installed the elisp packages for inferior ruby and and ruby
mode. Using the repl in the interpreter works correctly. However,
sending the ruby process a function definition, or evaluating a region
if it's a function definition, fails. It errors with, 'cannot make nil
into string' or some such.

In general, what sorts of things could I do to troubleshoot this? The
first thing I thought of was 'well, what's emacs *actually* sending to
the process?' It uses a function 'process-send-region' which
apparently takes a starting point and ending point in the target
buffer. What function can I use to display the text between those two
points?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-08-20 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 17:20 General Approach to Troubleshooting Inferior Process formido
2008-08-20  0:01 ` formido
2008-08-20  3:50 ` Pascal J. Bourguignon
2008-08-20 16:33   ` formido
2008-08-20 17:56   ` formido

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.