summaryrefslogtreecommitdiff
path: root/etc/emacs.csh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/emacs.csh')
-rw-r--r--etc/emacs.csh5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/emacs.csh b/etc/emacs.csh
index 8afea6bd35c..880aad08f01 100644
--- a/etc/emacs.csh
+++ b/etc/emacs.csh
@@ -16,14 +16,9 @@
## 2 = resume emacs
## 3 = new emacs under X (-i is so that you get a reasonable icon)
## 4 = resume emacs under X
-## 5 = new emacs under suntools
-## 6 = resume emacs under suntools
-## 7 = new emacs under X and suntools - doesn't make any sense, so use X
-## 8 = resume emacs under X and suntools - doesn't make any sense, so use X
set EMACS_PATTERN="^\[[0-9]\] . Stopped ............ $EMACS"
alias edit 'set emacs_command=("emacs -nw \!*" "fg %emacs" "emacs -i \!* &"\
- "emacsclient \!* &" "emacstool \!* &" "emacsclient \!* &" "emacs -i \!* &"\
"emacsclient \!* &") ; \
jobs >! $HOME/.jobs; grep "$EMACS_PATTERN" < $HOME/.jobs >& /dev/null; \
@ isjob = ! $status; \