Bug 194501

Summary: make knode understand '>>>' for the "remove citation marks action"
Product: knode Reporter: Lisandro Damián Nicanor Pérez Meyer <perezmeyer>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Lisandro Damián Nicanor Pérez Meyer 2009-05-29 03:33:14 UTC
Version:           0.99.01 (using 4.2.3 (KDE 4.2.3), Debian packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.29-2-amd64

Reported by: Robert Gomułka <carramba@pf.pl>
From: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=225321


First - remove citation marks is my hand-done translation of polish
"usun znaki cytowania". This command should remove ">" from beginning of
lines. It works good for single marks, but not for the multiple ones.
Example:
[input]
> a
> b
>> c
>> d
>>> e
[output]
a
b
>> c
>> d
>>> e
[expected output]
a
b
> c
> d
>> e

Regards,
Robert
Comment 1 Andrew Crouthamel 2018-09-04 18:33:12 UTC
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug.