all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194
       [not found] ` <20170917123004.DAAFD20AB5@vcs0.savannah.gnu.org>
@ 2017-09-17 20:54   ` Stefan Monnier
  2017-09-17 23:02     ` N. Raghavendra
  2017-09-17 23:40     ` Mark Oteiza
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Monnier @ 2017-09-17 20:54 UTC (permalink / raw
  To: emacs-devel; +Cc: Mark Oteiza

>       ("pdf"
> +      (viewer . pdf-view-mode)
> +      (type . "application/pdf")
> +      (test . (eq window-system 'x)))
> +     ("pdf"
>        (viewer . doc-view-mode)
>        (type . "application/pdf")
>        (test . (eq window-system 'x)))

BTW, don't doc-view-mode and pdf-view-mode also work in other window
systems than X11?


        Stefan



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194
  2017-09-17 20:54   ` [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194 Stefan Monnier
@ 2017-09-17 23:02     ` N. Raghavendra
  2017-09-20 14:30       ` Robert Weiner
  2017-09-17 23:40     ` Mark Oteiza
  1 sibling, 1 reply; 4+ messages in thread
From: N. Raghavendra @ 2017-09-17 23:02 UTC (permalink / raw
  To: emacs-devel

At 2017-09-17T16:54:14-04:00, Stefan Monnier wrote:

>>        (test . (eq window-system 'x)))
>
> BTW, don't doc-view-mode and pdf-view-mode also work in other window
> systems than X11?

It's been several months since I stopped using MacOS, so I can't verify
it now, but the README at https://github.com/politza/pdf-tools says that
the package works in MacOS:

----------------------------------------------------------------------
  Compiling on OS X

  Although OS X is not officially supported, it has been reported to
  have been successfully compiled.  You will need to install poppler
  which you can get with homebrew via ...  You will also have to
  ... After that, compilation should proceed as normal.
----------------------------------------------------------------------

The README also says that pdf-tools works on Windows:

----------------------------------------------------------------------
  Compiling on Windows

  PDF Tools can be built and used on Windows using the MSYS2
  compiler. This will work with native (not cygwin) Windows builds of
  emacs.  ...

  Compiling on Cygwin

  On Cygwin the following dependencies are needed.  ...
----------------------------------------------------------------------

Raghu.

-- 
N. Raghavendra <raghu@hri.res.in>, http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194
  2017-09-17 20:54   ` [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194 Stefan Monnier
  2017-09-17 23:02     ` N. Raghavendra
@ 2017-09-17 23:40     ` Mark Oteiza
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Oteiza @ 2017-09-17 23:40 UTC (permalink / raw
  To: Stefan Monnier; +Cc: emacs-devel

On 17/09/17 at 04:54pm, Stefan Monnier wrote:
> >       ("pdf"
> > +      (viewer . pdf-view-mode)
> > +      (type . "application/pdf")
> > +      (test . (eq window-system 'x)))
> > +     ("pdf"
> >        (viewer . doc-view-mode)
> >        (type . "application/pdf")
> >        (test . (eq window-system 'x)))
> 
> BTW, don't doc-view-mode and pdf-view-mode also work in other window
> systems than X11?

I don't see why not.  Changed to just `window-system' in 4e8888d43



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194
  2017-09-17 23:02     ` N. Raghavendra
@ 2017-09-20 14:30       ` Robert Weiner
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Weiner @ 2017-09-20 14:30 UTC (permalink / raw
  To: N. Raghavendra, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 541 bytes --]

On Sun, Sep 17, 2017 at 7:02 PM, N. Raghavendra <nyraghu27132@gmail.com>
wrote:

> At 2017-09-17T16:54:14-04:00, Stefan Monnier wrote:
>
> >>        (test . (eq window-system 'x)))
> >
> > BTW, don't doc-view-mode and pdf-view-mode also work in other window
> > systems than X11?
>
> It's been several months since I stopped using MacOS, so I can't verify
> it now, but the README at https://github.com/politza/pdf-tools says that
> the package works in MacOS
> ​.
>

​Confirmed that it works under MacOS Sierra.

Bob

[-- Attachment #2: Type: text/html, Size: 1589 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-20 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20170917123002.14667.35010@vcs0.savannah.gnu.org>
     [not found] ` <20170917123004.DAAFD20AB5@vcs0.savannah.gnu.org>
2017-09-17 20:54   ` [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194 Stefan Monnier
2017-09-17 23:02     ` N. Raghavendra
2017-09-20 14:30       ` Robert Weiner
2017-09-17 23:40     ` Mark Oteiza

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.