From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Ottaway Newsgroups: gmane.emacs.help Subject: Re: See raw buffer? Date: Sun, 21 Jan 2007 23:00:57 +0000 Message-ID: <87ps98q91y.fsf@lse.ac.uk> References: <87wt3gcdfy.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169420517 14999 80.91.229.12 (21 Jan 2007 23:01:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Jan 2007 23:01:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 22 00:01:54 2007 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 1H8lhB-000340-A9 for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jan 2007 00:01:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8lhB-0003eG-76 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jan 2007 18:01:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8lgx-0003Zh-2Q for help-gnu-emacs@gnu.org; Sun, 21 Jan 2007 18:01:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8lgt-0003To-NJ for help-gnu-emacs@gnu.org; Sun, 21 Jan 2007 18:01:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8lgt-0003TN-EO for help-gnu-emacs@gnu.org; Sun, 21 Jan 2007 18:01:35 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H8lgs-0008IP-Mn for help-gnu-emacs@gnu.org; Sun, 21 Jan 2007 18:01:34 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H8lgc-00087R-W4 for help-gnu-emacs@gnu.org; Mon, 22 Jan 2007 00:01:19 +0100 Original-Received: from 53-186.adsl.zetnet.co.uk ([194.247.53.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Jan 2007 00:01:18 +0100 Original-Received: from j.ottaway by 53-186.adsl.zetnet.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Jan 2007 00:01:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 53-186.adsl.zetnet.co.uk User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) Cancel-Lock: sha1:VR99Nu9+f4Av91e3AjKGmq8/D20= 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:40495 Archived-At: On 21 Jan 2007, Hadron wrote: > If I am editing something like a muse file, how to see the raw data > without editing it in gedit or something similar? > > thanks for any pointers. If you have Emacs 22, you could use 'M-x visible-mode', which makes all invisible text visible. I use that sometimes with muse mode. Otherwise, you could turn off font-locking with 'M-x font-lock-mode'. Or kill the buffer and use find-file-literally to re-visit the file. Regards, -- Jim Ottaway