From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jisang Yoo Subject: Emacs hangs on clicking on org-protocol bookmarklet Date: Thu, 5 Dec 2013 07:09:34 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoKdU-0005z2-Fz for emacs-orgmode@gnu.org; Wed, 04 Dec 2013 17:09:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoKdT-00086l-LT for emacs-orgmode@gnu.org; Wed, 04 Dec 2013 17:09:36 -0500 Received: from mail-qe0-x22f.google.com ([2607:f8b0:400d:c02::22f]:43479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoKdT-00086b-IT for emacs-orgmode@gnu.org; Wed, 04 Dec 2013 17:09:35 -0500 Received: by mail-qe0-f47.google.com with SMTP id t7so16966786qeb.34 for ; Wed, 04 Dec 2013 14:09:35 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Use of the org-protocol-store-link bookmarklet [1] sometimes makes Emacs hang (as in Emacs not responding to input), but not always. It seems to be caused by accumulation of emacsclient processes. Each click of the bookmarklet creates a new emacsclient process which stays, and the number of these processes increases. Workaround for now is for the user to periodically and manually type M-x server-start RET (which restarts server and kills clients). This happens on MS Windows 7. [1] from http://orgmode.org/worg/org-contrib/org-protocol.html