Your message dated Fri, 27 Jul 2012 15:59:04 +0200
with message-id <[email protected]>
and subject line Re: geany does not escape '\\' in replace string
has caused the Debian Bug report #561276,
regarding geany does not escape '\\' in replace string
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.)
--
561276: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561276
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: geany
Version: 0.18-1
Severity: normal
Geany does not escape "\\" if it occurs in the replacement string in "Find and
Replace", regardless of whether "Use escape sequences" is checked. This means
that it's impossible to correctly replace something with a string that contains
the literal '\r', '\n', '\t', etc..., since (eg.) "\t" is treated as a tab, and
"\\t" is treated as a backslash followed by a tab.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500,
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages geany depends on:
ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra
ii libfontconfig1 2.6.0-4 generic font configuration library
ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.4.2-3 GCC support library
ii libglib2.0-0 2.22.3-1 The GLib library of C routines
ii libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface
ii libpango1.0-0 1.26.1-1 Layout and rendering of internatio
ii libstdc++6 4.4.2-3 The GNU Standard C++ Library v3
geany recommends no packages.
Versions of packages geany suggests:
ii doc-base 0.9.5 utilities to manage online documen
ii libvte9 1:0.22.5-1 Terminal emulator widget for GTK+
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.19-1
thanks
Geany 0.19 and newer use a real regex engine that fixes the problems
reported here.
--- End Message ---