Romain Francoise <[EMAIL PROTECTED]> writes: > Also note that your changes used spaces in files that were otherwise > indented with tabs, I reindented those. We usually use tabs in Emacs > Lisp files.
the elisp (and other) code i maintain never uses tabs for indentation, accomplished primarily by setting `indent-tabs-mode' to nil. when i edit code that uses tabs for indentation, i leave the part not relevant to the edit alone but take no extra steps to use tabs for the part that i'm editing. i wasn't aware of any convention that contradicts this practice and no one has complained about it. am i missing something? thi _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel