[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Aug 17 17:43:47 1994 
Subject:ved_w/1 
From:jlc (Jonathan Cunningham) 
Volume-ID:940818.03 

has anyone noticed that
    ENTER w1 foo
writes the current vedbuffer to disk under its current name (ignoring foo)
whereas
   ENTER w foo
writes the current vedbuffer with the name foo, and
   ENTER w
writes ALL vedbuffers with their current names.

Wouldn't it be more consistent if the w1 command took the optional filename
argument, and the w command reported an error if given an optional argument?

(As you can guess, I just tried writing a buffer to a directory on a file
server using the "w1 foo" form and didn't notice it didn't get written
there. :-)

--jlc