From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduardo Cavazos Newsgroups: gmane.emacs.help Subject: Remote files via http Date: Sat, 11 Apr 2009 02:40:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2dc34578-77b6-431d-b8f4-dda886952b68@l2g2000vba.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239466300 32543 80.91.229.12 (11 Apr 2009 16:11:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 16:11:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 11 18:12:59 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LsfpA-0006sx-Cv for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Apr 2009 18:12:56 +0200 Original-Received: from localhost ([127.0.0.1]:53665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsfnl-0002so-SO for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Apr 2009 12:11:29 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!l2g2000vba.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 206.55.180.50 Original-X-Trace: posting.google.com 1239442853 6040 127.0.0.1 (11 Apr 2009 09:40:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 11 Apr 2009 09:40:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l2g2000vba.googlegroups.com; posting-host=206.55.180.50; posting-account=2uWlfwkAAACw-p0GHzsAjjbWq6C9zPc- User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 SeaMonkey/1.1.11,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168381 X-Mailman-Approved-At: Sat, 11 Apr 2009 12:10:16 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63664 Archived-At: Hello! What I'd *really* like to do is have links in an org-mode document like: [[http://www.xyz.com/test.org][Test]] I.e. refer to a file which is also an org-mode file over http. If the link is followed, the file is retrieved and displayed as a proper org- mode document. Has anyone worked on anything like this? A more general approach is to have Emacs open remote files over http. This way, relative links in a remote org-mode document will also refer to documents on the remote site. Is there a way to do this? I wonder if extending Tramp would be the way to go for that... Yet another approach would be a special link type in org-mode. Thanks for any suggestions! Ed