home *** CD-ROM | disk | FTP | other *** search
- # Copyright 1988 Massachusetts Institute of Technology.
- #
- # For copying and distribution information, see the file
- # "mit-copyright.h".
- #
- # $Source: /afs/athena.mit.edu/user/j/jik/delete/src/RCS/delete_errs.et,v $
- # $Author: jik $
- # $Header: /afs/athena.mit.edu/user/j/jik/delete/src/RCS/delete_errs.et,v 1.3 89/12/28 14:44:22 jik Exp $
- #
-
- et del
-
- ec REGEXP_MISSING_QUOTED_CHAR,
- "missing quoted character after backslash"
- ec REGEXP_MISSING_BRACE,
- "missing ]"
- ec REGEXP_EMPTY_BRACES,
- "illegal empty braces"
- ec DIR_NOT_DIRECTORY,
- "internal error: directory operation on non-directory"
- ec DIR_IMPOSSIBLE_ERROR,
- "interal error: something that shouldn't happen just did"
- ec COL_COLUMNS_TOO_THIN,
- "possible internal error: listing columns too thin"
- ec DELETE_IS_DOTFILE,
- "can't delete `.' or `..'"
- ec DELETE_CANT_DEL_DIR,
- "can't delete (not file)"
- ec DELETE_DIR_NOT_EMPTY,
- "can't delete (directory not empty)"
- ec DELETE_CANT_DEL_FILE,
- "can't delete (not directory)"
- ec DELETE_NOT_DELETED,
- ""
- ec UNDEL_NOT_UNDELETED,
- ""
- ec NO_HOME_DIR,
- "can't find home directory"
- ec INTERNAL_ERROR,
- "strange internal error"
- ec ENOMATCH,
- "no match"
- ec EXPUNGE_NOT_EXPUNGED,
- ""
- ec PURGE_TOO_MANY_ARGS,
- "command takes no arguments"
- ec PAT_NO_FILES_REQUESTED,
- "internal error: no files requested in call to find_matches or do_match"
- ec PAT_IS_MOUNT,
- "ignored (is mount point)"
- ec STACK_BAD_OP,
- "internal error: call to dostack with undefined stack operation"
- ec STACK_EMPTY,
- "internal error: attempt to pop from empty stack"
-
- end
-
-