Bug 194501 - make knode understand '>>>' for the "remove citation marks action"
Summary: make knode understand '>>>' for the "remove citation marks action"
Status: RESOLVED UNMAINTAINED
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 03:33 UTC by Lisandro Damián Nicanor Pérez Meyer
Modified: 2018-09-04 18:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.