From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.help Subject: Re: See raw buffer? Date: Mon, 22 Jan 2007 13:51:32 +1300 Message-ID: <87tzyjx4rv.fsf@gmail.com> 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 1169430030 5712 80.91.229.12 (22 Jan 2007 01:40:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Jan 2007 01:40:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 22 02:40:29 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 1H8oAe-0002HS-He for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jan 2007 02:40:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8oAe-0000WI-48 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jan 2007 20:40:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: individual.net qCLQlSzjXLcyEVyPXAunEgiiJXTq4UZb1/b9VM50VuAPu8vYk/ X-Orig-Path: news.inidividual.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! Cancel-Lock: sha1:QbuCI5MZf7ZaJSHkaY5X+hae/Zo= Original-Xref: shelby.stanford.edu gnu.emacs.help:144893 Original-To: help-gnu-emacs@gnu.org 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:40498 Archived-At: Jim Ottaway writes: > 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. I do have 22, but visible mode does nothing. It say visible-mode in the minor mode status line but muse files stay rendered as such :( > > 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, --