From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: saneman Newsgroups: gmane.emacs.help Subject: Re: Cut and open commands? Date: Wed, 27 Feb 2008 10:04:59 +0100 Organization: UNI-C Message-ID: References: <87zlto6hos.fsf@W0053328.mgh.harvard.edu> <878x1866jz.fsf@W0053328.mgh.harvard.edu> <87d4qj382f.fsf@W0053328.mgh.harvard.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204105337 14077 80.91.229.12 (27 Feb 2008 09:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 09:42:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 27 10:42:40 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 1JUIoA-0005kD-NV for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Feb 2008 10:42:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUIne-00082E-Aq for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Feb 2008 04:42:06 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1204103080 31225 130.225.245.182 (27 Feb 2008 09:04:40 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Wed, 27 Feb 2008 09:04:40 +0000 (UTC) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: <87d4qj382f.fsf@W0053328.mgh.harvard.edu> Original-Xref: shelby.stanford.edu gnu.emacs.help:156534 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:51905 Archived-At: Joel J. Adamson wrote: > saneman writes: > > >>> this made it work: >>> (require 'emacs-goodies-el) >>> >>> instead of: >>> (require 'emacs-goodies) >> >> >> ...but I still get [No match] when I type: >> >> C-h f cua-mode >> >> followed by return > > Can you load cua-mode with "M-x cua-mode"? > > Is this package ("emacs-goodies-el") comaptible with your version of > Emacs? Emacs 22 has been out for a long time now. > > Is this your system? Perhaps you should upgrade to Emacs 22 --- it's > quite an improvement. I'm already using Emacs 23 ;) > > Joel Ok I have installed: emacs emacs21 emacs22 cua-mode works when I run emacs22. As default emacs 21.4a is used. I thought it was the latest stable release and that and emacs22 was unstable.