bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31706: Emacs 26.1 unable to visit files in vc-git buffer's links aft


From: Van L
Subject: bug#31706: Emacs 26.1 unable to visit files in vc-git buffer's links after vc-pull
Date: Wed, 6 Jun 2018 01:07:24 +1000

> Eli Zaretskii writes:
> 
> So it could be something specific to NS.  Can someone with access to
> NS port please try reproducing this?

I had this problem in org mode for org store/insert link to file which was 
solved by the following. 

— quote

 '(org-file-apps
   (quote
    ((auto-mode . emacs)
     ("\\.mm\\'" . default)
     ("\\.x?html?\\'" . default)
     ("\\.pdf\\'" . default)
     (t . emacs))))            ; This tells Emacs to open any unrecognized file.

— end quote







reply via email to

[Prev in Thread] Current Thread [Next in Thread]