all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Make Emacs show current column
@ 2010-01-14 15:31 loldrup2
  2010-01-14 16:53 ` Mario Domenech Goulart
  2010-01-14 17:05 ` Drew Adams
  0 siblings, 2 replies; 7+ messages in thread
From: loldrup2 @ 2010-01-14 15:31 UTC (permalink / raw)
  To: Help-gnu-emacs


Hi

My Emacs gladly displays the current line (L50 if anyone cares), but not the
current column. I've seen other Emacs' doing it, so I know its possible. But
how do I turn it on?
I'm using emacs 23.11
-- 
View this message in context: http://old.nabble.com/Make-Emacs-show-current-column-tp27162986p27162986.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Make Emacs show current column
  2010-01-14 15:31 Make Emacs show current column loldrup2
@ 2010-01-14 16:53 ` Mario Domenech Goulart
  2010-01-14 17:01   ` Jon Loldrup
  2010-01-14 17:05 ` Drew Adams
  1 sibling, 1 reply; 7+ messages in thread
From: Mario Domenech Goulart @ 2010-01-14 16:53 UTC (permalink / raw)
  To: loldrup2; +Cc: Help-gnu-emacs

Hi

On Thu, 14 Jan 2010 07:31:34 -0800 (PST) loldrup2 <loldrup@diku.dk> wrote:

> My Emacs gladly displays the current line (L50 if anyone cares), but not the
> current column. I've seen other Emacs' doing it, so I know its possible. But
> how do I turn it on?
> I'm using emacs 23.11

Try M-x column-number-mode

Best wishes.
Mario




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Make Emacs show current column
  2010-01-14 16:53 ` Mario Domenech Goulart
@ 2010-01-14 17:01   ` Jon Loldrup
  2010-01-14 17:16     ` Mario Domenech Goulart
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Loldrup @ 2010-01-14 17:01 UTC (permalink / raw)
  To: Mario Domenech Goulart; +Cc: Help-gnu-emacs

2010/1/14 Mario Domenech Goulart <mario.goulart@gmail.com>:
> Hi
>
> On Thu, 14 Jan 2010 07:31:34 -0800 (PST) loldrup2 <loldrup@diku.dk> wrote:
>
>> My Emacs gladly displays the current line (L50 if anyone cares), but not the
>> current column. I've seen other Emacs' doing it, so I know its possible. But
>> how do I turn it on?
>> I'm using emacs 23.11
>
> Try M-x column-number-mode

Thank you. But how do I then make it stay that way when restarting emacs?


kind regards Jon Loldrup




^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Make Emacs show current column
  2010-01-14 15:31 Make Emacs show current column loldrup2
  2010-01-14 16:53 ` Mario Domenech Goulart
@ 2010-01-14 17:05 ` Drew Adams
  1 sibling, 0 replies; 7+ messages in thread
From: Drew Adams @ 2010-01-14 17:05 UTC (permalink / raw)
  To: 'loldrup2', Help-gnu-emacs

> My Emacs gladly displays the current line (L50 if anyone 
> cares), but not the
> current column. I've seen other Emacs' doing it, so I know 
> its possible. But
> how do I turn it on?
> I'm using emacs 23.11

`column-number-mode'.
See the Emacs manual, node `Position Info'.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Make Emacs show current column
  2010-01-14 17:01   ` Jon Loldrup
@ 2010-01-14 17:16     ` Mario Domenech Goulart
  2010-01-14 20:18       ` loldrup2
       [not found]       ` <mailman.1434.1263509596.18930.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Mario Domenech Goulart @ 2010-01-14 17:16 UTC (permalink / raw)
  To: Jon Loldrup; +Cc: Help-gnu-emacs

On Thu, 14 Jan 2010 18:01:32 +0100 Jon Loldrup <loldrup@gmail.com> wrote:

> 2010/1/14 Mario Domenech Goulart <mario.goulart@gmail.com>:
>
>> On Thu, 14 Jan 2010 07:31:34 -0800 (PST) loldrup2 <loldrup@diku.dk> wrote:
>>
>>> My Emacs gladly displays the current line (L50 if anyone cares), but not the
>>> current column. I've seen other Emacs' doing it, so I know its possible. But
>>> how do I turn it on?
>>> I'm using emacs 23.11
>>
>> Try M-x column-number-mode
>
> Thank you. But how do I then make it stay that way when restarting emacs?

Add

    (setq column-number-mode t)

to your ~/.emacs file.

Best wishes.
Mario




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Make Emacs show current column
  2010-01-14 17:16     ` Mario Domenech Goulart
@ 2010-01-14 20:18       ` loldrup2
       [not found]       ` <mailman.1434.1263509596.18930.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: loldrup2 @ 2010-01-14 20:18 UTC (permalink / raw)
  To: Help-gnu-emacs




Mario Domenech Goulart-2 wrote:
> 
> On Thu, 14 Jan 2010 18:01:32 +0100 Jon Loldrup <loldrup@gmail.com> wrote:
> 
>> 2010/1/14 Mario Domenech Goulart <mario.goulart@gmail.com>:
>>
>>> On Thu, 14 Jan 2010 07:31:34 -0800 (PST) loldrup2 <loldrup@diku.dk>
>>> wrote:
>>>
>>>> My Emacs gladly displays the current line (L50 if anyone cares), but
>>>> not the
>>>> current column. I've seen other Emacs' doing it, so I know its
>>>> possible. But
>>>> how do I turn it on?
>>>> I'm using emacs 23.11
>>>
>>> Try M-x column-number-mode
>>
>> Thank you. But how do I then make it stay that way when restarting emacs?
> 
> Add
> 
>     (setq column-number-mode t)
> 
> to your ~/.emacs file.
> 

Straight to the point - thank you for the answer! :)


kind regards Jon Loldrup
-- 
View this message in context: http://old.nabble.com/Make-Emacs-show-current-column-tp27162986p27167468.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Make Emacs show current column
       [not found]       ` <mailman.1434.1263509596.18930.help-gnu-emacs@gnu.org>
@ 2010-01-15  6:10         ` Teemu Likonen
  0 siblings, 0 replies; 7+ messages in thread
From: Teemu Likonen @ 2010-01-15  6:10 UTC (permalink / raw)
  To: help-gnu-emacs

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)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-15  6:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 15:31 Make Emacs show current column loldrup2
2010-01-14 16:53 ` Mario Domenech Goulart
2010-01-14 17:01   ` Jon Loldrup
2010-01-14 17:16     ` Mario Domenech Goulart
2010-01-14 20:18       ` loldrup2
     [not found]       ` <mailman.1434.1263509596.18930.help-gnu-emacs@gnu.org>
2010-01-15  6:10         ` Teemu Likonen
2010-01-14 17:05 ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.