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.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to