From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: M-x column-number-mode?? Date: Fri, 29 Oct 2004 17:23:58 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2ug1ojF2a61ooU2@uni-berlin.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099092449 18568 80.91.229.6 (29 Oct 2004 23:27:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2004 23:27:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 30 01:27:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CNg9W-0001SJ-00 for ; Sat, 30 Oct 2004 01:27:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNgHO-0000Yc-Qd for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Oct 2004 19:35:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-X-Trace: news.uni-berlin.de HpYNtz0BbudscxOs2ydZAQzFHFGn9Ao5eXpLDm0x1QH4ZNBVY= User-Agent: Mozilla Thunderbird 0.8 (X11/20040916) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:126232 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21613 JS wrote: > How do I make emacs show the column number each time it starts up so I > don't have to press M-x column-number-mode each time I use emacs? ,----[ C-h f column-number-mode RET ] | column-number-mode is an interactive compiled Lisp function in `simple'. | (column-number-mode ARG) | | Toggle Column Number mode. | With arg, turn Column Number mode on iff arg is positive. | When Column Number mode is enabled, the column number appears | in the mode line. `---- (column-number-mode 1) -- Kevin Rodgers