From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Cut and open commands? Date: Mon, 25 Feb 2008 19:15:41 +0100 Message-ID: <87abloq4vm.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203964938 22050 80.91.229.12 (25 Feb 2008 18:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 18:42:18 +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 25 19:42:43 2008 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 1JTiHb-000538-2d for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 19:42:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTiH5-0006DN-Gg for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Feb 2008 13:42:03 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: p548641c2.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1203963240 9561 84.134.65.194 (25 Feb 2008 18:14:00 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 25 Feb 2008 18:14:00 +0000 (UTC) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.91 (gnu/linux) Cancel-Lock: sha1:PWENQBv2XwkvjTeH7/VvZ1r26aw= Original-Xref: shelby.stanford.edu gnu.emacs.help:156480 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:51847 Archived-At: On 2008-02-25 11:02 +0100, saneman wrote: > When I type: > > C-h f cua-mode > > followed by enter I get: > > [No match] > > I have installed: emacs-goodies-el where I can see that cua is listed, > but I still get the error. You need to use CUA-mode for the cua version in emacs-goodies-el. Or upgrade to Emacs 22, where the cua package is included and you can type cua-mode in lowercase letters. Sven