jump-or-exec help



Hi all,

It[1] will make new emacsclient by H-e every time.
I just want one emacsclient by H-e every time.
Counld you please give me help anyway.


[1]
(setq load-path (cons "~/.sawfish/extensions"
                     load-path))
(require 'jump-or-exec)
(bind-keys global-keymap
      "H-e" '(jump-or-exec "emacs@"
               (lambda ()
                 (system "emacsclient -c &"))
               (lambda (wind)
                 (display-window wind))))


Best Regards,
George.Qiao


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]