From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Diogo Ramos Newsgroups: gmane.emacs.help Subject: Picking a date using M-x calendar UI from elisp Date: Tue, 21 Jul 2015 11:30:13 -0300 Message-ID: <871tg1wpl6.fsf@example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437491049 1625 80.91.229.3 (21 Jul 2015 15:04:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jul 2015 15:04:09 +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 21 17:04:02 2015 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 1ZHZ5N-0002ST-LK for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2015 17:04:01 +0200 Original-Received: from localhost ([::1]:59693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHZ5M-0002Ml-TS for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2015 11:04:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHYZL-0007tm-9p for help-gnu-emacs@gnu.org; Tue, 21 Jul 2015 10:30:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHYZF-0007Fc-Jx for help-gnu-emacs@gnu.org; Tue, 21 Jul 2015 10:30:55 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:40291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHYZF-0007FY-Dy for help-gnu-emacs@gnu.org; Tue, 21 Jul 2015 10:30:49 -0400 Original-Received: from plantcutter.riseup.net (plantcutter-pn.riseup.net [10.0.1.121]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id EDC7541249 for ; Tue, 21 Jul 2015 14:30:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1437489048; bh=J6b2ANMlgoKK2h7e82iPHutWgXDphHiOoRGbEkrwXSA=; h=From:To:Subject:Date:From; b=aEPoHbbv+uvub6U0nXSr/4LQfMFxO5EkSG3fL+Z4uvwH5Z+5BlJYiI23tpn5p2VlD ugpX8aRBOSEoIL9d00och57Eh++VpI17ntdFT3q060IUyoh16kpX6l5C48MzBQ2AxB Dn1fg3Ysi1b9H9IhpSmdS9KE8gKf3Rk23h1Y8VLc= Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: dfsr) with ESMTPSA id 3104A21FF0 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Virus-Scanned: clamav-milter 0.98.7 at mx1 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 198.252.153.129 X-Mailman-Approved-At: Tue, 21 Jul 2015 11:03:52 -0400 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:105899 Archived-At: Is it possible to use the M-x calendar UI from elisp to let the user pick a date?