From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tekk Newsgroups: gmane.emacs.devel Subject: M-x print-buffer behaves poorly in docview Date: Thu, 12 Jan 2012 15:59:18 -0500 (EST) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Trace: dough.gmane.org 1326401980 29366 80.91.229.12 (12 Jan 2012 20:59:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jan 2012 20:59:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 12 21:59:36 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RlRkG-000262-B1 for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2012 21:59:36 +0100 Original-Received: from localhost ([::1]:60678 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlRkF-0004PU-RH for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2012 15:59:35 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlRk6-0003vN-3O for emacs-devel@gnu.org; Thu, 12 Jan 2012 15:59:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlRk5-0000ui-45 for emacs-devel@gnu.org; Thu, 12 Jan 2012 15:59:26 -0500 Original-Received: from li281-170.members.linode.com ([173.255.255.170]:34658 helo=parlementum.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlRk4-0000ty-Ij for emacs-devel@gnu.org; Thu, 12 Jan 2012 15:59:25 -0500 Original-Received: from linux.local (cpe-071-077-203-175.ec.res.rr.com [71.77.203.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tekk) by parlementum.net (Postfix) with ESMTPSA id 83AAFF229D for ; Thu, 12 Jan 2012 12:59:22 -0800 (PST) User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 173.255.255.170 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147633 Archived-At: One would expect print-buffer while viewing a pdf in docview to print the pdf, however it prints the actual literal file contents of it(as you would see on C-c in that buffer.) This certainly seems like the incorrect way of handling things.