From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chetan Newsgroups: gmane.emacs.help Subject: Re: Enable some modes in every buffer Date: Thu, 19 Feb 2009 15:50:09 -0800 Organization: Noname Inc. Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235090458 24564 80.91.229.12 (20 Feb 2009 00:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 00:40:58 +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 Feb 20 01:42:14 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LaJSv-00027P-F5 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Feb 2009 01:42:05 +0100 Original-Received: from localhost ([127.0.0.1]:35822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaJRb-0002Et-Bc for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Feb 2009 19:40:43 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!flph200.ffdc.sbc.com!prodigy.net!flph199.ffdc.sbc.com!prodigy.com!flpi107.ffdc.sbc.com!nlpi070.nbdc.sbc.com.POSTED!8e1d8614!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Emacs Gnus Cancel-Lock: sha1:3dkAf2R49HkfMppQUW2SDfodwO4= Original-Lines: 16 Original-NNTP-Posting-Host: 76.200.183.251 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: nlpi070.nbdc.sbc.com 1235087410 ST000 76.200.183.251 (Thu, 19 Feb 2009 18:50:10 EST) Original-NNTP-Posting-Date: Thu, 19 Feb 2009 18:50:10 EST X-UserInfo1: SCSYQNONEJVOBTLZOZKN^_TDFZ\@@FXLM@TDOCQDJ@_@FNTBLNTC@AWZWDXZXQ[K\FFSKCVM@F_N_DOBWVWG__LG@VVOIPLIGX\\BU_B@\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\HSZRWSWKGAY_PC[BQ[BXAS\F\\@DMTLFZFUE@\VL Original-Xref: news.stanford.edu gnu.emacs.help:166907 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62214 Archived-At: TheLonelyStar writes: > Hi, > > There are some modes (flyspell-mode, higlight-paranthese-mode) which I > always have to enable when I open a new buffer. I want them enabeld in EVERY > buffer. > I know, I can add them to specific buffer hooks (like cc-mode), but is can I > somehow enable them in every new buffer? > > Thanks! > Nathan C-h f define-globalized-minor-mode? I don't use the modes that are mentioned, but looks like they could be global - show-paren-mode is.