From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: Ruby and RubyOn Rails setup - Cannot enable indentation and snippets Date: Thu, 03 Jan 2013 19:15:57 +0400 Message-ID: <87r4m2cn6a.fsf@yandex.ru> References: <558f5257-18a8-46c4-8a41-71ea6066449e@googlegroups.com> <87bod6mjkv.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357226178 22331 80.91.229.3 (3 Jan 2013 15:16:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2013 15:16:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sayth Renshaw Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 03 16:16:34 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TqmX1-0005Jg-RG for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jan 2013 16:16:31 +0100 Original-Received: from localhost ([::1]:47115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqmWm-0000o3-Mg for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jan 2013 10:16:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqmWc-0000nU-P6 for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 10:16:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqmWY-0004C0-LA for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 10:16:06 -0500 Original-Received: from mail-la0-f45.google.com ([209.85.215.45]:64586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqmWY-0004Bp-Dj for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 10:16:02 -0500 Original-Received: by mail-la0-f45.google.com with SMTP id ep20so8081548lab.18 for ; Thu, 03 Jan 2013 07:16:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=356QWi1j8ippXvRquPTZ7Ri7P4pj9sLINGZ01rGROhg=; b=04l/WGp+sjMYIUBpdNxcfcOiTz4yEbH0wu3PXMoZTT4uPytHPq3uRbgUgteVmK4Jd/ jTSy71r0zIulgIFyxot+KXVXkSmjy+NuG5XE10kqSs6B5eEOC/LOzOzJXl/3GDBMdhBO pt+aTU+tKJNcnnRfUcI7JZB8L8+4rDdU5wQTAcFE0ozMVmqCRfW1x3Rie5JTWASEl5wD IDe7DIzFZfjkCNF+pXdoQcDnDA6LeXL1TeT1Zg7wmMiLg4ZtyHo0HsbKWEzbOIRWPPsi JqYzAS5FvggDrvi29UdDzgIZKBtn8kabmpi1GzbGFo0W3VLtyeIV4ueOY8l0EEMeTmel ZTyA== X-Received: by 10.152.125.7 with SMTP id mm7mr47617036lab.2.1357226161079; Thu, 03 Jan 2013 07:16:01 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id fj2sm17099477lbb.6.2013.01.03.07.15.58 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Jan 2013 07:15:59 -0800 (PST) In-Reply-To: <87bod6mjkv.fsf@yandex.ru> (Dmitry Gutov's message of "Thu, 03 Jan 2013 18:23:28 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.45 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88408 Archived-At: Dmitry Gutov writes: > Sayth Renshaw writes: >> inf-ruby-proc: No current process. See variable inf-ruby-buffer > > Is this you trying to make Robe completion work? Because it does not > look related to the expressions I asked you to evaluate. Sorry, I've just now realized that this is probably the result of you typing `C-x C-e' is a ruby-mode buffer with inf-ruby initialized. inf-ruby rebinds this key combination, but you can do `M-x eval-last-sexp', or, since you have starter-kit installed, `M-x esk-eval-and-replace'.