From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "z.cHris" Newsgroups: gmane.emacs.help Subject: Re: disable linum-mode in other buffers, like eshell, compilation Date: Tue, 13 Jul 2010 21:41:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2bccce17-4dfb-4c50-b650-4b781198e0bb@z10g2000yqb.googlegroups.com> References: <789e696b-3bfe-4f42-8627-a747a8f77fe0@d16g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291929594 3537 80.91.229.12 (9 Dec 2010 21:19:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 21:19:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 22:19:50 2010 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.69) (envelope-from ) id 1PQnu1-0003l0-R4 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:19:50 +0100 Original-Received: from localhost ([127.0.0.1]:38519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQnu1-0001L7-3d for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 16:19:49 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!z10g2000yqb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 10 Original-NNTP-Posting-Host: 63.236.220.103 Original-X-Trace: posting.google.com 1279082473 30373 127.0.0.1 (14 Jul 2010 04:41:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 14 Jul 2010 04:41:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z10g2000yqb.googlegroups.com; posting-host=63.236.220.103; posting-account=J2zJ_QoAAAAFf1TnmJyEp_UTMI2z-kSa User-Agent: G2/1.0 X-HTTP-Via: 1.1 USRTPRX001 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:179737 comp.emacs:100192 X-Mailman-Approved-At: Thu, 09 Dec 2010 15:56:15 -0500 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:77080 Archived-At: i tried, but it can't work. i also have tried to use (linum-mode 1) in certain mode like c, without using the (global-linum-mode t), but i never see linum in c files. i think maybe there are some thing wrong in (global-linum-mode t), because i firstly set it, and later in other mode, disable linum-mode would be failed.