From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Huchler Newsgroups: gmane.emacs.help Subject: Re: Strange eval behaviour Date: Sun, 27 Nov 2016 05:25:46 +0100 Message-ID: <8760n9zgz9.fsf@mail.de> References: <87vavrul0k.fsf@mail.de> <878tsl1p7b.fsf@mail.de> <878tshjyvy.fsf@web.de> <87fumo67vi.fsf@mail.de> <87h974l5u2.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1480233347 5360 195.159.176.226 (27 Nov 2016 07:55:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2016 07:55:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 27 08:55:42 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cAuJK-0000me-18 for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Nov 2016 08:55:42 +0100 Original-Received: from localhost ([::1]:53225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAuJN-0002aq-8o for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Nov 2016 02:55:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAr2Q-0006Sq-KC for help-gnu-emacs@gnu.org; Sat, 26 Nov 2016 23:26:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAr2N-0001Gi-Gr for help-gnu-emacs@gnu.org; Sat, 26 Nov 2016 23:26:02 -0500 Original-Received: from [195.159.176.226] (port=33314 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cAr2N-0001G9-AS for help-gnu-emacs@gnu.org; Sat, 26 Nov 2016 23:25:59 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cAr2D-0006Jg-Ut for help-gnu-emacs@gnu.org; Sun, 27 Nov 2016 05:25:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:D6oD5q9x13miVeQRKiW22wbUTL4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-Mailman-Approved-At: Sun, 27 Nov 2016 02:54:59 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111812 Archived-At: Michael Heerdegen writes: > But the warnings are there for a reason, and the reason is that the code > can potentially error when being run. In general, the warnings mean > that you do something you definitely should not do. Let's fix these > warnings, and then I can have a look at the code again if you want. Hi, I come back to your offer to look over the code again, I don't know if a github link is the right form for you. If not, can I add here file attachments like in a mail? https://github.com/spiderbit/kodi-remote.el Would be nice if you have a minute, if not it's ok too. I mean I belive I solved all the related issues, no warning anymore. The Software still of course use much love (replace sit-for statements with locking mechanism or something like that). But that are different issues, I also experimenting a bit with ert. (especialy batch mode) But for some non-tagged imaginary version 0.1 thats not that bad I think. I dont earn money with any elisp stuff, so primary its for myself, but I thought could be useful for others, too. Regards