From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Kendall Shaw Newsgroups: gmane.emacs.help Subject: Re: Edit Google Drive docs from Emacs? Date: Thu, 29 Jun 2017 07:57:04 -0700 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1498748272 8633 195.159.176.226 (29 Jun 2017 14:57:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 29 Jun 2017 14:57:52 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 29 16:57:48 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dQat7-0001rM-Ss for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jun 2017 16:57:46 +0200 Original-Received: from localhost ([::1]:39810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQatD-00064d-4n for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jun 2017 10:57:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQasb-000629-5L for help-gnu-emacs@gnu.org; Thu, 29 Jun 2017 10:57:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQasY-0003hg-0Y for help-gnu-emacs@gnu.org; Thu, 29 Jun 2017 10:57:13 -0400 Original-Received: from d.mail.sonic.net ([64.142.111.50]:57118) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQasX-0003go-Ml for help-gnu-emacs@gnu.org; Thu, 29 Jun 2017 10:57:09 -0400 Original-Received: from [192.168.1.76] (108-64-77-57.lightspeed.sntcca.sbcglobal.net [108.64.77.57]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id v5TEv4I8017689 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 29 Jun 2017 07:57:04 -0700 In-Reply-To: Content-Language: en-US X-Sonic-CAuth: UmFuZG9tSVbBJPCIrTE55WZA5tqSDbD2hc+lR8JAXz8uqWMlGDwvoQqOxSfbUJ//+sZdIjXIaH0JfTljaATl7EKAuimfvdVV X-Sonic-ID: C;nIirNttc5xGGAsvDecBazQ== M;2DX+Nttc5xGGAsvDecBazQ== X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 64.142.111.50 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:113605 Archived-At: On 06/26/2017 05:29 PM, Skip Montanaro wrote: > I wonder if there is some capability (something similar in flavor to > Tramp, for instance) which would allow me to edit files in Google > Drive. I'm on Ubuntu 16.04LTS using GNU Emacs 24.5.1 (/usr/bin/emacs > on my system). I just want to edit simple text files for now. > > Thanks, > > Skip > > A possible alternative is to mount the google drive and treat it as a filesystem. googledrive-ocaml-fuse is one of the programs that mounts google drive. Kendall