info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs Line Numbering Along With Code


From: h4nnibal
Subject: Emacs Line Numbering Along With Code
Date: Wed, 08 Dec 2010 15:43:51 -0000
User-agent: G2/1.0

Hai,
I am using emacs-nox. I have did a small work on my ~/.emacs file to
number my code files. But the issue is that the number comes along
with the text buffer. How can i change it. I have google it and asked
to insert these line too in the ~/.emacs file


<code>
;;cursor's column position
(column-number-mode 1)
;;Separating line numbers from text
(setq width (max width (+ (length str) 1)))
</code>


But it is not working. Please help me.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]