Re: [O] [Babel] Padlines

2013-10-01 Thread Rainer M Krug
Hi I assume this is related to this discussion and the patches: after updating this morning, get an error message after tangling: variable padline void. This goes away after reverting to 8.2 2 release. Default settings for padline used. Cheers, Rainer Sebastien Vauban

Re: [O] [Babel] Padlines

2013-10-01 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: Hi I assume this is related to this discussion and the patches: after updating this morning, get an error message after tangling: variable padline void. This goes away after reverting to 8.2 2 release. Default settings for padline used. Cheers,

Re: [O] [Babel] Padlines

2013-10-01 Thread Eric Schulte
Vladimir Lomov lomov...@gmail.com writes: Hello, ** Eric Schulte [2013-09-28 06:17:51 -0600]: The blank line which was inserted between blocks isn't anymore for me. ECM: --8---cut here---start-8--- * Tangle these blocks :PROPERTIES: :tangle:

Re: [O] [Babel] Padlines

2013-10-01 Thread Rainer M Krug
Eric Schulte schulte.e...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi I assume this is related to this discussion and the patches: after updating this morning, get an error message after tangling: variable padline void. This goes away after reverting to 8.2 2 release.

Re: [O] [Babel] Padlines

2013-09-30 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: The blank line which was inserted between blocks isn't anymore for me. [...] results in: --8---cut here---start-8--- data datb --8---cut here---end---8--- Note that I tried adding

Re: [O] [Babel] Padlines

2013-09-30 Thread Vladimir Lomov
Hello, ** Eric Schulte [2013-09-28 06:17:51 -0600]: The blank line which was inserted between blocks isn't anymore for me. ECM: --8---cut here---start-8--- * Tangle these blocks :PROPERTIES: :tangle: yes :padline: yes :END: #+begin_src

Re: [O] [Babel] Padlines

2013-09-28 Thread Eric Schulte
The blank line which was inserted between blocks isn't anymore for me. ECM: --8---cut here---start-8--- * Tangle these blocks :PROPERTIES: :tangle: yes :padline: yes :END: #+begin_src emacs-lisp :file test.csv data #+end_src

Re: [O] [Babel] Padlines

2013-09-27 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Eric Schulte wrote: aditya siram aditya.si...@gmail.com writes: What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant

Re: [O] [Babel] Padlines

2013-09-23 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Eric Schulte wrote: aditya siram aditya.si...@gmail.com writes: What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant

Re: [O] [Babel] Padlines

2013-09-20 Thread Eric Schulte
Sebastien Vauban sva-n...@mygooglest.com writes: Hi Eric, Eric Schulte wrote: aditya siram aditya.si...@gmail.com writes: What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant (Haskell) and, for me,

Re: [O] [Babel] Padlines

2013-09-18 Thread Sebastien Vauban
aditya siram wrote: What's the rationale for having padlines by default in tangled source? It generates more readable source-code, as blocks are not glued next to each other. It generates wrong programs for languages where whitespace is significant (Haskell) and, for me, doesn't noticeably

Re: [O] [Babel] Padlines

2013-09-18 Thread Eric Schulte
aditya siram aditya.si...@gmail.com writes: Hi all, What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant (Haskell) and, for me, doesn't noticeably improve the look of the tangled file in cases where

Re: [O] [Babel] Padlines

2013-09-18 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: aditya siram aditya.si...@gmail.com writes: What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant (Haskell) and, for me, doesn't noticeably improve the look of the tangled

[O] [Babel] Padlines

2013-09-17 Thread aditya siram
Hi all, What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant (Haskell) and, for me, doesn't noticeably improve the look of the tangled file in cases where it isn't. Thanks! -deech