> Again, that's quite a straw man--the attached code uses tabs for > indentation, (ick!) and you're viewing it with a different tab-stop > setting
Whoops, you're right, it was an honest mistake on my part. I use tabs of size 4 and the tab-stop used there was 8 I believe. This issue is making me look into SmartTabs: http://www.emacswiki.org/emacs/SmartTabs Although SmartTabs won't magically make other people's code look right (even in Emacs) if they use a tab-stop of 8 (unless there's some feature I'm missing), they will however ensure that *my* code looks the way it should in anyone else's editor. I'm currently using this to activate it: (smart-tabs-advice lisp-indent-line lisp-indent-offset) And that *seems* to be working so far... If I'm doing it wrong though feel free to let me know! Thanks, Greg On Aug 18, 2010, at 2:05 PM, Phil Hagelberg wrote: > On Wed, Aug 18, 2010 at 1:36 PM, Greg <g...@kinostudios.com> wrote: >> Attached is a screenshot of some code from the wonderful Incanter library. I >> think it's a great illustration of how confusing stacking parenthesis can be >> (there are many functions in there that are like this). > > Again, that's quite a straw man--the attached code uses tabs for > indentation, (ick!) and you're viewing it with a different tab-stop > setting. It's also several times longer than reasonable. > > -Phil > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en