From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthias Pfeifer Newsgroups: gmane.emacs.help Subject: run-with-timer does not display message Date: Tue, 15 Jul 2014 15:47:05 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1405432048 6276 80.91.229.3 (15 Jul 2014 13:47:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2014 13:47:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 15 15:47:21 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X734j-0000GZ-KO for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jul 2014 15:47:21 +0200 Original-Received: from localhost ([::1]:34710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X734i-0003Xj-FK for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jul 2014 09:47:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X734V-0003Xd-1S for help-gnu-emacs@gnu.org; Tue, 15 Jul 2014 09:47:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X734U-0006pS-AP for help-gnu-emacs@gnu.org; Tue, 15 Jul 2014 09:47:06 -0400 Original-Received: from mail-vc0-x229.google.com ([2607:f8b0:400c:c03::229]:35550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X734U-0006pK-4B for help-gnu-emacs@gnu.org; Tue, 15 Jul 2014 09:47:06 -0400 Original-Received: by mail-vc0-f169.google.com with SMTP id hu12so5132133vcb.14 for ; Tue, 15 Jul 2014 06:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PYpRtmmydFbDTXNX6e+jU9XU8KPQcbJViE3ViBskOQM=; b=FeebDiFkViA5yETvcPyvFmbSh1VNHtBb3Y2qRQLqldkbKA87M1fVwRKP5baklN+QSV ow59XxToV4WmaedUo9bSQ63sj8z0pCZDVIzlzhWtYcWbEADf9c6rrKVFXy5J3bKLqt5y Fe0avEDtIIDFTAXt/mq0uhL8ezpIqeaAfvYmIje0q5rGGtV8O1ZMibYMLAnRaji9yTUt 2izfu9VmexodiIWzpkMcFsVJzNc5bv82ZSE0nvYbAqsDntRw1IQsLEGMzLw0fu+ZRE9B T30MsSNwpsuSKlE08M2tvBrhpyIjORlOAFA7C66HWETb7a4clf5iUWoO0n5bzx5w9tlP Divg== X-Received: by 10.220.81.194 with SMTP id y2mr7783996vck.29.1405432025257; Tue, 15 Jul 2014 06:47:05 -0700 (PDT) Original-Received: by 10.58.74.163 with HTTP; Tue, 15 Jul 2014 06:47:05 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::229 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98671 Archived-At: Hi there, this may be a dump question but i could not find a good reason why it should not work as expected... I try to write a message to the messages buffer at some time in the future via run-with-timer (run-with-timer 5 nil '(lambda () (message "hello"))) however messge buffer does not get the message. Hints welcome... thanks in advance. Matthias