From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rajiv Vyas Newsgroups: gmane.emacs.help Subject: Saving files in USB Date: Sat, 6 Aug 2005 01:03:23 -0400 Message-ID: <9d8a555a050805220332280f33@mail.gmail.com> References: <87slxof8cb.fsf@madamex.madamex.dk> <85ek98f7y5.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1123306459 20934 80.91.229.2 (6 Aug 2005 05:34:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2005 05:34:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 06 07:34:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1HJB-0000rJ-5e for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Aug 2005 07:33:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1HM4-0005ID-3W for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Aug 2005 01:36:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1HLq-0005Hm-V4 for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 01:36:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1HHq-0003ul-MO for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 01:31:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1HHp-0003d6-Sq for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 01:31:57 -0400 Original-Received: from [64.233.184.192] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E1H3M-0006oz-Bp for help-gnu-emacs@gnu.org; Sat, 06 Aug 2005 01:17:00 -0400 Original-Received: by wproxy.gmail.com with SMTP id i23so821784wra for ; Fri, 05 Aug 2005 22:03:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CDLlCH9XIThbG34jHD2aBdbjbQXWs8hh7T8+d6y0qSPf3eWAG0DJr8HHHcNlfNGPMO3a5sbxf8T8equuZ7d5JePUidu2mDWfjp5NZO+3lYAkzm3Z7cZAlEsXrFwZgoIifle9/8co4NuI/aOH6DvS86cXQNnsp/11lqXHuAw8KYg= Original-Received: by 10.54.143.13 with SMTP id q13mr3124352wrd; Fri, 05 Aug 2005 22:03:23 -0700 (PDT) Original-Received: by 10.54.72.18 with HTTP; Fri, 5 Aug 2005 22:03:23 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <85ek98f7y5.fsf@lola.goethe.zz> Content-Disposition: inline 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:28470 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28470 I started using emacs couple of weeks ago and had a simple question. >>From the text mode, how do I save an existing emacs file to my USB drive? so say, I have a file "notes" in /home/user folder. How do I open that file in text mode and save it to a USB file. Rajiv