From: John Wiegley Date: Fri, 3 May 2002 20:42:32 +0000 (+0000) Subject: (eshell-command-completions-alist): Improved default completion X-Git-Tag: ttn-vms-21-2-B4~15213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7da23c9d5a3ece246a5ddbe287021194c3f8eeb;p=emacs.git (eshell-command-completions-alist): Improved default completion targets for objdump, nm and readelf. --- diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index b923cffff4e..ac93223bd57 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el @@ -116,8 +116,9 @@ is non-nil." ("CC" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'") ("acc" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'") ("bcc" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'") - ("objdump" . "\\(\\`[^.]*\\|\\.[ao]\\)\\'") - ("nm" . "\\(\\`[^.]*\\|\\.[ao]\\)\\'") + ("readelf" . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'") + ("objdump" . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'") + ("nm" . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'") ("gdb" . "\\`\\([^.]*\\|a\\.out\\)\\'") ("dbx" . "\\`\\([^.]*\\|a\\.out\\)\\'") ("sdb" . "\\`\\([^.]*\\|a\\.out\\)\\'")