From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Danil Orlov Newsgroups: gmane.emacs.help Subject: Re: how to handle rtf Date: Tue, 29 Jul 2014 19:39:50 +0400 Message-ID: <20140729153950.GA3637@debian> References: <4edddfc4-a498-41de-810f-a8f9c8514653@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1406648424 1446 80.91.229.3 (29 Jul 2014 15:40:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2014 15:40:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: renato.pontefice@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 29 17:40:17 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XC9Vg-0000G4-LR for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2014 17:40:16 +0200 Original-Received: from localhost ([::1]:46664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC9Vg-0008PB-84 for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2014 11:40:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC9VT-0008NX-IK for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 11:40:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC9VM-0002rr-W0 for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 11:40:03 -0400 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:65202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC9VM-0002rf-OB for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 11:39:56 -0400 Original-Received: by mail-lb0-f172.google.com with SMTP id z11so7011666lbi.17 for ; Tue, 29 Jul 2014 08:39:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=xGuNYC+k35hwiS0P+s4kFJfRy9+MmNYgkkAsHQDvlzI=; b=haB3ciQFiuM79XJXFIj88hwzOwQPxrGGkcOrCTcpvtGWdyGM1/2/sRl1iNMUnUvBvc f/7b2eN4R0tYDvLWzpTvAeQbLzr8DK4dWsd0LA8QsTZAgq4W7CUIZ3nLlMC5DxkJdVgL QiBzj0njVE6kymmJTvuJyfqsa6VahGQylNikcjaDbFWpexlcnFJQQiqV52Dw9lzygj0V 3M1YxOkwf3jnWE046aFwyViscSppazbccQ6SZXvPS/KvvkWsrQDsNULeAkhH75xljoil OTaLumtSS3jvJCr2k0oxKf+RrGqoMKPq+bnO+T/kiKsuGJXkBwRz7rAXYfjO782tCZd1 p4Qw== X-Received: by 10.152.179.137 with SMTP id dg9mr3282944lac.11.1406648394653; Tue, 29 Jul 2014 08:39:54 -0700 (PDT) Original-Received: from debian ([2001:5c0:1400:a::133]) by mx.google.com with ESMTPSA id tv3sm36205355lbb.49.2014.07.29.08.39.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 29 Jul 2014 08:39:53 -0700 (PDT) Content-Disposition: inline In-Reply-To: <4edddfc4-a498-41de-810f-a8f9c8514653@googlegroups.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98980 Archived-At: On Tue, Jul 29, 2014 at 06:07:01AM -0700, renato.pontefice@gmail.com wrote: > Hi, > I need to handle some .rtf file, saved by MS office. I'm wondering if, I can use emacs to do that, and, if yes, how. > > can someone help me? > > TIA > > Renato You can use emacs eshell for converting rtf files to some emacs-editable format, for example html. Use this http://sourceforge.net/projects/rtf2html/ .