From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Micah Cowan Newsgroups: gmane.emacs.help Subject: Re: How can I turn on abbrev mode by default? Date: 17 Oct 2003 00:18:42 -0700 Organization: CalWeb Internet Services, Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066375010 24003 80.91.224.253 (17 Oct 2003 07:16:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 07:16:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 17 09:16:48 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 1AAOqt-0008Ot-00 for ; Fri, 17 Oct 2003 09:16:48 +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 1AAOpn-0004De-BS for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Oct 2003 03:15:39 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!nntp-out.monmouth.com!newspeer.monmouth.com!newshosting.com!news-xfer2.atl.newshosting.com!posted1.newshosting.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Lines: 21 Original-NNTP-Posting-Host: b99a65f2.news.newshosting.com Original-X-Trace: DXC=O; YFX>g:9_M\R3i`B; 82G0N; ]:81kVID]_h30?DAcjE Original-X-Complaints-To: abuse@calweb.com Original-Xref: shelby.stanford.edu gnu.emacs.help:117352 Original-To: help-gnu-emacs@gnu.org 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:13282 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13282 Dan Anderson writes: > > 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? Hm. Try adding (load "cperl-mode") near the top of your .emacs (assuming .emacs.d is in your load-path), and evaluate it. Does that help? -Micah