frankpfenning / C0

C0 Language
4 stars 0 forks source link

C0 mode should disable tabs #51

Closed robsimmons closed 11 years ago

robsimmons commented 11 years ago

Without having to do a global kill-all-tabs move, C0 mode should go ahead and assume that C0 code should be always free of tabs.

frankpfenning commented 11 years ago

That's easy: if you do a setq-default when you switch to C0 mode then the variable become buffer-local and won't affect the status of other tabs.

Can you assign this to me?

On Thu, Jan 17, 2013 at 2:53 PM, Robert J. Simmons <notifications@github.com

wrote:

Without having to do a global kill-all-tabs move, C0 mode should go ahead and assume that C0 code should be always free of tabs.

— Reply to this email directly or view it on GitHubhttps://github.com/frankpfenning/C0/issues/51.

frankpfenning commented 11 years ago

Fixed as of r269 in the repository.