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

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

Re: Trouble with cc-mode style


From: Alan Mackenzie
Subject: Re: Trouble with cc-mode style
Date: Wed, 3 Mar 2004 20:35:35 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

exits funnel <exitsfunnel@yahoo.com> wrote on Tue, 2 Mar 2004 14:14:41
-0800 (PST):
> Hello,

Hi, please only pay a moderate amount of attention to my previous post.
Your problem is caused by the following:

> ;;C++ Hook
> (defun ef-c++-setup ( )
>   (message "exit: In ef-c++-setup( )")
>   (c-set-style exits-c++-style)      ; <=========================
> )

The call to `c-set-style' takes a string, as follows:
(c-set-style "exits-c++-style")

> -exits

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").



reply via email to

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