From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: view source for selected Info node Date: Wed, 07 Apr 2004 16:06:30 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40747B66.9090400@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081375785 28926 80.91.224.253 (7 Apr 2004 22:09:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2004 22:09:45 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 08 00:09:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBLEl-0000an-00 for ; Thu, 08 Apr 2004 00:09:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBLDK-0004hW-Ed for geb-bug-gnu-emacs@m.gmane.org; Wed, 07 Apr 2004 18:08:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBLCG-0004G4-4r for bug-gnu-emacs@prep.ai.mit.edu; Wed, 07 Apr 2004 18:07:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBLBj-00044f-EI for bug-gnu-emacs@prep.ai.mit.edu; Wed, 07 Apr 2004 18:06:58 -0400 Original-Received: from [130.59.10.2] (helo=chx400.switch.ch) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BBLBi-00043N-QR for bug-gnu-emacs@prep.ai.mit.edu; Wed, 07 Apr 2004 18:06:26 -0400 Original-Received: from mail.fu-berlin.de ([130.133.1.2]) by chx400.switch.ch with esmtp (Exim 3.20 #1) id 1BBLBg-0004nZ-00 for gnu-emacs-bug@moderators.isc.org; Thu, 08 Apr 2004 00:06:24 +0200 Original-Received: by Mail.FU-Berlin.DE (Exim 4.31) from curry.zedat.fu-berlin.de ([160.45.10.36]) for gnu-emacs-bug@moderators.isc.org with esmtp id <1BBLBg-0004fa-Dy>; Thu, 08 Apr 2004 00:06:24 +0200 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Thu, 8 Apr 2004 00:06:24 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 19 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: news.uni-berlin.de 1081375583 92424445 I 170.207.51.80 ([82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7517 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7517 Dan Jacobson wrote: > In Info mode there's > e Edit contents of selected node. > but that often 'not enabled'. Even if it is enabled, you can't actually edit the Info markup, because it's been deleted from the *info* buffer. > But all I wanted to do is view the source for the selected node. > Even mozilla has "view source" for HTML. So add a 'view source for > selected node' command. Ideally, `M-x Info-view' would just call `M-x Info-edit' (or vice versa) with a variable bound to set buffer-read-only. So Info-edit-mode should first be fixed to undo the formatting changes made to the *info* buffer. -- Kevin Rodgers