From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: Activating a mode in a hook Date: Fri, 18 Jul 2014 22:16:32 +0200 Organization: Aioe.org NNTP Server Message-ID: <87ha2efmn3.fsf@debian.uxu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405714834 9165 80.91.229.3 (18 Jul 2014 20:20:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2014 20:20:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 18 22:20:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X8Edj-0006BS-Qd for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jul 2014 22:20:23 +0200 Original-Received: from localhost ([::1]:51625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Edi-0002By-UH for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jul 2014 16:20:22 -0400 Original-Path: usenet.stanford.edu!newsfeed.news.ucla.edu!news.snarked.org!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: SIvZRMPqRkkTHAHL6NkRuw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:RMLLqEY+IjKZDhqh+I2Nav/RmFw= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.help:206477 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98750 Archived-At: Florian Lindner writes: > First question: When entering c++ mode it activates > my-cc-style. It works finde regarding the namespaces, > but c-basic-offset is still 8, not 2. I don't understand your problem/purpose, but: (setq c++-mode-hook (lambda () (setq c-basic-offset 2))) > Second question: semantic-mode will be activated when > entering c++ mode but then it's globablly activated, > how can I activate it only for specific modes? I don't use `sematic-mode' (what is it?) - but are you able to activate it for specific modes manually somehow? If so, do it again for the specific modes in a hook, as above... -- underground experts united