From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] nextstep: Emacs can be used to edit PDF files Date: Fri, 19 Nov 2021 13:03:31 -0500 Message-ID: References: <20211110083818.57631-1-dme@dme.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8973"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Daniel =?windows-1252?Q?Mart=EDn?= , David Edmondson , emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 19 19:05:16 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mo8GB-0001zG-Nx for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Nov 2021 19:05:15 +0100 Original-Received: from localhost ([::1]:53134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mo8G9-0001NY-O2 for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Nov 2021 13:05:13 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mo8Et-0000fx-4Q for emacs-devel@gnu.org; Fri, 19 Nov 2021 13:03:55 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:58475) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mo8Ek-0000hM-2L for emacs-devel@gnu.org; Fri, 19 Nov 2021 13:03:48 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id EC19C1001C2; Fri, 19 Nov 2021 13:03:42 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id A6A7D10016E; Fri, 19 Nov 2021 13:03:40 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1637345020; bh=2pAuaOiW55sm7ezyb435snOcB1f44mIkn+qCItVayDg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=C5rluCQzTLgdcduBT5JGweiqcSrc2kgQuQo8hpuv/59GpSM4GV4iRm10hz7wFxHq/ MdF/7K0D800ISRNC/91WQUXzEK0E7Yku586FPs01UZUhkUW2q02rZzr0QrS7OKmBWs vXqOTWWVkfR6Gk4i1RK/LJVU2WuG4r42koJBYpqa6+VVwzLyvpLd37AfOLDStD6xKC XU29y1fK9bdzWOzC/ayhxk3lnM6Va4AQOlDbgohEkGaVH35E9Bcv/MAvDdcB1J/nsV xE9xEiU7lq8SHvGlki9lRRphKXG+xEuNz6w1phVxFFnAG1BO01to1xSIs6gKLq69nc +5SQ05oAR2dLA== Original-Received: from ceviche (modemcable085.122-83-70.mc.videotron.ca [70.83.122.85]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 47B971202AF; Fri, 19 Nov 2021 13:03:40 -0500 (EST) In-Reply-To: (Stefan Kangas's message of "Fri, 19 Nov 2021 04:42:30 +0100") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:279766 Archived-At: Stefan Kangas [2021-11-19 04:42:30] wrote: > Stefan Monnier writes: >>> Thanks for the patch, but by default Emacs opens PDF files in >>> fundamental-mode, >> It does? > I believe it depends on binaries (e.g. "gs") that are not available on > macOS by default, but the patch itself is macOS-specific. Ah, I see, makes sense. Any chance we could change doc-view so it works without `gs` (nor `mupdf`) using one of the tools pre-installed in macOS? Stefan