From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Willemsen Newsgroups: gmane.emacs.help Subject: Re: Avoid linum line numbering in Speedbar window Date: Thu, 03 May 2012 13:39:26 +0200 Message-ID: References: <20120503011204.19793ea2@debian.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1336070556 22643 80.91.229.3 (3 May 2012 18:42:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 May 2012 18:42:36 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas =?utf-8?Q?R=C3=B6nnquist?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 03 20:42:35 2012 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 1SQ0z3-00081G-Nd for geh-help-gnu-emacs@m.gmane.org; Thu, 03 May 2012 20:42:33 +0200 Original-Received: from localhost ([::1]:35305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQ0z3-0004pX-1B for geh-help-gnu-emacs@m.gmane.org; Thu, 03 May 2012 14:42:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQ0yx-0004p8-Fd for help-gnu-emacs@gnu.org; Thu, 03 May 2012 14:42:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQ0yv-0003P0-Rv for help-gnu-emacs@gnu.org; Thu, 03 May 2012 14:42:27 -0400 Original-Received: from r3.smtp1.alwaysdata.com ([176.31.58.10]:56353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQ0yv-0003Od-Mp for help-gnu-emacs@gnu.org; Thu, 03 May 2012 14:42:25 -0400 Original-Received: from 78-21-105-160.access.telenet.be ([78.21.105.160] helo=localhost) by smtp1.alwaysdata.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1SPuNc-00054m-5O; Thu, 03 May 2012 13:39:28 +0200 User-agent: mu4e 0.9.8.3; emacs 24.1.50.2 In-reply-to: <20120503011204.19793ea2@debian.localdomain> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 176.31.58.10 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:84717 Archived-At: Hey Andreas, On Thu 03 May 2012 01:12:04 AM CEST, Andreas Rönnquist wrote: > - is there any nice and simple way to show line-numbers in every > window, _except_ in the Speedbar window? My first idea would be adding the following to your emacs init file: (add-hook 'speedbar-mode-hook '(lambda () (linum-mode -1)))