octave-maintainers
[Top][All Lists]
Advanced

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

Re: untabifying and local-variable for Emacs


From: David Grundberg
Subject: Re: untabifying and local-variable for Emacs
Date: Thu, 11 Feb 2010 09:20:18 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

Dupuis wrote:

John W. Eaton-3 wrote:
I never saw any responses to the following message.  Does anyone have
strong objections to untabifying the Octave sources, and then
attempting to keep tabs out of the source tree in the future?



Hello John,

in my scripts, everything is indented what I think the right way is. Working
inside Emacs, I'm always usign the 'tab' key(indent-line). If the text
doesn't appear at the right place, I know I missed a parenthesis level, or
closing an 'else' or whatever. So indentation is to me a good habit. Now
about the implementation, tabs or space, there is so much space on hard disk
todays that it doesn't matter to save a few chars on source files. If it can
simplify source management, go ahead. But then could someone please post the
way to have Emacs not use 'tab' chars inside source file ?
Regards

Pascal


To make Emacs indent with spaces only, use M-x set-variable RET indent-tabs-mode RET nil RET.

If you have a buffer with tabs, you can run M-x untabify RET to expand them to spaces.

David


reply via email to

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