From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: Make Emacs show current column Date: Fri, 15 Jan 2010 08:10:08 +0200 Organization: A noiseless patient Spider Message-ID: <876373lwzj.fsf@mithlond.arda> References: <27162986.post@talk.nabble.com> <85y6k039xq.fsf@cl-t066-141cl.privatedns.com> <90eacde31001140901m4f034ecch86deda62f3cdcd77@mail.gmail.com> <85tyuo38vi.fsf@cl-t066-141cl.privatedns.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263537711 21532 80.91.229.12 (15 Jan 2010 06:41:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2010 06:41:51 +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 Jan 15 07:41:44 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.50) id 1NVfsM-0000kr-RQ for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jan 2010 07:41:42 +0100 Original-Received: from localhost ([127.0.0.1]:33644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVfsN-0004eU-JR for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jan 2010 01:41:43 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin.stu.neva.ru!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Injection-Date: Fri, 15 Jan 2010 06:10:08 +0000 (UTC) Injection-Info: feeder.eternal-september.org; posting-host="TcTTtsh3Iz4M1vNcTNIcFQ"; logging-data="25347"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18rUcola7Vf4tOCkdN+Oy8KO1Qhf9uMSAk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:XFwBivITCfqRjp8dM0YzExoVV2w= sha1:49W8QRhmhFCOLQ8/4FkFlQy0mDo= Original-Xref: news.stanford.edu gnu.emacs.help:176163 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:71233 Archived-At: On 2010-01-14 12:18 (-0800), loldrup2 wrote: > Mario Domenech Goulart-2 wrote: >> (setq column-number-mode t) >> >> to your ~/.emacs file. > Straight to the point - thank you for the answer! :) I think turning on the minor mode, instead of just setting the variable, is more official way: (column-number-mode 1)