unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Van L <van@scratch.space>
To: 31706@debbugs.gnu.org
Subject: bug#31706: Acknowledgement (Emacs 26.1 unable to visit files in vc-git buffer's links after vc-pull)
Date: Mon, 4 Jun 2018 18:49:18 +1000	[thread overview]
Message-ID: <903A938A-5DB6-4009-81F4-5E82117B3006@scratch.space> (raw)
In-Reply-To: <handler.31706.B.152810079227439.ack@debbugs.gnu.org>


> If you wish to submit further information on this problem, please
> send it to 31706@debbugs.gnu.org.

Running `emacs -Q` also presents the problem of being unable to click to open file in Emacs after vc-pull.

Clicking on link for lisp/org-src.el does not open the file in Emacs, in the following example of vc-git buffer.

— example
Running "git pull"...
From https://code.orgmode.org/bzg/org-mode
   cbb48611e..ed7d1dc6d  master     -> origin/master
   c9d49a40e..164862778  emacs-sync -> origin/emacs-sync
   388254e0d..8fbdf0ce1  maint      -> origin/maint
 * [new branch]          next       -> origin/next
 * [new branch]          org-tempo  -> origin/org-tempo
 * [new tag]             release_9.1.13 -> release_9.1.13
Updating cbb48611e..ed7d1dc6d
Fast-forward
 .dir-locals.el                      |    10 +-
 .gitignore                          |     1 +
 contrib/lisp/ob-clojure-literate.el |    15 +-
 doc/Documentation_Standards.org     |     4 +-
 doc/Makefile                        |     6 +
 doc/org-manual.org                  |   538 +-
 doc/org.texi                        | 21806 ----------------------------------
 doc/orgguide.texi                   |    10 +-
 etc/ORG-NEWS                        |     2 +-
 lisp/ob-C.el                        |     8 +-
 lisp/ob-J.el                        |     2 +-
 lisp/ob-calc.el                     |     2 +-
 lisp/ob-clojure.el                  |     2 +-
 lisp/ob-comint.el                   |     2 +-
 lisp/ob-core.el                     |    15 +-
 lisp/ob-exp.el                      |     3 +-
 lisp/ob-forth.el                    |     2 +-
 lisp/ob-fortran.el                  |     5 +-
 lisp/ob-gnuplot.el                  |     2 +-
 lisp/ob-haskell.el                  |     3 +-
 lisp/ob-js.el                       |    10 +-
 lisp/ob-latex.el                    |     2 +-
 lisp/ob-lisp.el                     |     2 +-
 lisp/ob-lua.el                      |     7 +-
 lisp/ob-ocaml.el                    |     2 +-
 lisp/ob-octave.el                   |     8 +-
 lisp/ob-python.el                   |     7 +-
 lisp/ob-ref.el                      |     2 +-
 lisp/ob-ruby.el                     |     2 +-
 lisp/ob-scheme.el                   |     7 +-
 lisp/ob-shell.el                    |     2 +-
 lisp/ob-table.el                    |     3 +-
 lisp/ob-tangle.el                   |     6 +-
 lisp/ob-vala.el                     |     3 +-
 lisp/org-agenda.el                  |   686 +-
 lisp/org-capture.el                 |    55 +-
 lisp/org-clock.el                   |     2 +-
 lisp/org-colview.el                 |     6 +-
 lisp/org-compat.el                  |    34 +-
 lisp/org-element.el                 |    12 +-
 lisp/org-entities.el                |    10 +-
 lisp/org-eshell.el                  |     2 +-
 lisp/org-feed.el                    |     2 +-
 lisp/org-footnote.el                |    17 +-
 lisp/org-goto.el                    |     4 +-
 lisp/org-indent.el                  |     2 +-
 lisp/org-lint.el                    |    13 +-
 lisp/org-list.el                    |    53 +-
 lisp/org-macs.el                    |    58 +-
 lisp/org-pcomplete.el               |    22 +-
 lisp/org-protocol.el                |    20 +-
 lisp/org-src.el                     |   133 +-
 lisp/org-table.el                   |    96 +-
 lisp/org-tempo.el                   |     2 +
 lisp/org-w3m.el                     |    18 +-
 lisp/org.el                         |   326 +-
 lisp/ox-beamer.el                   |     9 +-
 lisp/ox-html.el                     |    50 +-
 lisp/ox-publish.el                  |     2 +-
 lisp/ox-texinfo.el                  |    13 +-
 lisp/ox.el                          |     2 +-
 mk/org-fixup.el                     |     7 +
 testing/README                      |     2 +-
 testing/lisp/test-ob-lob.el         |     4 +-
 testing/lisp/test-ob.el             |     4 +-
 testing/lisp/test-org-agenda.el     |     3 +-
 testing/lisp/test-org-attach.el     |    19 +-
 testing/lisp/test-org-capture.el    |    16 +
 testing/lisp/test-org-element.el    |     4 +-
 testing/lisp/test-org-lint.el       |    12 +
 testing/lisp/test-org-list.el       |   102 +-
 testing/lisp/test-org-timer.el      |     6 +-
 testing/lisp/test-org.el            |    31 +-
 73 files changed, 1358 insertions(+), 23002 deletions(-)
 delete mode 100644 doc/org.texi

— end example

Version: emacs 26.1, NS port

—
(if '(you like avocado on toast)
    '(then you'll like Daniel Stone's "The Food Explorer".))






  parent reply	other threads:[~2018-06-04  8:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-04  8:26 bug#31706: Emacs 26.1 unable to visit files in vc-git buffer's links after vc-pull Van L
     [not found] ` <handler.31706.B.152810079227439.ack@debbugs.gnu.org>
2018-06-04  8:49   ` Van L [this message]
2018-06-04 15:51 ` Eli Zaretskii
2018-06-05  3:43   ` Van L
2018-06-05 14:25     ` Eli Zaretskii
2018-06-05 15:07       ` Van L
2018-06-07 20:52       ` Alan Third
2018-06-08  6:39         ` Eli Zaretskii
2018-06-10 15:35           ` Alan Third
2018-06-10 16:09             ` Eli Zaretskii
2018-06-10 20:14               ` Alan Third
2018-06-11  2:27                 ` Eli Zaretskii
2018-06-12 20:23                   ` Alan Third
2018-06-13  2:30                     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=903A938A-5DB6-4009-81F4-5E82117B3006@scratch.space \
    --to=van@scratch.space \
    --cc=31706@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).