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 18:23:28 +0400 Message-ID: <87bod6mjkv.fsf@yandex.ru> References: <558f5257-18a8-46c4-8a41-71ea6066449e@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357223029 25565 80.91.229.3 (3 Jan 2013 14:23:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2013 14:23:49 +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 15:24:05 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 1TqliE-0003a6-Oi for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jan 2013 15:24:02 +0100 Original-Received: from localhost ([::1]:52638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqlhz-0001Ak-DD for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jan 2013 09:23:47 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqlhp-0001AK-W4 for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 09:23:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqlhm-0006CT-7m for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 09:23:37 -0500 Original-Received: from mail-la0-f54.google.com ([209.85.215.54]:45007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqlhl-0006CL-WC for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 09:23:34 -0500 Original-Received: by mail-la0-f54.google.com with SMTP id fp12so7774392lab.41 for ; Thu, 03 Jan 2013 06:23:33 -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=X++xhr18REqS0FgEqxrl09TrVh9zgQ1M6QpPFD/NHP8=; b=NrjHoAY3z+MQbRLBtMvM9RqOUnzQJVGJrGen02Tx1An+60JAQEcMHXGXHUotAiHIp1 BC6fh1pxL9OpLiNmaP9IPKcNV68Uwl4waENxrhXMw73qHz1CFxje5rApuLxpEEhNBhF5 HA/w+uunQm8QxmMU9CpHz6J1YiwvTOM7OUOzJ8MARTA3uEcs9BXyQPeG0RXHU0r3HEDU /Vglnt5X9cYnh2NJYT8yzYyolelnUyho6NBJwRj6/u2gnGsU/O/KuzJ31zlJ0htGOLTN S5g2115n/ldaudMyxVJABp2bOhTJFPSsf2xHLcJQJaf87LsMooB70vJPSiFA7GG8eUTN HWxg== X-Received: by 10.152.104.112 with SMTP id gd16mr47519579lab.26.1357223012948; Thu, 03 Jan 2013 06:23:32 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id t3sm17044508lbl.17.2013.01.03.06.23.29 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Jan 2013 06:23:30 -0800 (PST) In-Reply-To: (Sayth Renshaw's message of "Wed, 2 Jan 2013 22:25:37 -0800 (PST)") 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.54 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:88406 Archived-At: Sayth Renshaw writes: > Major-mode > Debugger entered--Lisp error: (void-variable MAJOR-MODE) > eval(MAJOR-MODE nil) > eval-expression(MAJOR-MODE nil) > call-interactively(eval-expression nil nil) Why is it in caps? Are you trying to evaluate "MAJOR-MODE"? > indent-line-function > ruby-indent-line ...? > (find-library-name "ruby-mode") ...? > 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. > At this point I have emacs and emacs-starter-kit installed along with starter-kit-ruby and starter-kit-lisp Try uninstalling starter-kit-ruby. Last time I checked, it had problems, and the author isn't in any hurry to update it.