From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: DocView: process ps->pdf changed status to killed. Date: Wed, 22 Oct 2014 08:00:16 +0200 Message-ID: <8761fcmyof.fsf@thinkpad-t440p.tsdh.org> References: <87bnpsi5wc.fsf@thinkpad-t440p.tsdh.org> <20141007.102533.2212875331518577085.devel@pollock-nageoire.net> <87oatouu2y.fsf@thinkpad-t440p.tsdh.org> <20141018.073246.1226955945483316970.devel@pollock-nageoire.net> <87mw8smpse.fsf@thinkpad-t440p.tsdh.org> <87fvehztfs.fsf@thinkpad-t440p.tsdh.org> <8738ahtetm.fsf@thinkpad-t440p.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413957652 14762 80.91.229.3 (22 Oct 2014 06:00:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2014 06:00:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 08:00:45 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgoyS-0001nG-1x for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2014 08:00:44 +0200 Original-Received: from localhost ([::1]:54886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgoyR-0000Ak-Nq for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2014 02:00:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgoy9-00009a-3E for help-gnu-emacs@gnu.org; Wed, 22 Oct 2014 02:00:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgoy3-0006td-6K for help-gnu-emacs@gnu.org; Wed, 22 Oct 2014 02:00:25 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:52044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgoy3-0006tR-00 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2014 02:00:19 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C60931A8436; Wed, 22 Oct 2014 08:00:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FHFb2M9_xRke; Wed, 22 Oct 2014 08:00:17 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p.tsdh.org (dhcp211.uni-koblenz.de [141.26.71.211]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 765651A8434; Wed, 22 Oct 2014 08:00:17 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Tue, 21 Oct 2014 16:19:00 -0400") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100542 Archived-At: Stefan Monnier writes: >> Well, yes, in theory. > > So I see 2 possible good fixes: > - we make the practice match the theory by copying all the buffer-local > vars we need into the .txt buffer and then running all those processes > in that buffer. I don't like that idea. That sounds like much complication for a very rare special case. > - we change the .txt system so that it displays the text in the > original buffer rather than in an auxiliary buffer (and hence we don't > switch back to ps-mode). That's an alternative I've also thought about. I'll see if that's feasible... Bye, Tassilo