From 77d0d249de22b399b1a87cb156837956ea4d7a65 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 29 Nov 2014 21:13:03 -0500 Subject: don't mess around with trying to manage frames --- ediff.sh.in | 1 - emacsmail.sh.in | 1 - emacsterm.sh.in | 4 +--- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ediff.sh.in b/ediff.sh.in index a4db3c3..1c157bb 100644 --- a/ediff.sh.in +++ b/ediff.sh.in @@ -72,7 +72,6 @@ main() { esac emacsclient "${flags[@]}" --eval \ - '(select-frame (make-frame))' \ "(${cmd}${cnt#2} $(emacs_quote "${files[@]}"))" } diff --git a/emacsmail.sh.in b/emacsmail.sh.in index 6d160a6..05bd1f5 100644 --- a/emacsmail.sh.in +++ b/emacsmail.sh.in @@ -67,7 +67,6 @@ main() { esac emacsclient "${flags[@]}" --eval \ - '(select-frame (make-frame))' \ "(browse-url-mail $(emacs_quote "${urls[@]}"))" } diff --git a/emacsterm.sh.in b/emacsterm.sh.in index c4fe145..a8cef2a 100644 --- a/emacsterm.sh.in +++ b/emacsterm.sh.in @@ -39,9 +39,7 @@ main() { parse "$@" emacsclient "${flags[@]}" --eval \ - '(select-frame (make-frame))' \ - "(term $(emacs_quote "${cmd}"))" \ - '(set-window-dedicated-p (selected-window) t)' + "(term $(emacs_quote "${cmd}"))" } # Sets the 'global' variables: -- cgit v1.2.3