From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cvd Newsgroups: gmane.emacs.help Subject: Re: backwards-kill-word in ansi-term and C-f2 Date: Thu, 12 Feb 2009 09:23:31 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <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: quoted-printable X-Trace: ger.gmane.org 1234504886 4558 80.91.229.12 (13 Feb 2009 06:01:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2009 06:01:26 +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 07:02:42 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 1LXr8F-0000T4-1N for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2009 07:02:35 +0100 Original-Received: from localhost ([127.0.0.1]:48545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXr6v-0000g2-AB for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2009 01:01:13 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k19g2000yqg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 12.185.80.194 Original-X-Trace: posting.google.com 1234459411 31967 127.0.0.1 (12 Feb 2009 17:23:31 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 12 Feb 2009 17:23:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k19g2000yqg.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:166777 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:62098 Archived-At: On Feb 12, 8:46=A0am, cvd wrote: > Hi, > > I've noticed a couple of issues with CVS Emacs on OS 10.5.6: > > 1. =A0In 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. =A0This 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. =A0On 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. =A0This works in Emacs 22. > > Has anyone else experienced this (or, can confirm)? > > Thanks, > Chris. UPDATE: This thread: http://groups.google.com/group/gnu.emacs.help/browse_frm/thre= ad/f3025eac46630b36?hl=3Den# seems to answer (maybe) Number 2. I noticed that mac-pass-control-to- system is not defined in CVS Emacs