Bug 17019

Summary: "dict -r" has no effect
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: dictAssignee: Vitaly Lipatov <lav>
Status: NEW --- QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: cheusov, lav
Version: unstable   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2008-09-05 01:40:10 MSD
dict-1.9.15-alt5

"man dict" says:

       -r or --raw
              Be very verbose: show the raw client/server interaction.

, but it has no effect: 

$ dict -s suffix brigens -r -m
deu-eng:  u:brigens
$ dict -s suffix brigens -r   
No definitions found for "u:brigens"
$ 

-- no verbose information, cf. how it used to be on previous versions of dict (https://bugzilla.altlinux.org/show_bug.cgi?id=1709 ):

$ dict -s suffix brigens -r
* Send/2: client \&quot;dict 1.8.0/rf on Linux 2.4.20-alt0.1-adv-up\&quot;
match * suffix \&quot;brigens\&quot;
* Read: 220 arrakis.zephyrous dictd 1.8.0/rf on Linux 2.4.20-alt0.1-adv-up &lt;auth                                                         
.mime&gt; &lt;<a href="mailto:50.10966.1039706374@arrakis.zephyrous&gt" target="_new">50.10966.1039706374@arrakis.zephyrous&gt</a>;
* Status = 220
* Processed 2
* Read: 250 ok
* Status = 250
* Processed 3
* Processed 4
* Read: 152 1 matches found
* Status = 152
* Text: deu-eng \&quot;ц╪brigens\&quot;
* Text: .
* Read: 250 ok [d/m/c = 0/1/1055598; 1.000r 0.000u 0.000s]
* Status = 250
* Processed 10
* Send/13
* Processed 13
* Send/14: define deu-eng \&quot;?brigens\&quot;
quit
* Read: 552 no match [d/m/c = 0/0/16; 0.000r 0.000u 0.000s]
* Status = 552
* Processed 11
No definitions found for \&quot;?brigens\&quot;
* Processed 1
* Read: 221 bye [d/m/c = 0/0/0; 1.000r 0.000u 0.000s]
* Status = 221
* Processed 14

-- it used to be verbose!