Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 44)

3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#10 fixed @eawrite and @earead should trim blanks from EA name Gregg Young Anton Monroe
Description

Like many people, I do not use spaces consistently. Using @eawrite, it is all too easy to create the wrong EA by putting a space after the comma--

%@eawrite[file, .SUBJECT,text] %@earead[file,.SUBJECT]

won't work, because there is no ".SUBJECT" EA; the EA is " .SUBJECT"

(why did IBM allow leading and trailing spaces in an EA name anyway?)

#9 fixed @eawrite[] does not remove EA Gregg Young Anton Monroe
Description

Passing a null string to @eawrite is supposed to remove the EA. Instead, it keeps the EA and sets the length to 0.

set ret=%@eawrite[file,.SUBJECT,the subject] set ret=%@eawrite[file,.SUBJECT,] <--4OS2 thinks the EA is gone

Rexx shows the whole EA--

set ret=%@rexx[call SysGetEA 'file','.SUBJECT','EAval' ; parse var EAVal EAhdr +2 EAlen +2 EAstr ; say ' [REXX] EA == "'c2x(EAhdr)'" "'c2x(reverse(EAlen))'" "'EAstr'"']

I noticed it because I was getting error messages from FC/2 about invalid EAs when copying files from an NDFS drive. I don't know the 4OS2 EAs were the cause, but FC/2 has not complained since I cleaned out all the empty EAs.

I suspect the fix would be just a matter of passing 0 to DosSetPathInfo? instead of the length of the empty EA header.

A workaround is to use Rexx to delete the EA--

set ret=%@rexx[call SysPutEA "%filename", %EAname,]

#8 fixed Clicking Help when starting option2.exe yields "Text not found" error in help viewer somebody Lewis Rosenthal
Description

Just upgraded to:

4OS2 3.05A OS/2 Version is 4.50 4OS2 Revision A (162, Feb 7 2010 17:27:09) OS/2 Revision A

(not sure what "OS/2 Revision A" is, though...) ;-)

Anyway, at the 4OS2 prompt, I typed, "option <Enter>" and when the configuration notebook appeared, I clicked Help. NewView? 2.18.1 opened up and immediately displayed the contents on the left, a white page on the right, and a popup message with the above text.

Lewis

PS - Not sure which component1 is and which component2 is in Trac, here...

3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.