-- SetSearchRulesDoc.tioga
-- last edited by: L. Stewart, December 12, 1983 5:21 pm
name SetSearchRules:
syntax
SetSearchRules {directory}*
description
Set the CommandTool search rules. The arguments should be names of directories. SetSearchRules will append a '/ (or '> as appropriate) to any directory name that does not already have one.
examples
% SetSearchRules ///Commands/ ///Wierd/
% PrintSearchRules
( ///Commands/ ///Wierd/ )
%
warnings
SetSearchRules makes only brief checks that its arguments are really directories. SetSearchRules rejects any directory name shorter than three characters because /// is the shortest directory name and it rejects any name that does not start with '/ or '[.
% ///Commands/SetSearchRules [!#!#!#!
% ///Commands/PrintSearchRules
( [!#!#!#!> )
%
stop/undo
Probably too fast to stop.
implementation
InitialCommandsImpl.mesa in CommandTool.df
contact
L. C. Stewart <Stewart.pa>
keyword hints
help button info man
keywords
to be supplied by the Index Czar