From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cvd Newsgroups: gmane.emacs.help Subject: backwards-kill-word in ansi-term and C-f2 Date: Thu, 12 Feb 2009 06:46:34 -0800 (PST) Organization: http://groups.google.com Message-ID: <483d7ae9-ba20-4f28-bfac-b5976630b2b1@l16g2000yqo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234504545 3746 80.91.229.12 (13 Feb 2009 05:55:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2009 05:55:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 13 06:57:00 2009 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 1LXr2i-0007et-ED for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2009 06:56:57 +0100 Original-Received: from localhost ([127.0.0.1]:57836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXr1H-0005zA-1n for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2009 00:55:23 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!l16g2000yqo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 12.185.80.194 Original-X-Trace: posting.google.com 1234449994 1476 127.0.0.1 (12 Feb 2009 14:46:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 12 Feb 2009 14:46:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l16g2000yqo.googlegroups.com; posting-host=12.185.80.194; posting-account=OjEvLAoAAAAHdaZbnp7mmaoXPFj3DW8C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166774 X-Mailman-Approved-At: Fri, 13 Feb 2009 00:50:45 -0500 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:62097 Archived-At: Hi, I've noticed a couple of issues with CVS Emacs on OS 10.5.6: 1. In ansi-term, if I use backward-kill word to remove part of a path at the prompt, and then type where those words were and hit Enter, the text that was killed was only killed "visually", but is still there, causing the command to fail. This doesn't happen in Emacs 22. Example: ~$ ls /foo/bar/baz/ M-d (which kills "baz/") ~$ ls /foo/bar/same Enter ls: /foo/bar/baz/same: No such file or directory 2. On the Mac, you can type C-f2 to get to the menu bar, and then move around in the menu with the cursor keys. With CVS Emacs when typing C-f2, I get " is undefined" in the mini buffer. This works in Emacs 22. Has anyone else experienced this (or, can confirm)? Thanks, Chris.