From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: How can I turn on abbrev mode by default? Date: Thu, 16 Oct 2003 19:44:24 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1066347864.4501.19.camel@syr-24-59-77-252.twcny.rr.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066347973 20164 80.91.224.253 (16 Oct 2003 23:46:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2003 23:46:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 17 01:46:11 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAHop-0002oS-00 for ; Fri, 17 Oct 2003 01:46:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAHom-0003ga-Jd for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Oct 2003 19:46:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAHnh-0003f6-5K for help-gnu-emacs@gnu.org; Thu, 16 Oct 2003 19:45:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAHnA-0002xb-MD for help-gnu-emacs@gnu.org; Thu, 16 Oct 2003 19:44:59 -0400 Original-Received: from [64.246.36.112] (helo=torre.pghoster.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AAHn9-0002vR-NH for help-gnu-emacs@gnu.org; Thu, 16 Oct 2003 19:44:27 -0400 Original-Received: from syr-24-59-77-252.twcny.rr.com (syr-24-59-77-252.twcny.rr.com [24.59.77.252]) (authenticated (0 bits)) by torre.pghoster.com (8.11.6/8.11.6) with ESMTP id h9GNiRv16155; Thu, 16 Oct 2003 18:44:27 -0500 Original-To: Micah Cowan In-Reply-To: X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13273 > Go to the customization for cperl-mode-hook by doing: > > M-x customize-option RET cperl-mode-hook > > Then click on INS and type into the field: > > abbrev-mode When I do that it tells me "No match". CPerlmode is installed in my .emacs.d/lisp directory. Could this be the problem? -Dan