From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Documentation Date: Sat, 11 Oct 2008 21:23:55 -0400 Message-ID: References: <87myhag66p.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223774654 21366 80.91.229.12 (12 Oct 2008 01:24:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2008 01:24:14 +0000 (UTC) Cc: ams@gnu.org, Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 12 03:25:12 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kophm-000814-OO for ged-emacs-devel@m.gmane.org; Sun, 12 Oct 2008 03:25:11 +0200 Original-Received: from localhost ([127.0.0.1]:40649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kopgi-0001Bx-9K for ged-emacs-devel@m.gmane.org; Sat, 11 Oct 2008 21:24:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kopge-0001Bo-53 for emacs-devel@gnu.org; Sat, 11 Oct 2008 21:24:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kopgc-0001A2-Ny for emacs-devel@gnu.org; Sat, 11 Oct 2008 21:23:59 -0400 Original-Received: from [199.232.76.173] (port=33973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kopgc-00019v-KF for emacs-devel@gnu.org; Sat, 11 Oct 2008 21:23:58 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:6382 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kopga-0005xk-On; Sat, 11 Oct 2008 21:23:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiUFAMru8EjO+IL0/2dsb2JhbACBcrgdgWyBCA X-IronPort-AV: E=Sophos;i="4.33,395,1220241600"; d="scan'208";a="28316096" Original-Received: from 206-248-130-244.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.244]) by ironport2-out.teksavvy.com with ESMTP; 11 Oct 2008 21:23:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3A3187F84; Sat, 11 Oct 2008 21:23:55 -0400 (EDT) In-Reply-To: <87myhag66p.fsf@cyd.mit.edu> (Chong Yidong's message of "Sat, 11 Oct 2008 17:42:06 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104485 Archived-At: > This didn't mention that Doc View mode is used by default now for PS, > PDF, and DVI files. I just added a note to that effect. IIRC for PS files, it's not activated by default. You get into a postscript-mode instead, with a special binding that allows you to toggle between postscript-mode and doc-view-mode. Stefan