help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cperl-mode and abbrevs


From: Harry Putnam
Subject: Re: cperl-mode and abbrevs
Date: Wed, 02 Jul 2003 16:51:17 -0700
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Harry Putnam <reader@newsguy.com> writes:

> Can anyone tell what I need to do to turn on abbrevs when cperl-mode
> comes up?

Its all in cperl-mode comments sorry.
Or in a perl buffer C-h m will get you to the info too.
Cperl turns off abbrevs by default but has a setting that turns it on.

    cperl-electric-keywords

This does too

    cperl-hairy

Both are customizable.
The standard way to turn on abbrev mode at init by having these in
.emacs:

   (setq default-abrev-mode t)
   (read-abbrev-file)

Doesn't work in cperl... on purpose ... I think.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]