Your message dated Thu, 16 Jul 2009 17:40:16 +0700
with message-id <[email protected]>
and subject line Re: nowebm: need markup to append code chunk with no line
breaking inserted
has caused the Debian Bug report #536852,
regarding nowebm: need markup to append code chunk with no line breaking
inserted
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
536852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536852
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nowebm
Version: 2.10c-3.2.1
Severity: wishlist
*** Please type your report below this line ***
@ I would like to suggest a noweb feature as follow.
@ Since there may be some programming language, script, or
configuratoin file, that line breaking is significant,
then sometime we want to append code chunk without line breaking.
Let's consider the following chunk,
<<chunk>>=
abc
<<chunk>>=
def
@ It produce, "abc\ndef".
I would like to propose the additional markup to append code chunk
without line breaking like this,
<<chunk2>>=
abc
<<chunk2>>=\
def
@ This new syntax should produce "abc def".
-- System Information:
Debian Release: testing/unstable
APT prefers warty-updates
APT policy: (800, 'warty-updates'), (800, 'warty-security'), (800,
'warty-bac$Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-52-386
Locale: LANG=C, LC_CTYPE=thai (charmap=TIS-620)
--- End Message ---
--- Begin Message ---
This feature seem to be invalid or non-sense in some situations.
I will close it, until the case is properly handled or designed.
--- End Message ---