From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Documentation Date: Sat, 11 Oct 2008 23:14:46 -0400 Message-ID: <87k5ce8py1.fsf@cyd.mit.edu> 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 1223781187 607 80.91.229.12 (12 Oct 2008 03:13:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2008 03:13:07 +0000 (UTC) Cc: ams@gnu.org, Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 12 05:14:04 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 1KorP9-0002UX-Sr for ged-emacs-devel@m.gmane.org; Sun, 12 Oct 2008 05:14:04 +0200 Original-Received: from localhost ([127.0.0.1]:50577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KorO5-00081i-Hk for ged-emacs-devel@m.gmane.org; Sat, 11 Oct 2008 23:12:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KorO0-00081A-9q for emacs-devel@gnu.org; Sat, 11 Oct 2008 23:12:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KorNz-00080a-48 for emacs-devel@gnu.org; Sat, 11 Oct 2008 23:12:51 -0400 Original-Received: from [199.232.76.173] (port=46230 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KorNy-00080V-Vn for emacs-devel@gnu.org; Sat, 11 Oct 2008 23:12:51 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:47255) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KorNx-0006Q0-6Y; Sat, 11 Oct 2008 23:12:49 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 02E9857E0BD; Sat, 11 Oct 2008 23:14:46 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Sat, 11 Oct 2008 21:23:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104486 Archived-At: Stefan Monnier writes: >> 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. I've made a correction. Thanks.