From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [OT] open url in emacs was: Re: Using Org/babel for Emacs config files Date: Sat, 26 Jan 2013 18:35:05 +0530 Message-ID: <87y5fg5c3i.fsf@gmail.com> References: <2013-01-21T12-04-57@devnull.Karl-Voit.at> <2013-01-23T15-20-19@devnull.Karl-Voit.at> <51005ed7.04bc650a.65b3.ffffea88@mx.google.com> <87zjzy90ey.fsf_-_@med.uni-goettingen.de> <877gn2ogjo.fsf@bzg.ath.cx> <87vcam8ya9.fsf@med.uni-goettingen.de> <87d2wu4ni1.fsf@bzg.ath.cx> <87bocdeul8.fsf@gmail.com> <87libgqr5k.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz5Rg-0005VY-Db for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 08:05:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tz5Rf-0002ck-4o for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 08:05:20 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:49435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz5Re-0002cd-Uy for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 08:05:19 -0500 Received: by mail-pa0-f50.google.com with SMTP id hz10so735984pad.37 for ; Sat, 26 Jan 2013 05:05:17 -0800 (PST) In-Reply-To: <87libgqr5k.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Sat, 26 Jan 2013 09:34:15 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha writes: > Hi Jambu, > > Jambunathan K writes: > >> Bastien writes: >> >>> Andreas Leha writes: >>> >>>> ^^^^^^^^^^ that is something I'd not expect to hear when it comes to >>>> emacs.... >>> >>> (when (switch-to-buffer-other-window >>> (url-retrieve-synchronously >>> "https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-ki= t.org")) >>> (write-file (read-from-minibuffer "File: ")) >>> (org-mode)) >> >> M-x browse-url-emacs RET It works for me here without any extra props. I would assume it has something to do with 's' in https. It is possible that that your local Emacs is not able to do TLS. Change `https://' to `http://'. I run Emacs from trunk. May be your Emacs is old - for some values of old. > thanks, I tried that, but that does not seem to work for me: > > (sorry for the German messaeges) > ,---- > | Contacting host: raw.github.com:443 [3 times] > | Note: file is write protected > | Contacting host: raw.github.com:443 > | Loading reftex...done > | Contacting host: raw.github.com:443 > | Compiling label environment definitions...done > | Contacting host: raw.github.com:443 > | Scanning entire document... > | No such file: > | https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.= org > | (ignored) > | Scanning file > | https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.= org > | Scanning document... done > | Local Ispell dictionary set to english > | Contacting host: raw.github.com:443 [3 times] > | open-network-stream: /443 Zu diesem Hostnamen geh=C3=B6rt keine Adresse > `---- > if you tell me how to make it work, that would be even simpler. > > Cheers, > Andreas > > > --=20