[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#310928: libmissinglib-ocaml-dev: please provide an escape sequence for : and = separators



Package: libmissinglib-ocaml-dev
Severity: wishlist

Hi,

I am digging into dfsbuild.  Could it be possible to add some escape
sequence to the ":" and/or "=" separators as used in ConfigParser in
order to be able to get options like these:

/an/example = some string
 an other line with "/whatever:/it/breaks/after/the/colon"

or (even worse) something like (it is an actual menu entry) :

/etc/menu/xbase-clients = \
 ?package(xbase-clients):\
  needs="x11"\
  section="Apps/Math"\
  hints="Calculators"\
  longtitle="Xcalc: scientific calculator for X"\
  title="Xcalc"\
  command="xcalc"

I do not know what it should look like.  Maybe:

/an/example = some string
 an other line with "/whatever\:/does/not/see/the/colon/as/separator/anymore"

or

/etc/menu/xbase-clients = \
 ?package(xbase-clients)\:\
  needs\="x11"\
  section\="Apps/Math"\
  hints\="Calculators"\
  longtitle\="Xcalc\: scientific calculator for X"\
  title\="Xcalc"\
  command\="xcalc"

Best regards,
Frederic Lehobey

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)



Reply to: