From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Re: Getting a Google Maps' map for an entry Date: Fri, 2 Jul 2010 11:56:15 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59084 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUerE-0007fF-TK for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 07:56:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUerD-00082I-BG for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 07:56:36 -0400 Received: from lo.gmane.org ([80.91.229.12]:42609) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUerD-00081t-1m for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 07:56:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OUer6-00081i-2c for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 13:56:28 +0200 Received: from APuteaux-754-1-6-222.w90-44.abo.wanadoo.fr ([90.44.113.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jul 2010 13:56:28 +0200 Received: from d.tchin by APuteaux-754-1-6-222.w90-44.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jul 2010 13:56:28 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org writes: > > Julien Danjou danjou.info> writes: > > > > > Hi there, > > > > I've recently wrote a Google Maps extension for Emacs[1]. > > > > Therefore, I've extended org-mode to display a Google Maps' map for an > > event location. The extension, which is very simple, is available > > here[2] and I wanted you to know about it. > > > > I'd be glad to have feedback. patches or ideas. ;) > > > > Happy hacking. > > > > [1] http://julien.danjou.info/google-maps-el.html > > > > [2] http://git.naquadah.org/?p=~jd/jd-el.git;a=blob;f=org-location-google- > maps.el;hb=HEAD > > > > Dear Julien > > I tried to use Google Maps extension. When I tried to load it, I found out > that json.el was required. It seems that this package is included in "recent" > emacs version (?). My version is GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of > 2008-09-06. I loaded it but then I have another error telling that the function > use-region-p doesn't exist. It seems that this function appears with emacs 23. > So this mail just to tell that it seems necessary to have at emacs 23 > to make this function work. Just one comment following previous mail. Just tried with emacs 23.2. It works very well on this version and it is really great. The bad thing is that this version of emacs is quite slow on Windows system. As far I understood it seems to be related to font handling. There is a lot of lag, the system freeze. So sadly I have to return to release 22.3.1 which is more robust. d.tchin