From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH update2] Support for filesystem watching (inotify) Date: Sun, 05 Jun 2011 01:45:58 -0400 Message-ID: References: <201106040034.15598.ruediger@c-plusplus.de> <201106050136.35939.ruediger@c-plusplus.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1307252788 21780 80.91.229.12 (5 Jun 2011 05:46:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2011 05:46:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?R=C3=BCdiger?= Sonderfeld Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 05 07:46:24 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QT6AJ-0003Jp-3N for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2011 07:46:23 +0200 Original-Received: from localhost ([::1]:55113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QT6AH-0006k3-Rb for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2011 01:46:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QT69y-0006jU-6K for emacs-devel@gnu.org; Sun, 05 Jun 2011 01:46:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QT69w-00035a-7A for emacs-devel@gnu.org; Sun, 05 Jun 2011 01:46:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QT69v-00035U-TA for emacs-devel@gnu.org; Sun, 05 Jun 2011 01:45:59 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QT69u-0006qd-Rv; Sun, 05 Jun 2011 01:45:58 -0400 In-reply-to: <201106050136.35939.ruediger@c-plusplus.de> (message from =?utf-8?Q?R=C3=BCdiger?= Sonderfeld on Sun, 5 Jun 2011 01:36:35 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140187 Archived-At: > From: RĂ¼diger Sonderfeld > Date: Sun, 5 Jun 2011 01:36:35 +0200 > > > In general, you should not call Lisp from the read fd callback. Recursive > > calls into Lisp may fail. Instead post a Lisp event and handle it in > > keyboard.c and some Lisp code. > > Thanks for your advise. I changed the code to use events. You did? Did you send the correct patch?