From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Swingler" Newsgroups: gmane.emacs.help Subject: key bindings question with help and emacs-rails Date: 19 Feb 2007 02:07:36 -0800 Organization: http://groups.google.com Message-ID: <1171879656.473045.225870@s48g2000cws.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1171881778 29071 80.91.229.12 (19 Feb 2007 10:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Feb 2007 10:42:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 19 11:42:52 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HJ5xg-0003rh-Rb for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Feb 2007 11:41:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJ5xg-00054Q-AP for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Feb 2007 05:41:36 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s48g2000cws.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-NNTP-Posting-Host: 62.189.67.204 Original-X-Trace: posting.google.com 1171879662 9468 127.0.0.1 (19 Feb 2007 10:07:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 19 Feb 2007 10:07:42 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 gbintp01a.sys.chp.co.uk:80 (squid/2.5.STABLE1) Complaints-To: groups-abuse@google.com Injection-Info: s48g2000cws.googlegroups.com; posting-host=62.189.67.204; posting-account=DSognw0AAADAE2dXDd2324SRKQcy4XHl Original-Xref: shelby.stanford.edu gnu.emacs.help:145707 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41311 Archived-At: Hi, Apologies if these questions have been answered before, but I did a quick search and couldn't come up with anything. Also, I have very little experience with emacs-lisp, so this might be a simple question. I'm running gnu emacs 21.4 I seem to have problems with some of my key bindings in two areas: * The help keybinding doesn't work for me, instead it deletes a line 'backwards' (if that makes sense). * The tab to complete snippets in emacs-rails mode doesn't do anything. I have had a look at the bindings by doing M-x help b, and I can't see anything in the mode key bindings that overrides the C-h help-command binding. However, for the tabs, I have two (related?) bindings: indent-or-complete TAB ruby-indent-command So what is the difference between and TAB? It seems that the second ruby-indent-command is overriding the first indent-or-complete command - how do I switch them around? I can still do M-x indent-or- complete to get the expected behaviour, but that isn't the point of auto-completing snippets! Any help greatly apprecitaed, TIA, Roland