From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sergey Ivanes Newsgroups: gmane.emacs.help Subject: DELETE/C-h confusion Date: Sun, 27 Jul 2014 18:22:44 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1406506917 27081 80.91.229.3 (28 Jul 2014 00:21:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2014 00:21:57 +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 Jul 28 02:21:51 2014 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 1XBYhJ-0002vD-Qd for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 02:21:49 +0200 Original-Received: from localhost ([::1]:37076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBYhJ-0001dd-ES for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jul 2014 20:21:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBWqG-00053H-Md for help-gnu-emacs@gnu.org; Sun, 27 Jul 2014 18:23:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBWq7-0003yO-Ka for help-gnu-emacs@gnu.org; Sun, 27 Jul 2014 18:22:56 -0400 Original-Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:53455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBWq7-0003yJ-Eg for help-gnu-emacs@gnu.org; Sun, 27 Jul 2014 18:22:47 -0400 Original-Received: by mail-qg0-f50.google.com with SMTP id q108so7615977qgd.37 for ; Sun, 27 Jul 2014 15:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=WXi2n50XnDgqGxSBa0Clmlf58NxTFDM1P0vCT1h6JQk=; b=DKUscElLsenwOgzGOvImJcy1zcoalKnSDD4dWh6YN4gQo/3UFDoBnJgMfY+URHCAUO Y+ikziS68Ley1fKYX4SDTyqC9WUgJekXgNpmUKwbLmC5180ZUIV8EnQ56S5yC2T72e8P AKOutd4o50kCiuWZqHlGir8VSf773MhKzqZoptXhMcVgCIfvWEr4c6CcucLGnqDO/1Z1 qP+Lwsn7hLAP7HWHcY2u3YRl6UY5IPtWmx0XQn7E56dXe4+P6tEULHeo79duSpsA3v6S Met8MBGTsLpD+G76uwocV7Ni6+BQmhRQFESOzjtkc6jCJ7MkWd+vV3PNVxkkMtqEKq5v EhXg== X-Received: by 10.224.166.69 with SMTP id l5mr51073332qay.54.1406499766861; Sun, 27 Jul 2014 15:22:46 -0700 (PDT) Original-Received: from [192.168.1.135] (cpe-024-074-037-170.carolina.res.rr.com. [24.74.37.170]) by mx.google.com with ESMTPSA id m92sm20135024qgd.29.2014.07.27.15.22.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Jul 2014 15:22:46 -0700 (PDT) X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::232 X-Mailman-Approved-At: Sun, 27 Jul 2014 20:21:37 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:98958 Archived-At: Hello everyone,=20 Going through the tutorial on emacs, I got stuck on the deleting part, = because by default DELETE key sends me to help. I've tried adding a few = commands to the .emacs file such as (normal-erase-is-backspace-mode 1), = but now, though when I press DELETE it does what it's supposed to, when = I press C-h t, which is something I need to get back to the tutorial, it = gets stuck on the notepad. Before the change to .emacs, C-h would send = me to notepad and upon pressing t would send me to the tutorial. What's = the solution to this? I=92m using a MacBook.=